`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.
llvm-svn: 268345
# 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