llvm-project/compiler-rt/test/ubsan/TestCases/Misc
Filipe Cabecinhas 6a9c719ee1 [compiler-rt] Get rid of "%T" expansions
Summary:
Original patch by Kuba Mracek

The %T lit expansion expands to a common directory shared between all
the tests in the same directory, which is unexpected and unintuitive,
and more importantly, it's been a source of subtle race conditions and
flaky tests. In https://reviews.llvm.org/D35396, it was agreed that it
would be best to simply ban %T and only keep %t, which is unique to each
test. When a test needs a temporary directory, it can just create one
using mkdir %t.

This patch removes %T in compiler-rt.

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

llvm-svn: 336661
2018-07-10 12:53:46 +00:00
..
Inputs [ubsan] Diagnose noreturn functions which return (compiler-rt) 2017-12-21 00:10:36 +00:00
Linux [ubsan]: temporarily disable print_stack_trace.cc test 2017-05-05 14:51:16 +00:00
bool.cpp [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit tests. 2015-08-25 19:01:44 +00:00
bool.m [ubsan] Fix error summary message for ObjC BOOL invalid loads 2017-05-05 01:35:42 +00:00
bounds.cpp [ubsan] Test for pass_object_size bounds checks 2017-12-08 01:51:51 +00:00
builtins.cpp [ubsan] Diagnose invalid uses of builtins (compiler-rt) 2017-07-29 00:20:02 +00:00
coverage-levels.cc [compiler-rt] Get rid of "%T" expansions 2018-07-10 12:53:46 +00:00
deduplication.cpp
enum.cpp
log-path_test.cc [ubsan] Make the cast overflow message less redundant 2017-04-27 20:48:17 +00:00
missing_return.cpp [UBsan] Enable subset of unit tests for OpenBSD 2018-06-30 21:35:05 +00:00
monitor.cpp [UBsan] Enable subset of unit tests for OpenBSD 2018-06-30 21:35:05 +00:00
no-interception.cpp sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does not work. 2017-11-10 22:09:37 +00:00
nonnull-arg.cpp [compiler-rt] [sanitizer] Clean buildbot failures for aarch64 2015-09-18 15:48:32 +00:00
nonnull.cpp [ubsan] Improve diagnostics for return value checks (compiler-rt) 2017-06-23 21:32:48 +00:00
nullability.c [ubsan] Improve diagnostics for return value checks (compiler-rt) 2017-06-23 21:32:48 +00:00
unreachable.cpp [ubsan] Diagnose noreturn functions which return (compiler-rt) 2017-12-21 00:10:36 +00:00
vla.c [test] Use @LINE macro 2017-02-23 17:23:28 +00:00