From: Rafael Espindola Date: Thu, 4 Jul 2013 16:23:44 +0000 (+0000) Subject: Require a shell for this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99862609da24cf534a0af3de290a3606a06bba93;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/crash-report.c b/test/Driver/crash-report.c index bf9b42b126..97dbeac7a6 100644 --- a/test/Driver/crash-report.c +++ b/test/Driver/crash-report.c @@ -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