r359081 - Add 'REQUIRES: shell' to verbose-output-quoting.c

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 24 03:12:30 PDT 2019


Author: hans
Date: Wed Apr 24 03:12:30 2019
New Revision: 359081

URL: http://llvm.org/viewvc/llvm-project?rev=359081&view=rev
Log:
Add 'REQUIRES: shell' to verbose-output-quoting.c

The lit shell couldn't handle these run lines.

Modified:
    cfe/trunk/test/Driver/verbose-output-quoting.c

Modified: cfe/trunk/test/Driver/verbose-output-quoting.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/verbose-output-quoting.c?rev=359081&r1=359080&r2=359081&view=diff
==============================================================================
--- cfe/trunk/test/Driver/verbose-output-quoting.c (original)
+++ cfe/trunk/test/Driver/verbose-output-quoting.c Wed Apr 24 03:12:30 2019
@@ -1,3 +1,4 @@
+// REQUIRES: shell
 // RUN: %clang --verbose -DSPACE="a b"  -c %s 2>&1 | FileCheck -check-prefix=SPACE     -strict-whitespace %s
 // RUN: %clang --verbose -DQUOTES=\"\"  -c %s 2>&1 | FileCheck -check-prefix=QUOTES    -strict-whitespace %s
 // RUN: %clang --verbose -DBACKSLASH=\\ -c %s 2>&1 | FileCheck -check-prefix=BACKSLASH -strict-whitespace %s




More information about the cfe-commits mailing list