Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.

llvm-svn: 243237
This commit is contained in:
Yaron Keren 2015-07-26 04:59:52 +00:00
parent 5a76498729
commit d37c0fdea8
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -9,3 +9,6 @@
// CHECK: note: diagnostic msg: {{.*}}rewrite.map
// REQUIRES: crash-recovery
// FIXME: This doesn't fail on "env clang". Investigating.
// REQUIRES: shell