Author: yrnkrn Date: Sat Jul 25 23:59:52 2015 New Revision: 243237 URL: http://llvm.org/viewvc/llvm-project?rev=243237&view=rev Log: Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.
Modified: cfe/trunk/test/Driver/crash-report-header.h cfe/trunk/test/Driver/crash-report.c cfe/trunk/test/Driver/rewrite-map-in-diagnostics.c Modified: cfe/trunk/test/Driver/crash-report-header.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report-header.h?rev=243237&r1=243236&r2=243237&view=diff ============================================================================== --- cfe/trunk/test/Driver/crash-report-header.h (original) +++ cfe/trunk/test/Driver/crash-report-header.h Sat Jul 25 23:59:52 2015 @@ -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 Modified: cfe/trunk/test/Driver/crash-report.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report.c?rev=243237&r1=243236&r2=243237&view=diff ============================================================================== --- cfe/trunk/test/Driver/crash-report.c (original) +++ cfe/trunk/test/Driver/crash-report.c Sat Jul 25 23:59:52 2015 @@ -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 Modified: cfe/trunk/test/Driver/rewrite-map-in-diagnostics.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/rewrite-map-in-diagnostics.c?rev=243237&r1=243236&r2=243237&view=diff ============================================================================== --- cfe/trunk/test/Driver/rewrite-map-in-diagnostics.c (original) +++ cfe/trunk/test/Driver/rewrite-map-in-diagnostics.c Sat Jul 25 23:59:52 2015 @@ -9,3 +9,6 @@ // CHECK: note: diagnostic msg: {{.*}}rewrite.map // REQUIRES: crash-recovery + +// FIXME: This doesn't fail on "env clang". Investigating. +// REQUIRES: shell _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits