From 8267dd1fdfc5f7abd1e27351daab526836e5643b Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Sun, 26 Jul 2015 04:59:52 +0000 Subject: [PATCH] Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243237 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/crash-report-header.h | 3 +++ test/Driver/crash-report.c | 3 +++ test/Driver/rewrite-map-in-diagnostics.c | 3 +++ 3 files changed, 9 insertions(+) diff --git a/test/Driver/crash-report-header.h b/test/Driver/crash-report-header.h index 3580b60029..e0193cbe45 100644 --- a/test/Driver/crash-report-header.h +++ b/test/Driver/crash-report-header.h @@ -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 diff --git a/test/Driver/crash-report.c b/test/Driver/crash-report.c index 2e45d8ce1c..38813e3bb8 100644 --- a/test/Driver/crash-report.c +++ b/test/Driver/crash-report.c @@ -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 diff --git a/test/Driver/rewrite-map-in-diagnostics.c b/test/Driver/rewrite-map-in-diagnostics.c index 7c5811539e..4aea0ec031 100644 --- a/test/Driver/rewrite-map-in-diagnostics.c +++ b/test/Driver/rewrite-map-in-diagnostics.c @@ -9,3 +9,6 @@ // CHECK: note: diagnostic msg: {{.*}}rewrite.map // REQUIRES: crash-recovery + +// FIXME: This doesn't fail on "env clang". Investigating. +// REQUIRES: shell -- 2.50.1