1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
2 // XFAIL: android
3 // UNSUPPORTED: ios
4 //
5 // Test that ASan uses the default blacklist from resource directory.
6 // RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
7 // CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
8