diff options
| author | Reid Kleckner <rnk@google.com> | 2019-09-10 20:15:45 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-09-10 20:15:45 +0000 |
| commit | 38e033bf33e8a8261d1d4497524fe75ef3486a9a (patch) | |
| tree | f0a2e62cb48a59ed71b63feb16a68a8b8174aab2 /clang/test/Parser | |
| parent | 4d2b4077e7087b1b0476d9b3ef5fbcc7b0149990 (diff) | |
| download | bcm5719-llvm-38e033bf33e8a8261d1d4497524fe75ef3486a9a.tar.gz bcm5719-llvm-38e033bf33e8a8261d1d4497524fe75ef3486a9a.zip | |
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
Diffstat (limited to 'clang/test/Parser')
| -rw-r--r-- | clang/test/Parser/crash-report.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |

