hanchenye-llvm-project/compiler-rt/test/sanitizer_common
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
..
TestCases [compiler-rt] Get rid of "%T" expansions 2018-07-10 12:53:46 +00:00
Unit
android_commands [sanitizer] Simplify android_run.py. 2017-12-07 01:28:44 +00:00
ios_commands [sanitizer] Unify and generalize Apple platforms in CMake and lit test configs 2018-06-20 13:33:42 +00:00
CMakeLists.txt Enable sanitizer_common tests on NetBSD 2018-01-18 11:49:45 +00:00
lit.common.cfg [MSan] Switch to common aligned allocs tests. 2018-06-09 00:47:37 +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