[llvm] r315792 - lit.py: Give up and disable the new shared-output.py test on Windows

Jordan Rose via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 20:33:46 PDT 2017


Author: jrose
Date: Fri Oct 13 20:33:46 2017
New Revision: 315792

URL: http://llvm.org/viewvc/llvm-project?rev=315792&view=rev
Log:
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.

Modified:
    llvm/trunk/utils/lit/tests/shared-output.py

Modified: llvm/trunk/utils/lit/tests/shared-output.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/shared-output.py?rev=315792&r1=315791&r2=315792&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/shared-output.py (original)
+++ llvm/trunk/utils/lit/tests/shared-output.py Fri Oct 13 20:33:46 2017
@@ -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




More information about the llvm-commits mailing list