diff options
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 |

