File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands true' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsAll.out
2
2
# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNoComments.out
3
3
# RUN: %lldb -x -b -o 'settings set interpreter.echo-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNone.out
4
-
5
- XFAIL: remote{{.*}}
6
-
7
- RUN: echo start >%t.file
8
- RUN: %lldb -x -b --source-quietly -s %S/Inputs/EchoCommandsTest.in >>%t.file
9
- RUN: echo done >>%t.file
10
- RUN: FileCheck %S/Inputs/EchoCommandsQuiet.out <%t.file
Original file line number Diff line number Diff line change
1
+ Can't mute platform select command.
2
+ UNSUPPORTED: remote-linux
3
+ RUN: echo start >%t.file
4
+ RUN: %lldb -x -b --source-quietly -s %S/Inputs/EchoCommandsTest.in >>%t.file
5
+ RUN: echo done >>%t.file
6
+ RUN: FileCheck %S/Inputs/EchoCommandsQuiet.out <%t.file
You can’t perform that action at this time.
0 commit comments