forked from OSchip/llvm-project
test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating.
llvm-svn: 159476
This commit is contained in:
parent
e55c61bc51
commit
9d0a11d9a1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue