diff options
author | Rui Ueyama <ruiu@google.com> | 2016-12-09 18:49:37 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-12-09 18:49:37 +0000 |
commit | df41b13b09cef3916f97db33122f18d5cef17209 (patch) | |
tree | 46a2315ab0061c4388b5ec2f0bb91d79929e6b50 | |
parent | b8c0f553ed6b7e52b12afa00ace3e30754482037 (diff) | |
download | bcm5719-llvm-df41b13b09cef3916f97db33122f18d5cef17209.tar.gz bcm5719-llvm-df41b13b09cef3916f97db33122f18d5cef17209.zip |
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
-rw-r--r-- | lld/test/ELF/linkerscript/entry.s | 2 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/group.s | 2 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/linkerscript.s | 6 | ||||
-rw-r--r-- | lld/test/ELF/linkerscript/searchdir.s | 6 |
4 files changed, 3 insertions, 13 deletions
diff --git a/lld/test/ELF/linkerscript/entry.s b/lld/test/ELF/linkerscript/entry.s index acadeecc52b..d75b1345a8a 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 79bd783a97b..53a1c89ebfe 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 a6a30bd67ae..76662fedfb8 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 858c3c57a93..9fc1a6a49a9 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 \ |