summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-05-17 15:26:13 +0000
committerTeresa Johnson <tejohnson@google.com>2016-05-17 15:26:13 +0000
commit1e7d4ab9a37065ab6476bb9b7f3543bbcade07de (patch)
treec95f4a9fdf927ea53d1283ec1abd5b95546297d8
parent0e8f053023e818609e337689bce420d5d6fd36a4 (diff)
downloadbcm5719-llvm-1e7d4ab9a37065ab6476bb9b7f3543bbcade07de.tar.gz
bcm5719-llvm-1e7d4ab9a37065ab6476bb9b7f3543bbcade07de.zip
[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 llvm-svn: 269775
-rw-r--r--llvm/test/ThinLTO/X86/prefix_replace.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/prefix_replace.ll b/llvm/test/ThinLTO/X86/prefix_replace.ll
index 7ae7d3563ec..b378a58a6fa 100644
--- a/llvm/test/ThinLTO/X86/prefix_replace.ll
+++ b/llvm/test/ThinLTO/X86/prefix_replace.ll
@@ -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
OpenPOWER on IntegriCloud