[llvm] r269775 - [ThinLTO] XFAIL path manipulation test on Windows

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 08:26:13 PDT 2016


Author: tejohnson
Date: Tue May 17 10:26:13 2016
New Revision: 269775

URL: http://llvm.org/viewvc/llvm-project?rev=269775&view=rev
Log:
[ThinLTO] XFAIL path manipulation test on Windows

This test is creating and checking paths using '/'. XFAIL it on Windows
to unbreak bot:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5478

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=269775&r1=269774&r2=269775&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/prefix_replace.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/prefix_replace.ll Tue May 17 10:26:13 2016
@@ -1,4 +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
 ; 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