llvm-project/compiler-rt/test/asan/TestCases/Linux
Kostya Serebryany ba9422971c [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699
llvm-svn: 230573
2015-02-25 23:23:01 +00:00
..
asan-asm-stacktrace-test.cc Fixed asan-asm-stacktrace-test.cc 2014-10-07 11:12:55 +00:00
asan_default_suppressions.cc Fix duplicate test code introduced by running "patch -p0" twice 2015-02-25 17:01:09 +00:00
asan_dlopen_test.cc [asan] XFAIL:android several tests. 2014-05-28 13:07:39 +00:00
asan_prelink_test.cc Exclude several ASan tests from test suite if we're using GCC 2014-05-16 20:12:27 +00:00
asan_preload_test-1.cc [asan] Disable preload tests on Android. 2014-11-26 15:44:15 +00:00
asan_preload_test-2.cc [ASan] Fix asan_preload_test-2 on PowerPC64 Linux 2014-12-24 11:48:40 +00:00
asan_rt_confict_test-1.cc [asan] XFAIL:android several tests. 2014-05-28 13:07:39 +00:00
asan_rt_confict_test-2.cc [asan] XFAIL:android several tests. 2014-05-28 13:07:39 +00:00
clang_gcc_abi.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
clone_test.cc Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass 2014-10-14 21:00:22 +00:00
coverage-and-lsan.cc [ASan] Fix leak tests on 64-bit targets other than x86-64 (take two) 2014-11-25 07:56:04 +00:00
coverage-caller-callee-total-count.cc [sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far) 2015-02-03 19:40:53 +00:00
coverage-caller-callee.cc [asan] fix coverage tests to use the new flag syntax (-fsanitize-coverage=N) 2014-11-11 22:15:44 +00:00
coverage-direct-activation.cc [asan] Extend coverage test. 2014-12-26 12:51:31 +00:00
coverage-direct-large.cc [sanitizer] Fix off-by-8x in direct coverage. 2014-12-24 13:57:11 +00:00
coverage-direct.cc [asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage. 2014-12-19 11:49:46 +00:00
coverage-disabled.cc [asan] Disable one test on Android. 2014-12-24 12:23:15 +00:00
coverage-fork-direct.cc [asan] fix coverage tests to use the new flag syntax (-fsanitize-coverage=N) 2014-11-11 22:15:44 +00:00
coverage-fork.cc [asan] fix coverage between fork() and exec(): reinitialize the guards after fork() 2014-12-30 23:16:12 +00:00
coverage-levels.cc [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. Useful e.g. if the user only needs coverage is bitset 2014-12-30 19:55:04 +00:00
coverage-maybe-open-file.cc [sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far) 2015-02-03 19:40:53 +00:00
coverage-module-unloaded.cc [ASan] Add -ldl to linker invocation to lit tests that require it. 2014-12-17 23:46:49 +00:00
coverage-reset.cc [sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far) 2015-02-03 19:40:53 +00:00
coverage-sandboxing.cc [sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far) 2015-02-03 19:40:53 +00:00
coverage-tracing.cc [asan/tracing] extend the test a bit more, simplify the tracing code, add a guard page to trace array, fix the trace IDs before dumping 2015-01-03 02:07:58 +00:00
coverage.cc [sanitizer] move the coverage interface into a separate header, <sanitizer/coverage_interface.h>. NFC, except for the header name change. This may break existing users, but in this case it's better this way (not too many users so far) 2015-02-03 19:40:53 +00:00
function-sections-are-bad.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
globals-gc-sections.cc
init-order-dlopen.cc [ASan] Disable strict init-order checking if dlopen() is called. 2015-02-24 00:37:27 +00:00
initialization-bug-any-order.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interception-in-shared-lib-test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interception_malloc_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interception_readdir_r_test.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
interception_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
interface_symbols_linux.c [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in favor of 2014-08-12 20:28:20 +00:00
kernel-area.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
leak.cc [ASan] Fix leak tests on 64-bit targets other than x86-64 (take two) 2014-11-25 07:56:04 +00:00
lit.local.cfg
malloc-in-qsort.cc [ASan] Fix test cases: don't assume that fast unwinder can't unwind through libc. 2015-01-27 23:06:48 +00:00
malloc_delete_mismatch.cc Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
nohugepage_test.cc [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usage 2015-01-21 02:05:31 +00:00
odr-violation.cc [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699 2015-02-25 23:23:01 +00:00
overflow-in-qsort.cc [ASan] Fix test cases: don't assume that fast unwinder can't unwind through libc. 2015-01-27 23:06:48 +00:00
preinit_test.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
ptrace.cc [ASan] Skip ptrace test on non-x86 targets 2014-11-12 09:42:01 +00:00
quarantine_size_mb.cc [asan] add flag quarantine_size_mb, deprecate quarantine_size 2015-01-07 02:37:52 +00:00
rlimit_mmap_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
shmctl.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
sized_delete_test.cc Add -fdefine-sized-deallocation to ASan test case. 2015-02-23 19:18:31 +00:00
stack-overflow-sigbus.cc [ASan] Handle SIGBUS on Linux. 2015-01-12 13:46:37 +00:00
stack-trace-dlclose.cc [ASan] Add -ldl to linker invocation to lit tests that require it. 2014-12-17 23:46:49 +00:00
stress_dtls.c [sanitizer] Replace -lpthread with -pthread in tests. 2014-05-28 13:13:30 +00:00
swapcontext_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
syscalls.cc [asan] Mass-xfail 17 tests on Android. 2014-05-28 13:45:18 +00:00
uar_signals.cc Mark unstable tests as Unsupported on ARM 2014-05-29 23:34:39 +00:00
unpoison_tls.cc [sanitizer] Replace -lpthread with -pthread in tests. 2014-05-28 13:13:30 +00:00