Remove `REQUIRES: shell` hack to workaround an echo issue.
authorRui Ueyama <ruiu@google.com>
Fri, 9 Dec 2016 18:49:37 +0000 (18:49 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 9 Dec 2016 18:49:37 +0000 (18:49 +0000)
These tests are disabled on Windows, but they seem to work just fine now,
so I'll enable them.

llvm-svn: 289251

lld/test/ELF/linkerscript/entry.s
lld/test/ELF/linkerscript/group.s
lld/test/ELF/linkerscript/linkerscript.s
lld/test/ELF/linkerscript/searchdir.s

index acadeec..d75b134 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
 
index 79bd783..53a1c89 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
 
 # RUN: mkdir -p %t.dir
 # RUN: rm -f %t.dir/libxyz.a
index a6a30bd..76662fe 100644 (file)
@@ -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 \
index 858c3c5..9fc1a6a 100644 (file)
@@ -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 \