From: Rui Ueyama Date: Fri, 9 Dec 2016 18:49:37 +0000 (+0000) Subject: Remove `REQUIRES: shell` hack to workaround an echo issue. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df41b13b09cef3916f97db33122f18d5cef17209;p=platform%2Fupstream%2Fllvm.git Remove `REQUIRES: shell` hack to workaround an echo issue. These tests are disabled on Windows, but they seem to work just fine now, so I'll enable them. llvm-svn: 289251 --- diff --git a/lld/test/ELF/linkerscript/entry.s b/lld/test/ELF/linkerscript/entry.s index acadeec..d75b134 100644 --- a/lld/test/ELF/linkerscript/entry.s +++ b/lld/test/ELF/linkerscript/entry.s @@ -1,4 +1,4 @@ -# REQUIRES: x86, shell +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t diff --git a/lld/test/ELF/linkerscript/group.s b/lld/test/ELF/linkerscript/group.s index 79bd783..53a1c89 100644 --- a/lld/test/ELF/linkerscript/group.s +++ b/lld/test/ELF/linkerscript/group.s @@ -1,4 +1,4 @@ -# REQUIRES: x86, shell +# REQUIRES: x86 # RUN: mkdir -p %t.dir # RUN: rm -f %t.dir/libxyz.a diff --git a/lld/test/ELF/linkerscript/linkerscript.s b/lld/test/ELF/linkerscript/linkerscript.s index a6a30bd..76662fe 100644 --- a/lld/test/ELF/linkerscript/linkerscript.s +++ b/lld/test/ELF/linkerscript/linkerscript.s @@ -1,9 +1,3 @@ -# There is some bad quoting interaction between lit's internal shell, which is -# implemented in Python, and the Cygwin implementations of the Unix utilities. -# Avoid running these tests on Windows for now by requiring a real shell. - -# REQUIRES: shell - # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \ diff --git a/lld/test/ELF/linkerscript/searchdir.s b/lld/test/ELF/linkerscript/searchdir.s index 858c3c5..9fc1a6a 100644 --- a/lld/test/ELF/linkerscript/searchdir.s +++ b/lld/test/ELF/linkerscript/searchdir.s @@ -1,8 +1,4 @@ -# There is some bad quoting interaction between lit's internal shell, which is -# implemented in Python, and the Cygwin implementations of the Unix utilities. -# Avoid running these tests on Windows for now by requiring a real shell. - -# REQUIRES: x86, shell +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd \