forked from OSchip/llvm-project
Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.
llvm-svn: 243237
This commit is contained in:
parent
5a76498729
commit
d37c0fdea8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,3 +9,6 @@
|
|||
// CHECK: note: diagnostic msg: {{.*}}rewrite.map
|
||||
|
||||
// REQUIRES: crash-recovery
|
||||
|
||||
// FIXME: This doesn't fail on "env clang". Investigating.
|
||||
// REQUIRES: shell
|
||||
|
|
Loading…
Reference in New Issue