[llvm] r269777 - [ThinLTO] Force disable test on Windows via REQUIRES shell

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 09:06:17 PDT 2016


Author: tejohnson
Date: Tue May 17 11:06:16 2016
New Revision: 269777

URL: http://llvm.org/viewvc/llvm-project?rev=269777&view=rev
Log:
[ThinLTO] Force disable test on Windows via REQUIRES shell

The "XFAIL: win32" was not enough to get the test to XFAIL on the bot:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5478

For now, use "REQUIRES: shell" to suppress test on Windows while we
investigate.

Modified:
    llvm/trunk/test/ThinLTO/X86/prefix_replace.ll

Modified: llvm/trunk/test/ThinLTO/X86/prefix_replace.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/prefix_replace.ll?rev=269777&r1=269776&r2=269777&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/prefix_replace.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/prefix_replace.ll Tue May 17 11:06:16 2016
@@ -1,6 +1,6 @@
 ; Check that changing the output path via prefix-replace works
 ; Use of '/' in paths created here make this unsuitable for Windows.
-; XFAIL: win32
+; REQUIRES: shell
 ; RUN: mkdir -p %T/oldpath
 ; RUN: opt -module-summary %s -o %T/oldpath/prefix_replace.o
 ; Ensure that there is no existing file at the new path, so we properly




More information about the llvm-commits mailing list