From 38e033bf33e8a8261d1d4497524fe75ef3486a9a Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 10 Sep 2019 20:15:45 +0000 Subject: Re-land Remove REQUIRES:shell from tests that pass for me on Windows This reverts r371497 (git commit 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2) Reorder `not` with `env` in these two tests so they pass: Driver/rewrite-map-in-diagnostics.c Index/crash-recovery-modules.m. This will not be necessary after D66531 lands. llvm-svn: 371552 --- clang/test/Parser/crash-report.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'clang/test/Parser') diff --git a/clang/test/Parser/crash-report.c b/clang/test/Parser/crash-report.c index ef65b88a06e..6ca10459d9a 100644 --- a/clang/test/Parser/crash-report.c +++ b/clang/test/Parser/crash-report.c @@ -1,9 +1,8 @@ // 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 +// REQUIRES: backtrace #prag\ ma clang __debug crash -- cgit v1.2.3