diff options
Diffstat (limited to 'clang/test/Analysis/crash-trace.c')
-rw-r--r-- | clang/test/Analysis/crash-trace.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/test/Analysis/crash-trace.c b/clang/test/Analysis/crash-trace.c index 0c8c8cc6cb2..ef1763ef97a 100644 --- a/clang/test/Analysis/crash-trace.c +++ b/clang/test/Analysis/crash-trace.c @@ -1,8 +1,9 @@ // RUN: not --crash %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s // REQUIRES: crash-recovery -// Stack traces require back traces. -// REQUIRES: backtrace +// FIXME: CHECKs might be incompatible to win32. +// Stack traces also require back traces. +// REQUIRES: shell, backtrace void clang_analyzer_crash(void); @@ -17,6 +18,6 @@ void test() { // CHECK: 0. Program arguments: {{.*}}clang // CHECK-NEXT: 1. <eof> parser at end of file // CHECK-NEXT: 2. While analyzing stack: -// CHECK-NEXT: #0 Calling inlined at line 14 +// CHECK-NEXT: #0 Calling inlined at line 15 // CHECK-NEXT: #1 Calling test // CHECK-NEXT: 3. {{.*}}crash-trace.c:{{[0-9]+}}:3: Error evaluating statement |