[cfe-commits] r143150 - in /cfe/trunk/test/Index: crash-recovery-code-complete.c crash-recovery-reparse.c

Ted Kremenek kremenek at apple.com
Thu Oct 27 14:50:13 PDT 2011


Author: kremenek
Date: Thu Oct 27 16:50:13 2011
New Revision: 143150

URL: http://llvm.org/viewvc/llvm-project?rev=143150&view=rev
Log:
Mark these tests as requiring use of the shell.

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

Modified: cfe/trunk/test/Index/crash-recovery-code-complete.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/crash-recovery-code-complete.c?rev=143150&r1=143149&r2=143150&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-code-complete.c (original)
+++ cfe/trunk/test/Index/crash-recovery-code-complete.c Thu Oct 27 16:50:13 2011
@@ -7,5 +7,6 @@
 // CHECK-CODE-COMPLETE-CRASH: Unable to perform code completion!
 //
 // REQUIRES: crash-recovery
+// REQUIRES: shell
 
 #warning parsing original file

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=143150&r1=143149&r2=143150&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-reparse.c (original)
+++ cfe/trunk/test/Index/crash-recovery-reparse.c Thu Oct 27 16:50:13 2011
@@ -7,5 +7,6 @@
 // CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
 //
 // REQUIRES: crash-recovery
+// REQUIRES: shell
 
 #warning parsing original file





More information about the cfe-commits mailing list