summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/default_blacklist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/default_blacklist.cpp')
-rw-r--r--compiler-rt/test/asan/TestCases/default_blacklist.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/default_blacklist.cpp b/compiler-rt/test/asan/TestCases/default_blacklist.cpp
new file mode 100644
index 00000000000..84c0438f305
--- /dev/null
+++ b/compiler-rt/test/asan/TestCases/default_blacklist.cpp
@@ -0,0 +1,7 @@
+// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
+// XFAIL: android
+// UNSUPPORTED: ios
+//
+// Test that ASan uses the default blacklist from resource directory.
+// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
+// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
OpenPOWER on IntegriCloud