search for: sanitizertest

Displaying 5 results from an estimated 5 matches for "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). What run-time environments are known to work? Thanks, Greg
2013 Oct 17
0
[LLVMdev] ASan testing on Android
...t. 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 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). What run-time environments are known to work? > > Thanks, > Greg > __...
2013 Oct 17
2
[LLVMdev] ASan testing on Android
...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 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). What run-time environments are known to work? >> >> Thank...
2013 Oct 18
0
[LLVMdev] ASan testing on Android
...om> > 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 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). What run-time environments are known to work? > &gt...
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++