From: Jordan Rose Date: Sat, 14 Oct 2017 03:33:46 +0000 (+0000) Subject: lit.py: Give up and disable the new shared-output.py test on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898e57c79536a2c6861186274e7eb0de11a060ed;p=llvm lit.py: Give up and disable the new shared-output.py test on Windows "No such file or directory: C:\\...\\tests\\Output\\shared-output.py.tmp/Output/Shared/SHARED.tmp" And yet other forward-slashes don't seem to be causing the same problem. I'll see if I can get ahold of a Windows machine to poke at this directly later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315792 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/lit/tests/shared-output.py b/utils/lit/tests/shared-output.py index a5905e92b23..616f85718da 100644 --- a/utils/lit/tests/shared-output.py +++ b/utils/lit/tests/shared-output.py @@ -1,3 +1,6 @@ +# XFAIL: windows +# Still need to work out some path issues + # RUN: rm -rf %t && mkdir -p %t # RUN: echo 'lit_config.load_config(config, os.path.join(r"%{inputs}", "shared-output", "lit.cfg"))' > %t/lit.site.cfg # RUN: %{lit} %t