]> granicus.if.org Git - clang/commitdiff
Require a shell for this test.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 16:23:44 +0000 (16:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 16:23:44 +0000 (16:23 +0000)
Some versions of python will expand the glob used in the test, others wont,
causing the test to fail when run with LIT_USE_INTERNAL_SHELL=1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185653 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/crash-report.c

index bf9b42b12619062d71aa68e0050bdebd0959d448..97dbeac7a6371aa5556981ebd747d3b52f77fd61 100644 (file)
@@ -9,6 +9,9 @@
 // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
 // REQUIRES: crash-recovery
 
+// because of the glob (*.c, *.sh)
+// REQUIRES: shell
+
 // RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH=1 %clang -fsyntax-only -x c /dev/null 2>&1 | FileCheck %s
 
 #pragma clang __debug parser_crash