[lld] r268345 - Temporarily disable this test on llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 17:36:16 PDT 2016


Author: silvas
Date: Mon May  2 19:36:15 2016
New Revision: 268345

URL: http://llvm.org/viewvc/llvm-project?rev=268345&view=rev
Log:
Temporarily disable this test on llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast

`REQUIRES: shell` is not appropriate because that would mean that there
are no windows bots testing this, and that is precisely where it needs
the most testing.

Rafael or Rui are working on generating an archive directly, which
should avoid this issue.
We can try to move the bot to a shorter build directory path.

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=268345&r1=268344&r2=268345&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce.s (original)
+++ lld/trunk/test/ELF/reproduce.s Mon May  2 19:36:15 2016
@@ -1,5 +1,10 @@
 # REQUIRES: x86
 
+# 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
+
 # RUN: rm -rf %t.dir
 # RUN: mkdir -p %t.dir/build1
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.dir/build1/foo.o




More information about the llvm-commits mailing list