r185653 - Require a shell for this test.
Rafael Espindola
rafael.espindola at gmail.com
Thu Jul 4 09:23:45 PDT 2013
Author: rafael
Date: Thu Jul 4 11:23:44 2013
New Revision: 185653
URL: http://llvm.org/viewvc/llvm-project?rev=185653&view=rev
Log:
Require a shell for this test.
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.
Modified:
cfe/trunk/test/Driver/crash-report.c
Modified: cfe/trunk/test/Driver/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report.c?rev=185653&r1=185652&r2=185653&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Thu Jul 4 11:23:44 2013
@@ -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
More information about the cfe-commits
mailing list