[clang-tools-extra] r294299 - Disable test on windows buildbots without shell support

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 05:08:22 PST 2017


Author: rksimon
Date: Tue Feb  7 07:08:22 2017
New Revision: 294299

URL: http://llvm.org/viewvc/llvm-project?rev=294299&view=rev
Log:
Disable test on windows buildbots without shell support

Modified:
    clang-tools-extra/trunk/test/clangd/formatting.test

Modified: clang-tools-extra/trunk/test/clangd/formatting.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/formatting.test?rev=294299&r1=294298&r2=294299&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/formatting.test (original)
+++ clang-tools-extra/trunk/test/clangd/formatting.test Tue Feb  7 07:08:22 2017
@@ -1,3 +1,4 @@
+# REQUIRES: shell
 # RUN: sed -e '/^#/d' -e 's/\r*$/\r/' %s | clangd | FileCheck %s
 #
 Content-Length: 125




More information about the cfe-commits mailing list