xref: /aosp_15_r20/external/compiler-rt/test/asan/TestCases/default_blacklist.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
2 // XFAIL: android
3 //
4 // Test that ASan uses the default blacklist from resource directory.
5 // RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
6 // CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
7