[lld] r289251 - Remove `REQUIRES: shell` hack to workaround an echo issue.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 10:49:38 PST 2016
Author: ruiu
Date: Fri Dec 9 12:49:37 2016
New Revision: 289251
URL: http://llvm.org/viewvc/llvm-project?rev=289251&view=rev
Log:
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.
Modified:
lld/trunk/test/ELF/linkerscript/entry.s
lld/trunk/test/ELF/linkerscript/group.s
lld/trunk/test/ELF/linkerscript/linkerscript.s
lld/trunk/test/ELF/linkerscript/searchdir.s
Modified: lld/trunk/test/ELF/linkerscript/entry.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/entry.s?rev=289251&r1=289250&r2=289251&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/entry.s (original)
+++ lld/trunk/test/ELF/linkerscript/entry.s Fri Dec 9 12:49:37 2016
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
Modified: lld/trunk/test/ELF/linkerscript/group.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/group.s?rev=289251&r1=289250&r2=289251&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/group.s (original)
+++ lld/trunk/test/ELF/linkerscript/group.s Fri Dec 9 12:49:37 2016
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
# RUN: mkdir -p %t.dir
# RUN: rm -f %t.dir/libxyz.a
Modified: lld/trunk/test/ELF/linkerscript/linkerscript.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/linkerscript.s?rev=289251&r1=289250&r2=289251&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/linkerscript.s (original)
+++ lld/trunk/test/ELF/linkerscript/linkerscript.s Fri Dec 9 12:49:37 2016
@@ -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 \
Modified: lld/trunk/test/ELF/linkerscript/searchdir.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/searchdir.s?rev=289251&r1=289250&r2=289251&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/searchdir.s (original)
+++ lld/trunk/test/ELF/linkerscript/searchdir.s Fri Dec 9 12:49:37 2016
@@ -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 \
More information about the llvm-commits
mailing list