summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-05-17 16:06:16 +0000
committerTeresa Johnson <tejohnson@google.com>2016-05-17 16:06:16 +0000
commitad66eaec2c30bf3387bb9fdd5d4e30cb9162eaf7 (patch)
tree999a500ba8088d4ec7e9bb8e6e77ba0319789118 /llvm
parent712f957cae618caa717dbbeb9740d008dea83eb2 (diff)
downloadbcm5719-llvm-ad66eaec2c30bf3387bb9fdd5d4e30cb9162eaf7.tar.gz
bcm5719-llvm-ad66eaec2c30bf3387bb9fdd5d4e30cb9162eaf7.zip
[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. llvm-svn: 269777
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/ThinLTO/X86/prefix_replace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/prefix_replace.ll b/llvm/test/ThinLTO/X86/prefix_replace.ll
index b378a58a6fa..16664c2a87c 100644
--- a/llvm/test/ThinLTO/X86/prefix_replace.ll
+++ b/llvm/test/ThinLTO/X86/prefix_replace.ll
@@ -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
OpenPOWER on IntegriCloud