[lld] r268351 - Try harder to get the bots green.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 18:25:29 PDT 2016


Author: silvas
Date: Mon May  2 20:25:28 2016
New Revision: 268351

URL: http://llvm.org/viewvc/llvm-project?rev=268351&view=rev
Log:
Try harder to get the bots green.

The test is now unexpectedly passing on
llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast which is treated as an error.
For now, disable Windows testing of the feature.
Rafael is working on generating an archive, which will hopefully allow
us to turn this test back on.

Unfortunately, we don't have a way to temporarily XFAIL this test just
on llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast.

Modified:
    lld/trunk/test/ELF/reproduce.s

Modified: lld/trunk/test/ELF/reproduce.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/reproduce.s?rev=268351&r1=268350&r2=268351&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce.s (original)
+++ lld/trunk/test/ELF/reproduce.s Mon May  2 20:25:28 2016
@@ -3,7 +3,7 @@
 # XXX: Temporary hack to work around windows path length limitation due to
 # the build dir for llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast.
 # When we directly generate an archive this won't be an issue.
-# XFAIL: x86_64-scei-ps4
+# REQUIRES: shell
 
 # RUN: rm -rf %t.dir
 # RUN: mkdir -p %t.dir/build1




More information about the llvm-commits mailing list