[lld] r259584 - Add "REQUIRES: shell" to fix Windows buildbot.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 13:58:40 PST 2016


Author: ruiu
Date: Tue Feb  2 15:58:39 2016
New Revision: 259584

URL: http://llvm.org/viewvc/llvm-project?rev=259584&view=rev
Log:
Add "REQUIRES: shell" to fix Windows buildbot.

Modified:
    lld/trunk/test/ELF/invalid-linkerscript.test

Modified: lld/trunk/test/ELF/invalid-linkerscript.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/invalid-linkerscript.test?rev=259584&r1=259583&r2=259584&view=diff
==============================================================================
--- lld/trunk/test/ELF/invalid-linkerscript.test (original)
+++ lld/trunk/test/ELF/invalid-linkerscript.test Tue Feb  2 15:58:39 2016
@@ -1,3 +1,12 @@
+## Different "echo" commands on Windows interpret quoted strings and
+## wildcards in similar but different way (On Windows, ARGV tokenization
+## and wildcard expansion are not done by the shell but by each command.)
+## Because of that reason, this test fails on some Windows environment.
+## We can't write quoted strings that are interpreted the same way
+## by all echo commands. So, we don't want to run this on Windows.
+
+# REQUIRES: shell
+
 # RUN: mkdir -p %t.dir
 
 ## Note that we are using "-r option is not supported" as a marker




More information about the llvm-commits mailing list