Displaying 5 results from an estimated 5 matches for "sanitizertests".
Did you mean:
sanitizertest
2013 Oct 16
3
[LLVMdev] ASan testing on Android
I'm following these instructions with the latest code from llvm.org:
https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the
3 to pass all its tests. I've tried using an Android device running
JellyBean as well as the latest Android Emulator (20130917, api level
18).
2013 Oct 17
0
[LLVMdev] ASan testing on Android
ARM JellyBean works over here. There is some flakiness
in SanitizerCommon.SpinMutex test.
On Wed, Oct 16, 2013 at 11:36 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> I'm following these instructions with the latest code from llvm.org:
>
>
> https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh
>
> Of
2013 Oct 17
2
[LLVMdev] ASan testing on Android
Some updates:
First, thanks so much for creating these test suites. Troubleshooting
is going very quickly!
> There is some flakiness in SanitizerCommon.SpinMutex test.
Yes, I'm seeing that too. SpinMutexTry as well. Should these be disabled?
> ARM JellyBean works over here.
I found a configuration that works well on JB 4.1.2 and 4.2.2. The
trick is to build the ASan *runtime*
2013 Oct 18
0
[LLVMdev] ASan testing on Android
On Fri, Oct 18, 2013 at 3:27 AM, Greg Fitzgerald <garious at gmail.com> wrote:
> Some updates:
>
> First, thanks so much for creating these test suites. Troubleshooting
> is going very quickly!
>
>
> > There is some flakiness in SanitizerCommon.SpinMutex test.
>
> Yes, I'm seeing that too. SpinMutexTry as well. Should these be disabled?
>
There is an
2014 Feb 05
2
[LLVMdev] compiler-rt CMake build
The trouble is that the sanitizer tests are not really compiler-rt
tests. The original compiler-rt tests are, but not the sanitizer
tests. The sanitizer tests are "compiler-rt tests via clang". The
sanitizer runtime is a C++ library requiring only a C++ compiler to
build it (and to *unit* test it). The ASan lit tests, however,
require clang, because they are testing those C++