From 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2 Mon Sep 17 00:00:00 2001 From: James Henderson Date: Tue, 10 Sep 2019 08:48:33 +0000 Subject: Revert Remove REQUIRES:shell from tests that pass for me on Windows This reverts r371478 (git commit a9980f60ce083fa6d5fd03c12c58ca0b293e3d60) llvm-svn: 371497 --- clang/test/Analysis/crash-trace.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'clang/test/Analysis/crash-trace.c') 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. 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 -- cgit v1.2.3