diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-30 00:29:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-30 00:29:03 +0000 |
commit | 1ba472303971739dbad1e3c73680f630e55b2394 (patch) | |
tree | 84f6809145dc9da8893aa59f435ade2740f80212 | |
parent | ccda68060c5c1bfdca349e485a21547e716705d0 (diff) |
test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159476 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/crash-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/crash-report.c b/test/Driver/crash-report.c index 9a693bf38e..9ec3208140 100644 --- a/test/Driver/crash-report.c +++ b/test/Driver/crash-report.c @@ -1,5 +1,6 @@ // RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery +// XFAIL: mingw32,win32 #pragma clang __debug parser_crash // CHECK: Preprocessed source(s) and associated run script(s) are located at: |