forked from OSchip/llvm-project
Revert r334418 "Enable crash recovery tests on Windows, globs work in the lit internal shell now"
The tests fail on Windows bots, and for me locally. > Enable crash recovery tests on Windows, globs work in the lit internal shell now llvm-svn: 334493
This commit is contained in:
parent
a1cc848399
commit
7bda15c9b9
|
@ -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
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
// RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-report-*.sh
|
||||
// REQUIRES: crash-recovery
|
||||
|
||||
// because of the glob (*.m, *.sh)
|
||||
// REQUIRES: shell
|
||||
|
||||
// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
|
||||
// XFAIL: mingw32
|
||||
|
||||
@import simple;
|
||||
const int x = MODULE_MACRO;
|
||||
|
||||
|
@ -28,4 +34,4 @@ const int x = MODULE_MACRO;
|
|||
// CHECKSH: "-D" "FOO=BAR"
|
||||
// CHECKSH-NOT: "-fmodules-cache-path="
|
||||
// CHECKSH: "crash-report-modules-{{[^ ]*}}.m"
|
||||
// CHECKSH: "-ivfsoverlay" "crash-report-modules-{{[^ ]*}}.cache{{(/|\\\\)}}vfs{{(/|\\\\)}}vfs.yaml"
|
||||
// CHECKSH: "-ivfsoverlay" "crash-report-modules-{{[^ ]*}}.cache/vfs/vfs.yaml"
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
// RUN: cat "%t/crash report spaces"-*.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: {{.*}}.c
|
||||
|
|
|
@ -13,6 +13,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
|
||||
|
|
Loading…
Reference in New Issue