[cfe-commits] r160362 - /cfe/trunk/test/Driver/crash-report.c
NAKAMURA Takumi
geek4civic at gmail.com
Tue Jul 17 05:00:24 PDT 2012
Author: chapuni
Date: Tue Jul 17 07:00:24 2012
New Revision: 160362
URL: http://llvm.org/viewvc/llvm-project?rev=160362&view=rev
Log:
test/Driver/crash-report.c: Remove "REQUIRES: shell". env(1) can be used also with gnuwin32.
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=160362&r1=160361&r2=160362&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Tue Jul 17 07:00:24 2012
@@ -1,10 +1,9 @@
// RUN: rm -rf %t
// RUN: mkdir %t
-// RUN: TMPDIR=%t TEMP=%t TMP=%t %clang -fsyntax-only %s -DFOO=BAR 2>&1 | FileCheck %s
+// RUN: env TMPDIR=%t TEMP=%t TMP=%t %clang -fsyntax-only %s -DFOO=BAR 2>&1 | FileCheck %s
// RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s
// RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
// REQUIRES: crash-recovery
-// REQUIRES: shell
#pragma clang __debug parser_crash
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
More information about the cfe-commits
mailing list