[llvm] r329096 - Disable a test using environment variables that requires a real shell
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 11:19:52 PDT 2018
Author: dblaikie
Date: Tue Apr 3 11:19:52 2018
New Revision: 329096
URL: http://llvm.org/viewvc/llvm-project?rev=329096&view=rev
Log:
Disable a test using environment variables that requires a real shell
Modified:
llvm/trunk/test/Object/archive-GNU64-write.test
Modified: llvm/trunk/test/Object/archive-GNU64-write.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/archive-GNU64-write.test?rev=329096&r1=329095&r2=329096&view=diff
==============================================================================
--- llvm/trunk/test/Object/archive-GNU64-write.test (original)
+++ llvm/trunk/test/Object/archive-GNU64-write.test Tue Apr 3 11:19:52 2018
@@ -1,5 +1,6 @@
# REQUIRES: llvm-64-bits
# REQUIRES: system-linux
+# REQUIRES: shell
# RUN: yaml2obj %s > %t
# RUN: dd if=%t of=%t bs=1 count=0 seek=1M
More information about the llvm-commits
mailing list