diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-09-10 08:48:33 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-09-10 08:48:33 +0000 |
| commit | 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2 (patch) | |
| tree | 414bc05ed871c3771add9185be65125744fa28c0 /clang/test/Analysis/crash-trace.c | |
| parent | 93c4d53b0a5751bbaae747879bcdb4a5413b52fb (diff) | |
| download | bcm5719-llvm-3d7e9ab7b9f8c53aa41420c54970f0fb421004a2.tar.gz bcm5719-llvm-3d7e9ab7b9f8c53aa41420c54970f0fb421004a2.zip | |
Revert Remove REQUIRES:shell from tests that pass for me on Windows
This reverts r371478 (git commit a9980f60ce083fa6d5fd03c12c58ca0b293e3d60)
llvm-svn: 371497
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 |

