Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Sylvestre Ledru via lldb-dev
What about creating a release management mailing list ? The testers are usually the same (hello folks!) :) Sylvestre Le 20/01/2016 00:55, Hans Wennborg a écrit : > (cc'ing non-legacy llvm-dev this time; apologies if you get this > twice. Please don't reply-all to the first one.) > > On Tue, Jan 1

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Daniel Sanders via lldb-dev
This isn't rc1 but the tip of the release branch had some X86 test failures on my most recent build: Failing Tests (24): libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cp

Re: [lldb-dev] Spurious process state change events

2016-01-20 Thread Pavel Labath via lldb-dev
Hello, thanks for confirming my suspicions. Sending the extra running event seems quite annoying to me as well, but it is how things work at the moment. And the problem does not seem to be linux-specific. This is the sequence of events I get on a Mac, when running over a conditional breakpoint tha

Re: [lldb-dev] marking new summary output for expected timeouts

2016-01-20 Thread Pavel Labath via lldb-dev
Hi, I have removed all of our expected timeouts from dosep.py (there are still some freebsd and darwin ones left, but I don't know If anyone is looking at those), so I think we're not using any part of the old test runner at the moment. All clear for removal on our part. pl On 14 December 2015

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Dimitry Andric via lldb-dev
Unfortunately I'm having lots of trouble with rc1 at this point: * libcxxabi can't build, because it requires unwind.h, which we do not yet have on FreeBSD 10.x (Ed Maste is working on it for 11.x, but that is not ready for general consumption). * The test-release.sh script has no option to disab

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-20 Thread Renato Golin via lldb-dev
Hans, Daniel, How are things going? It's been 5 days and no word. I'm running the tests now, just in case, but would be good to know that no one would be committing to the release candidate 1 tree in the mean time. cheers, --renato On 15 January 2016 at 15:56, Daniel Sanders via llvm-dev wrote:

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-20 Thread Daniel Sanders via lldb-dev
Sorry for not replying back on this thread. We moved offices over the weekend and I've been busy sorting various things out. I'm currently building rc1 but my most recent build on the release branch had some regressions. I mentioned them on the rc1 thread but to summarize here: * X86 failed ~20

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Ben Pope via lldb-dev
On Wednesday, January 20, 2016 07:47 AM, Hans Wennborg wrote: Dear testers, Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at r258223. (It took a little longer than I'd planned, sorry about that.) There are still a bunch of open merge requests and bug reports, but I wanted to

Re: [lldb-dev] Spurious process state change events

2016-01-20 Thread Jim Ingham via lldb-dev
Please do file a bug, that's definitely not how things are supposed to work. You will still see a private "running" event, of course, since those are just the raw events from the target, but the running event shouldn't get broadcast to the public event queue if it was coming from a continuation

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Hans Wennborg via lldb-dev
That would certainly make my emails easier to address :-) On the other hand, I do think there's a point to asking for testers each time and then only addressing those that sign up explicitly. What do the rest of you think about having a list? On Wed, Jan 20, 2016 at 1:31 AM, Sylvestre Ledru wrote

Re: [lldb-dev] [cfe-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Hans Wennborg via lldb-dev
On Wed, Jan 20, 2016 at 2:15 AM, Ismail Donmez wrote: > On Wed, Jan 20, 2016 at 1:47 AM, Hans Wennborg via cfe-dev > wrote: >> Dear testers, >> >> Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at >> r258223. (It took a little longer than I'd planned, sorry about that.) >> >> T

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Hans Wennborg via lldb-dev
On Wed, Jan 20, 2016 at 5:25 AM, Dimitry Andric wrote: > Unfortunately I'm having lots of trouble with rc1 at this point: > * libcxxabi can't build, because it requires unwind.h, which we do not yet > have on FreeBSD 10.x (Ed Maste is working on it for 11.x, but that is not > ready for general c

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Hans Wennborg via lldb-dev
On Wed, Jan 20, 2016 at 7:54 AM, Ben Pope wrote: > On Wednesday, January 20, 2016 07:47 AM, Hans Wennborg wrote: >> >> Dear testers, >> >> Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at >> r258223. (It took a little longer than I'd planned, sorry about that.) > Some issues:

[lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
I'm trying to get the lldb tests running using lldb built with Hexagon support. Some tests are running correctly, but others are failing/skipped etc. First, I'd like to get it to skip tests that shouldn't be run. For example, I see output that looks like this: Configuration: arch=x86_64 compi

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-20 Thread Hans Wennborg via lldb-dev
On Wed, Jan 20, 2016 at 7:32 AM, Renato Golin wrote: > Hans, Daniel, > > How are things going? It's been 5 days and no word. I'm running the > tests now, just in case, but would be good to know that no one would > be committing to the release candidate 1 tree in the mean time. Did you send this b

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Zachary Turner via lldb-dev
If it should never run with x86_64 on Hexagon, then don't bother using command lines, just change dotest.py so that when the target is hexagon, the default archs doesn't include x86_64 On Wed, Jan 20, 2016 at 9:48 AM Ted Woodward via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I’m trying to get

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Pavel Labath via lldb-dev
What is the sequence of lldb commands you use to innitiate a hexagon debug session normally? Do you need to set a custom platform (platform select XXX)? If so, then you need to look into --platform-name (and possibly --platform-url, --platform-working-dir) parameter, and possibly add some support t

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
A Hexagon debug session connects to the Hexagon simulator. lldb launches hexagon-sim in the same way it launches lldb-server or debugserver. When a Hexagon target is loaded, lldb automatically selects the hexagon platform. So, no special settings - target create, set a breakpoint, run. -- Qual

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
Where are the default archs defined? I’m not seeing it, looking through testcases/dotest.py. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: Zachary Turner [mailto:ztur...@google

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Zachary Turner via lldb-dev
Apparently I'm dumb, you actually should specify archs. For example, on Windows we use --arch=i686 If you don't specify a value for --arch, it uses the result of `platform.machine()`. If you do, it uses the list that you specify. So basically if you say --arch=i386 or something like, it will us

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Dimitry Andric via lldb-dev
On 20 Jan 2016, at 18:23, Hans Wennborg wrote: > > On Wed, Jan 20, 2016 at 5:25 AM, Dimitry Andric wrote: >> Unfortunately I'm having lots of trouble with rc1 at this point: >> * libcxxabi can't build, because it requires unwind.h, which we do not yet >> have on FreeBSD 10.x (Ed Maste is workin

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Hans Wennborg via lldb-dev
On Wed, Jan 20, 2016 at 12:18 PM, Dimitry Andric wrote: > As to the symlinks, the test-release.sh script originally checks out the > sources in parallel directories, e.g.: > > llvm.src > cfe.src > compiler-rt.src > > and so on. Within llvm.src, symlinks are made to point to each of these. > Fo