r223107 - clang/test/Modules/malformed.cpp REQUIRES shell due to "cd".
NAKAMURA Takumi
geek4civic at gmail.com
Mon Dec 1 19:55:16 PST 2014
Author: chapuni
Date: Mon Dec 1 21:55:16 2014
New Revision: 223107
URL: http://llvm.org/viewvc/llvm-project?rev=223107&view=rev
Log:
clang/test/Modules/malformed.cpp REQUIRES shell due to "cd".
Modified:
cfe/trunk/test/Modules/malformed.cpp
Modified: cfe/trunk/test/Modules/malformed.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/malformed.cpp?rev=223107&r1=223106&r2=223107&view=diff
==============================================================================
--- cfe/trunk/test/Modules/malformed.cpp (original)
+++ cfe/trunk/test/Modules/malformed.cpp Mon Dec 1 21:55:16 2014
@@ -1,6 +1,8 @@
// This test explicitly cd's to the test/Modules directory so that we can test
// that filenames found via relative -I paths are printed correctly.
//
+// REQUIRES: shell
+//
// RUN: rm -rf %t
// RUN: cd %S
// RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t -I Inputs/malformed -DHEADER="a1.h" %s 2>&1 | FileCheck %s --check-prefix=CHECK-A
More information about the cfe-commits
mailing list