From 327081e25151559ae312cd8b4e2406afbbbe20a6 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 2 Feb 2016 21:58:39 +0000 Subject: [PATCH] Add "REQUIRES: shell" to fix Windows buildbot. llvm-svn: 259584 --- lld/test/ELF/invalid-linkerscript.test | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lld/test/ELF/invalid-linkerscript.test b/lld/test/ELF/invalid-linkerscript.test index a69cd3f..01f339e 100644 --- a/lld/test/ELF/invalid-linkerscript.test +++ b/lld/test/ELF/invalid-linkerscript.test @@ -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 -- 2.7.4