> On Aug 17, 2018, at 1:49 PM, Adrian Prantl <apra...@apple.com> wrote:
> 
> 
> On Aug 17, 2018, at 1:44 PM, Greg Clayton <clayb...@gmail.com> wrote:
> 
>> I run everything on a mac and there are no failures on my machine. 
>> Can you find out exactly how the test suite is invoked so I can try to 
>> reproduce?
> 
> You can find the exact invocation in the build logs:
> 
> cmake /Users/buildslave/jenkins/workspace/lldb-cmake/src/llvm 
> -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON 
> -DCMAKE_EXPORT_COMPILE_COMMANDS=ON 
> -DCMAKE_INSTALL_PREFIX=/Users/buildslave/jenkins/workspace/lldb-cmake/results/lldb
>  
> '-DLLDB_TEST_USER_ARGS=--arch;x86_64;--build-dir;/Users/buildslave/jenkins/workspace/lldb-cmake/build/lldb-test-build.noindex;--session-file-format;fm;-s=/Users/buildslave/jenkins/workspace/lldb-cmake/test/logs;--rerun-all-issues;--env;TERM=vt100'
>  
> '-DLLVM_LIT_ARGS=--xunit-xml-output=/Users/buildslave/jenkins/workspace/lldb-cmake/test/results.xml
>  -v' -G Ninja
> 
> ninja
> 
> env TERM=vt100 ninja -v check-lldb
> 
> This is running on a 2013 Mac Pro with 24 threads on 10.13.5 with Xcode 9.2.

I would not be surprised if the fact that lit launches 24 jobs simultaneously 
is significant for reproducing the issue; it does look like some sort of 
synchronization bug that may need a really loaded machine to trigger.

-- adrian
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to