diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-26 04:59:52 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-26 04:59:52 +0000 |
| commit | d37c0fdea8613711fa7956fd3d87de6592f5baea (patch) | |
| tree | 876be7a822208f9041732e50021722af47d8f7b7 /clang/test/Driver | |
| parent | 5a76498729405826cdb63343370941c37ebf1f41 (diff) | |
| download | bcm5719-llvm-d37c0fdea8613711fa7956fd3d87de6592f5baea.tar.gz bcm5719-llvm-d37c0fdea8613711fa7956fd3d87de6592f5baea.zip | |
Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.
llvm-svn: 243237
Diffstat (limited to 'clang/test/Driver')
| -rw-r--r-- | clang/test/Driver/crash-report-header.h | 3 | ||||
| -rw-r--r-- | clang/test/Driver/crash-report.c | 3 | ||||
| -rw-r--r-- | clang/test/Driver/rewrite-map-in-diagnostics.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Driver/crash-report-header.h b/clang/test/Driver/crash-report-header.h index 3580b60029b..e0193cbe45e 100644 --- a/clang/test/Driver/crash-report-header.h +++ b/clang/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/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index 2e45d8ce1c1..38813e3bb8a 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/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/clang/test/Driver/rewrite-map-in-diagnostics.c b/clang/test/Driver/rewrite-map-in-diagnostics.c index 7c5811539ef..4aea0ec0314 100644 --- a/clang/test/Driver/rewrite-map-in-diagnostics.c +++ b/clang/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 |

