]> granicus.if.org Git - clang/commitdiff
Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.
authorYaron Keren <yaron.keren@gmail.com>
Sun, 26 Jul 2015 04:59:52 +0000 (04:59 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sun, 26 Jul 2015 04:59:52 +0000 (04:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243237 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/crash-report-header.h
test/Driver/crash-report.c
test/Driver/rewrite-map-in-diagnostics.c

index 3580b60029be54d5ed4043b4319780394ec8f5c9..e0193cbe45e999e314e0e4f56275acf1d6339f96 100644 (file)
@@ -5,6 +5,9 @@
 // RUN: cat %t/crash-report-header-*.sh | FileCheck --check-prefix=CHECKSH "%s"
 // REQUIRES: crash-recovery
 
+// because of the glob (*.h, *.sh)
+// REQUIRES: shell
+
 #pragma clang __debug parser_crash
 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
 // CHECK-NEXT: note: diagnostic msg: {{.*}}.h
index 2e45d8ce1c14cd37ca82b27bdd2503cab21424c7..38813e3bb8afe252fa2d3414d17ddd12eb0d64eb 100644 (file)
@@ -11,6 +11,9 @@
 // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
 // REQUIRES: crash-recovery
 
+// because of the glob (*.c, *.sh)
+// REQUIRES: shell
+
 #pragma clang __debug parser_crash
 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
 // CHECK-NEXT: note: diagnostic msg: {{.*}}crash-report-{{.*}}.c
index 7c5811539ef140a382cf05aa3c353cd3cb9221b1..4aea0ec031456bdb8de3f32898dd9a77c864e119 100644 (file)
@@ -9,3 +9,6 @@
 // CHECK: note: diagnostic msg: {{.*}}rewrite.map
 
 // REQUIRES: crash-recovery
+
+// FIXME: This doesn't fail on "env clang". Investigating.
+// REQUIRES: shell