Skip to content

Commit 6bc1eea

Browse files
committed
Split TestEchoCommands.test into quiet and "loud" parts.
1 parent fd19238 commit 6bc1eea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands true' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsAll.out
22
# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNoComments.out
33
# 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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)