summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/rewrite-map-in-diagnostics.c
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-09-10 00:50:32 +0000
committerReid Kleckner <rnk@google.com>2019-09-10 00:50:32 +0000
commita9980f60ce083fa6d5fd03c12c58ca0b293e3d60 (patch)
treeb86d892872da874b71c667ea818f81de2e3bd3b2 /clang/test/Driver/rewrite-map-in-diagnostics.c
parentfcbc512f80a94516a6337a655ff1b13cbf67011e (diff)
downloadbcm5719-llvm-a9980f60ce083fa6d5fd03c12c58ca0b293e3d60.tar.gz
bcm5719-llvm-a9980f60ce083fa6d5fd03c12c58ca0b293e3d60.zip
Remove REQUIRES:shell from tests that pass for me on Windows
I see in the history for some of these tests REQUIRES:shell was used as a way to disable tests on Windows because they are flaky there. I tried not to re-enable such tests, but it's possible that I missed some and this will re-enable flaky tests on Windows. If so, we should disable them with UNSUPPORTED:system-windows and add a comment that they are flaky there. So far as I can tell, the lit internal shell is capable of running all of these tests, and we shouldn't use REQUIRES:shell as a proxy for Windows. llvm-svn: 371478
Diffstat (limited to 'clang/test/Driver/rewrite-map-in-diagnostics.c')
-rw-r--r--clang/test/Driver/rewrite-map-in-diagnostics.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Driver/rewrite-map-in-diagnostics.c b/clang/test/Driver/rewrite-map-in-diagnostics.c
index 4aea0ec0314..7c5811539ef 100644
--- a/clang/test/Driver/rewrite-map-in-diagnostics.c
+++ b/clang/test/Driver/rewrite-map-in-diagnostics.c
@@ -9,6 +9,3 @@
// CHECK: note: diagnostic msg: {{.*}}rewrite.map
// REQUIRES: crash-recovery
-
-// FIXME: This doesn't fail on "env clang". Investigating.
-// REQUIRES: shell
OpenPOWER on IntegriCloud