diff options
-rw-r--r-- | test/Driver/fsanitize-blacklist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/fsanitize-blacklist.c b/test/Driver/fsanitize-blacklist.c index 56165228dc..353587bfc7 100644 --- a/test/Driver/fsanitize-blacklist.c +++ b/test/Driver/fsanitize-blacklist.c @@ -13,3 +13,6 @@ // Driver barks on unexisting blacklist files. // RUN: %clang -fno-sanitize-blacklist -fsanitize-blacklist=unexisting.txt %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-SUCH-FILE // CHECK-NO-SUCH-FILE: error: no such file or directory: 'unexisting.txt' + +// PR12920 +// XFAIL: cygwin,mingw32 |