[lld] r291527 - Revert r291526: Re-enable /linkrepro test on Windows.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 18:08:37 PST 2017
Author: ruiu
Date: Mon Jan 9 20:08:37 2017
New Revision: 291527
URL: http://llvm.org/viewvc/llvm-project?rev=291527&view=rev
Log:
Revert r291526: Re-enable /linkrepro test on Windows.
This broke the following two bots:
lld-x86_64-win7: the test failed because a diff command is not available
on that bot. That's a configuration error of the bot and will be fixed soon.
llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast: "tar xf" failed on that
bot. I suspect that it is due to the maximum path limitation on Windows.
A build directory contains a buildbot name, so it's longer than usual on
that machine. On Windows, many filesystem operations fail if a path is
longer than 255 characters. I'll try to address that in another patch.
Modified:
lld/trunk/test/COFF/linkrepro.test
Modified: lld/trunk/test/COFF/linkrepro.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/linkrepro.test?rev=291527&r1=291526&r2=291527&view=diff
==============================================================================
--- lld/trunk/test/COFF/linkrepro.test (original)
+++ lld/trunk/test/COFF/linkrepro.test Mon Jan 9 20:08:37 2017
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, shell
# RUN: rm -rf %t.dir
# RUN: mkdir -p %t.dir/build1 %t.dir/build2 %t.dir/build3
More information about the llvm-commits
mailing list