summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-04-11 19:18:40 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-04-11 19:18:40 +0000
commit1fefee6a6e777ebbc4dbe155a1d53c51dc4a75f1 (patch)
treef1dcf34631f48355712b25420c75e60d470dfcfb /lldb
parent8200880c9aae9a13ac842fd4f9a2c4b9af33efb7 (diff)
downloadbcm5719-llvm-1fefee6a6e777ebbc4dbe155a1d53c51dc4a75f1.tar.gz
bcm5719-llvm-1fefee6a6e777ebbc4dbe155a1d53c51dc4a75f1.zip
[test] Disable CommandScriptImmediateOutputFile on Windows
Somehow the path gets messed up. The command looks correct, but the python path is not. (lldb) mywrite E:\build_slave\lldb-x64-windows-ninja\build\tools\lldb\lit\Commands\ CommandScriptImmediateOutput\Output\ CommandScriptImmediateOutputFile.test.tmp.read.txt r No such file or directory: 'E:build_slavelldb-x64-windows-ninjabuildtoolslldblitCommands CommandScriptImmediateOutputOutput CommandScriptImmediateOutputFile.test.tmp.read.txt' Maybe the shlex module is escaping it? llvm-svn: 358213
Diffstat (limited to 'lldb')
-rw-r--r--lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test b/lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test
index a653b74200d..5aaaac03793 100644
--- a/lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test
+++ b/lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test
@@ -1,3 +1,5 @@
+# UNSUPPORTED: system-windows
+
# Test that LLDB correctly allows scripted commands to set immediate output to
# a file.
OpenPOWER on IntegriCloud