diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-03 23:29:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-03 23:29:49 +0000 |
commit | e0af843b9ff0c63e552da82a9d8f3acd169788d3 (patch) | |
tree | 9af09dc55671c6238c629acc16edc34f91c7cf47 | |
parent | 73593eb5c68e28e0eaa4f2b6251dae167eef3a83 (diff) |
clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR12920.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169180 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |