Skip to content

Commit 1fefee6

Browse files
committed
[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
1 parent 8200880 commit 1fefee6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/lit/Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# UNSUPPORTED: system-windows
2+
13
# Test that LLDB correctly allows scripted commands to set immediate output to
24
# a file.
35

0 commit comments

Comments
 (0)