llvm-project/compiler-rt/test/sanitizer_common/TestCases
Reid Kleckner 8007ff1ab1 [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
These lit configuration files are really Python source code. Using the
.py file extension helps editors and tools use the correct language
mode. LLVM and Clang already use this convention for lit configuration,
this change simply applies it to all of compiler-rt.

Reviewers: vitalybuka, dberris

Differential Revision: https://reviews.llvm.org/D63658

llvm-svn: 364591
2019-06-27 20:56:04 +00:00
..
Darwin [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
FreeBSD [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
Linux [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
NetBSD [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
Posix [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
allocator_returns_null.cc [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
corelimit.cc [sanitizer] Only set soft coredump limit. 2018-11-07 01:03:26 +00:00
ctype.c Correct ctype(3) functions with NLS on NetBSD 2018-02-24 01:01:14 +00:00
fopen_nullptr.c [asan] fix fopen interceptor to not crash if path is NULL 2015-12-21 19:22:26 +00:00
get_module_and_offset_for_pc.cc Remove XFAIL in get_module_and_offset_for_pc.cc for NetBSD-MSan 2018-12-05 16:05:25 +00:00
hard_rss_limit_mb_test.cc [asan] Add fallback for Thumb after r350139 2019-01-14 09:45:49 +00:00
malloc_hook.cc [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
options-help.cc
options-include.cc [sanitizer] Support check-asan on Android 2017-09-16 05:14:05 +00:00
options-invalid.cc
print-stack-trace.cc [NFC][Sanitizer] Test unexpectedly passes on ppc64be bot 2019-03-01 22:35:40 +00:00
printf-ldbl.c [sanitizers] Get the proper printf/scanf version when long double transition is involved. 2016-11-28 21:15:19 +00:00
pthread_mutexattr_get.cc Disable TestCases/pthread_mutexattr_get on NetBSD 2018-10-08 17:12:38 +00:00
reallocarray-overflow.cc [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
sanitizer_coverage_inline8bit_counter.cc [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PC 2017-08-25 19:29:47 +00:00
sanitizer_coverage_no_prune.cc [sanitizer] Re-disable several tests on Android. 2017-10-11 00:32:03 +00:00
sanitizer_coverage_stack_depth.cc [SanitizerCoverage] Add stack depth tracing instrumentation. 2017-08-18 18:43:30 +00:00
sanitizer_coverage_symbolize.cc Don't harcode -ldl test/sanitizer_common/TestCases 2018-10-08 18:04:00 +00:00
sanitizer_coverage_trace_pc_guard-dso.cc [sanitizer] Re-disable several tests on Android. 2017-10-11 00:32:03 +00:00
sanitizer_coverage_trace_pc_guard-init.cc [sancov] sanitizer coverage initialization test 2017-02-09 00:01:35 +00:00
sanitizer_coverage_trace_pc_guard.cc Don't harcode -ldl test/sanitizer_common/TestCases 2018-10-08 18:04:00 +00:00
scanf-ldbl.c [sanitizers] Get the proper printf/scanf version when long double transition is involved. 2016-11-28 21:15:19 +00:00
strcasestr.c [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
strcspn.c
strnlen.c [sanitizer] Add strnlen to the common interceptors 2016-03-23 21:24:28 +00:00
strpbrk.c
strspn.c
strstr.c
symbolize_pc.cc [sanitizer] Small buffer tests for __sanitizer_symbolize_pc 2018-10-01 20:39:49 +00:00
symbolize_pc_inline.cc [sanitizer] Include inlined frames into __sanitizer_symbolize_pc output 2018-10-02 17:01:18 +00:00
symbolize_stack.cc [LSan] Fix `__sanitizer_print_stack_trace` via fast unwinder 2019-02-20 22:28:11 +00:00
wcrtomb.c [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptor 2019-04-08 08:39:50 +00:00
wctomb.c [Sanitizer] Add interceptor for wctomb 2019-03-29 08:39:03 +00:00