forked from OSchip/llvm-project
Disable a couple of crash-* tests for now. It seems they might be incompatible to win32.
llvm-svn: 227434
This commit is contained in:
parent
0955cb41eb
commit
4b643c23fd
|
@ -1,6 +1,9 @@
|
|||
// RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
|
||||
// REQUIRES: crash-recovery
|
||||
|
||||
// FIXME: CHECKs might be incompatible to win32.
|
||||
// REQUIRES: shell
|
||||
|
||||
void clang_analyzer_crash(void);
|
||||
|
||||
void inlined() {
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
|
||||
// REQUIRES: crash-recovery
|
||||
|
||||
// FIXME: CHECKs might be incompatible to win32.
|
||||
// REQUIRES: shell
|
||||
|
||||
#prag\
|
||||
ma clang __debug crash
|
||||
|
||||
|
|
Loading…
Reference in New Issue