llvm-project/compiler-rt/test
Kuba Brecka fe4e7c1716 Fix failing allow_user_segv.cc test on OS X 10.10
The current ASan testcase Posix/allow_user_segv.cc expects SIGBUS to be triggered on 32-bit Darwin. This has apparently changed on 10.10 to trigger SIGSEGV instead, just as on 64-bit. Let's just install handlers for both SIGSEGV and SIGBUS instead of #ifdef'ing.

Reviewed at http://reviews.llvm.org/D6121

llvm-svn: 221381
2014-11-05 18:58:41 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Fix failing allow_user_segv.cc test on OS X 10.10 2014-11-05 18:58:41 +00:00
builtins Implement floatsitf, floatunstfsi, which perform 2014-09-16 20:34:41 +00:00
dfsan [dfsan] Add runtime function for aborting on indirect calls to 2014-11-05 17:21:11 +00:00
lsan Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
msan [msan] Handle param-tls overflow. 2014-10-22 00:12:40 +00:00
profile Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
sanitizer_common Disable XFAIL on ARM since the x86_64 specific code is isolated 2014-11-05 14:44:58 +00:00
tsan [TSan] Don't strip binary/library name until the moment we print it. 2014-11-04 01:55:20 +00:00
ubsan UBSAN stable runtime more generic with arm* targets 2014-10-16 12:43:10 +00:00
CMakeLists.txt [asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage 2014-09-24 23:54:04 +00:00
lit.common.cfg [compiler-rt] Re-enable the use of -gmlt for ASan tests on Darwin 2014-09-30 23:07:45 +00:00
lit.common.configured.in XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00