From e0af843b9ff0c63e552da82a9d8f3acd169788d3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 3 Dec 2012 23:29:49 +0000 Subject: [PATCH] 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 --- test/Driver/fsanitize-blacklist.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0