[cfe-commits] r111523 - /cfe/trunk/test/Index/crash-recovery-reparse.c

Daniel Dunbar daniel at zuster.org
Thu Aug 19 09:40:14 PDT 2010


Author: ddunbar
Date: Thu Aug 19 11:40:14 2010
New Revision: 111523

URL: http://llvm.org/viewvc/llvm-project?rev=111523&view=rev
Log:
CrashRecovery: Disable the reparse test for now while I investigate, it goes
bonkers sometimes.

Modified:
    cfe/trunk/test/Index/crash-recovery-reparse.c

Modified: cfe/trunk/test/Index/crash-recovery-reparse.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/crash-recovery-reparse.c?rev=111523&r1=111522&r2=111523&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-reparse.c (original)
+++ cfe/trunk/test/Index/crash-recovery-reparse.c Thu Aug 19 11:40:14 2010
@@ -1,8 +1,12 @@
-// RUN: env CINDEXTEST_EDITING=1 \
-// RUN:   not c-index-test -test-load-source-reparse 1 local \
-// RUN:   -remap-file="%s;%S/Inputs/crash-recovery-reparse-remap.c" \
-// RUN:   %s 2> %t.err
-// RUN: FileCheck < %t.err -check-prefix=CHECK-REPARSE-SOURCE-CRASH %s
+// Disabled, pending investigation.
+// RUN: false
+// XFAIL: *
+//
+// RUNX: env CINDEXTEST_EDITING=1 \
+// RUNX:   not c-index-test -test-load-source-reparse 1 local \
+// RUNX:   -remap-file="%s;%S/Inputs/crash-recovery-reparse-remap.c" \
+// RUNX:   %s 2> %t.err
+// RUNX: FileCheck < %t.err -check-prefix=CHECK-REPARSE-SOURCE-CRASH %s
 // CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
 //
 // XFAIL: win32





More information about the cfe-commits mailing list