diff options
| author | Jan Korous <jkorous@apple.com> | 2019-11-08 14:17:09 -0800 |
|---|---|---|
| committer | Jan Korous <jkorous@apple.com> | 2019-11-08 14:28:32 -0800 |
| commit | 99e2cba219aea80b3f11de2aa4e0192b28852de4 (patch) | |
| tree | abc40fc353b409c267a0c0f5704faec9fa9d12ac | |
| parent | d52cff88367df4d6bc57949d5e8a61aec0c301e8 (diff) | |
| download | bcm5719-llvm-99e2cba219aea80b3f11de2aa4e0192b28852de4.tar.gz bcm5719-llvm-99e2cba219aea80b3f11de2aa4e0192b28852de4.zip | |
Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
This reverts commit d6be9273c6035c07b25dd1494f76cd61d523b878.
| -rw-r--r-- | compiler-rt/test/asan/TestCases/default_blacklist.cpp | 2 | ||||
| -rw-r--r-- | compiler-rt/test/msan/default_blacklist.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/default_blacklist.cpp b/compiler-rt/test/asan/TestCases/default_blacklist.cpp index 84c0438f305..4de851ae73f 100644 --- a/compiler-rt/test/asan/TestCases/default_blacklist.cpp +++ b/compiler-rt/test/asan/TestCases/default_blacklist.cpp @@ -4,4 +4,4 @@ // // Test that ASan uses the default blacklist from resource directory. // RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s -// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt +// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp index 32cc02257cb..ea67f942a2d 100644 --- a/compiler-rt/test/msan/default_blacklist.cpp +++ b/compiler-rt/test/msan/default_blacklist.cpp @@ -1,3 +1,3 @@ // Test that MSan uses the default blacklist from resource directory. // RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s -// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt +// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt |

