Displaying 2 results from an estimated 2 matches for "llvm_build2_asan".
2014 Apr 10
3
[LLVMdev] Need help reproducing a sanitizer buildbot failure
...ted C++ standard library.
>
> The script in question is here:
>
> https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_bootstrap.sh
>
Thanks, Reid. I've gotten the script and I'm now running it locally. It's
running into trouble in llvm_build2_asan, so I'll have to kick it a bit
first.
I think the bot usually gives a readable error report, but it doesn't work
> for this test because the test is passing stderr to FileCheck. Lots of
> tests do that, and we should find a way to make that work. We might want
> to pass MSAN_OP...
2014 Apr 10
2
[LLVMdev] Need help reproducing a sanitizer buildbot failure
I recently broke a sanitizer buildbot but I am unable to reproduce the
failure. The buildbot that failed is
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/2959
I looked around in the logs, looking for the config/build commands that
would reproduce the failure. The problem is that the bot seems to be using
a script which I don't have access to