hanchenye-llvm-project/compiler-rt/test/sanitizer_common
Simon Dardis 46f5df1a20 [mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64.
This test can't pass on MIPS64 due to the lack of versioned interceptors
for asan and company. The interceptors bind to the earlier version of
sem_init rather than the latest version. For MIPS64el this causes an
accidental pass while MIPS64 big endian fails due reading back a
different 32bit word to what sem_init wrote when the test is corrected
to use 64bit atomics.

llvm-svn: 314100
2017-09-25 13:25:34 +00:00
..
TestCases [mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64. 2017-09-25 13:25:34 +00:00
Unit
android_commands [scudo] Additional modifications for Android tests support 2017-09-18 20:31:57 +00:00
ios_commands [tsan] Add support for running TSan tests on iOS simulator and devices 2017-07-10 15:00:55 +00:00
CMakeLists.txt [sanitizer] Support check-asan on Android 2017-09-16 05:14:05 +00:00
lit.common.cfg [sanitizer] Support check-asan on Android 2017-09-16 05:14:05 +00:00
lit.site.cfg.in
print_address.h Use 0-padding for i386 and arm print format specifiers 2017-04-12 14:25:28 +00:00