diff options
| -rw-r--r-- | clang/test/Analysis/crash-trace.c | 3 | ||||
| -rw-r--r-- | clang/test/Parser/crash-report.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Analysis/crash-trace.c b/clang/test/Analysis/crash-trace.c index a2f318d8657..8b61b75172f 100644 --- a/clang/test/Analysis/crash-trace.c +++ b/clang/test/Analysis/crash-trace.c @@ -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() { diff --git a/clang/test/Parser/crash-report.c b/clang/test/Parser/crash-report.c index 6f3706299d1..92bc9ba6db6 100644 --- a/clang/test/Parser/crash-report.c +++ b/clang/test/Parser/crash-report.c @@ -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 |

