diff options
Diffstat (limited to 'test/Parser/crash-report.c')
| -rw-r--r-- | test/Parser/crash-report.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Parser/crash-report.c b/test/Parser/crash-report.c index 6f3706299d1b..ef65b88a06e7 100644 --- a/test/Parser/crash-report.c +++ b/test/Parser/crash-report.c @@ -1,6 +1,10 @@ // RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery +// FIXME: CHECKs might be incompatible to win32. +// Stack traces also require back traces. +// REQUIRES: shell, backtrace + #prag\ ma clang __debug crash |
