diff options
Diffstat (limited to 'test/asan/TestCases/default_blacklist.cc')
-rw-r--r-- | test/asan/TestCases/default_blacklist.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/asan/TestCases/default_blacklist.cc b/test/asan/TestCases/default_blacklist.cc new file mode 100644 index 000000000000..9358cc47cbaa --- /dev/null +++ b/test/asan/TestCases/default_blacklist.cc @@ -0,0 +1,6 @@ +// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 +// XFAIL: android +// +// Test that ASan uses the default blacklist from resource directory. +// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s +// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt |