Skip to content

Commit 4456afc

Browse files
committed
Revert "[lldb] fix lldb-server test failures on windows (llvm#164843)"
This reverts commit 930b36c. Reverting because it depends on 5fc40a5.
1 parent 2b808c0 commit 4456afc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lldb/test/Shell/lldb-server/TestPlatformErrorMessages.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ LOGFILE_MISSING: error: --log-file: missing argument
2222
RUN: %platformserver --log-channels 2>&1 | FileCheck --check-prefixes=LOGCHANNELS_MISSING,ALL %s
2323
LOGCHANNELS_MISSING: error: --log-channels: missing argument
2424

25-
ALL: Use 'lldb-server{{(\.exe)?}} {{p|platform}} --help' for a complete list of options.
25+
ALL: Use 'lldb-server {{p|platform}} --help' for a complete list of options.

lldb/test/Shell/lldb-server/TestPlatformHelp.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN: %lldb-server p -h 2>&1 | FileCheck %s
55
RUN: %lldb-server platform --help 2>&1 | FileCheck %s
66
RUN: %lldb-server platform -h 2>&1 | FileCheck %s
77

8-
CHECK: OVERVIEW: lldb-server{{(\.exe)?}} platform
8+
CHECK: OVERVIEW: lldb-server platform
99

10-
CHECK: USAGE: lldb-server{{(\.exe)?}} {{p|platform}} [options] --listen <[host]:port> {{\[}}[--] program args...]
10+
CHECK: USAGE: lldb-server {{p|platform}} [options] --listen <[host]:port> {{\[}}[--] program args...]
1111

1212
CHECK: CONNECTION OPTIONS:
1313
CHECK: --gdbserver-port <port>
@@ -33,8 +33,8 @@ CHECK: Acts as a platform server for remote debugging
3333

3434
CHECK: EXAMPLES
3535
CHECK: # Listen on port 1234, exit after first connection
36-
CHECK: lldb-server{{(\.exe)?}} platform --listen tcp://0.0.0.0:1234
36+
CHECK: lldb-server platform --listen tcp://0.0.0.0:1234
3737
CHECK: # Listen on port 5555, accept multiple connections
38-
CHECK: lldb-server{{(\.exe)?}} platform --server --listen tcp://localhost:5555
38+
CHECK: lldb-server platform --server --listen tcp://localhost:5555
3939
CHECK: # Listen on Unix domain socket
40-
CHECK: lldb-server{{(\.exe)?}} platform --listen unix:///tmp/lldb-server.sock
40+
CHECK: lldb-server platform --listen unix:///tmp/lldb-server.sock

0 commit comments

Comments
 (0)