================
@@ -1,3 +1,4 @@
+# XFAIL: target=x86_64-{{.*}}-windows{{.*}}
----------------
dzhidzhoev wrote:

```
********************
PASS: lldb-shell :: Settings/TestEchoCommands.test (315 of 543)
Exit Code: 0

Command Output (stdout):
--
# RUN: at line 1
c:\build-lldb-native\bin\lldb.exe --no-lldbinit -S 
C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet -x -b -o 
'settings set interpreter.echo-comment-commands true'  -s 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in | 
c:\build-lldb-native\bin\filecheck.exe 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsAll.out
# executed command: 'c:\build-lldb-native\bin\lldb.exe' --no-lldbinit -S 
'C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet' -x -b -o 
'settings set interpreter.echo-comment-commands true' -s 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in'
# note: command had no output on stdout or stderr
# executed command: 'c:\build-lldb-native\bin\filecheck.exe' 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsAll.out'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\build-lldb-native\bin\lldb.exe --no-lldbinit -S 
C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet -x -b -o 
'settings set interpreter.echo-comment-commands false' -s 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in | 
c:\build-lldb-native\bin\filecheck.exe 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsNoComments.out
# executed command: 'c:\build-lldb-native\bin\lldb.exe' --no-lldbinit -S 
'C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet' -x -b -o 
'settings set interpreter.echo-comment-commands false' -s 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in'
# note: command had no output on stdout or stderr
# executed command: 'c:\build-lldb-native\bin\filecheck.exe' 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsNoComments.out'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\build-lldb-native\bin\lldb.exe --no-lldbinit -S 
C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet -x -b -o 
'settings set interpreter.echo-commands false'         -s 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in | 
c:\build-lldb-native\bin\filecheck.exe 
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsNone.out
# executed command: 'c:\build-lldb-native\bin\lldb.exe' --no-lldbinit -S 
'C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet' -x -b -o 
'settings set interpreter.echo-commands false' -s 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in'
# note: command had no output on stdout or stderr
# executed command: 'c:\build-lldb-native\bin\filecheck.exe' 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsNone.out'
# note: command had no output on stdout or stderr
# RUN: at line 7
echo start 
>C:\build-lldb-native\tools\lldb\test\Shell\Settings\Output\TestEchoCommands.test.tmp.file
# executed command: echo start
# note: command had no output on stdout or stderr
# RUN: at line 8
c:\build-lldb-native\bin\lldb.exe --no-lldbinit -S 
C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet -x -b 
--source-quietly -s C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in 
>>C:\build-lldb-native\tools\lldb\test\Shell\Settings\Output\TestEchoCommands.test.tmp.file
# executed command: 'c:\build-lldb-native\bin\lldb.exe' --no-lldbinit -S 
'C:/build-lldb-native/tools/lldb\test\Shell\lit-lldb-init-quiet' -x -b 
--source-quietly -s 'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsTest.in'
# note: command had no output on stdout or stderr
# RUN: at line 9
echo done 
>>C:\build-lldb-native\tools\lldb\test\Shell\Settings\Output\TestEchoCommands.test.tmp.file
# executed command: echo done
# note: command had no output on stdout or stderr
# RUN: at line 10
c:\build-lldb-native\bin\filecheck.exe  
C:\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out 
<C:\build-lldb-native\tools\lldb\test\Shell\Settings\Output\TestEchoCommands.test.tmp.file
# executed command: 'c:\build-lldb-native\bin\filecheck.exe' 
'C:\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out'
# note: command had no output on stdout or stderr

--

```

https://github.com/llvm/llvm-project/pull/100476
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to