Skip to content

Commit 8212b41

Browse files
committed
[lldb] Fix flakiness in command-disassemble-process.yaml (2/2)
I split up the test so we could stop redirecting stderr to stdout but I forgot to include that part in the previous commit.
1 parent 999fb7d commit 8212b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/Shell/Commands/command-disassemble-process.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# RUN: %lldb -c %t %T/command-disassemble-process.exe \
88
# RUN: -o "settings set interpreter.stop-command-source-on-error false" \
9-
# RUN: -s %S/Inputs/command-disassemble-process.lldbinit -o exit 2>&1 \
9+
# RUN: -s %S/Inputs/command-disassemble-process.lldbinit -o exit \
1010
# RUN: | FileCheck %s
1111

1212
# RUN: %lldb -c %t %T/command-disassemble-process.big.exe \
@@ -67,7 +67,6 @@
6767
# CHECK-NEXT: 0x400e: addb %cl, (%rcx)
6868
# CHECK-NEXT: 0x4010: addb %cl, (%rdx)
6969

70-
# INVALID: (lldb) disassemble --address 0xdead
7170
# INVALID: error: Could not find function bounds for address 0xdead
7271

7372
# BIG: error: Not disassembling the current function because it is very large [0x0000000000004002-0x0000000000005f42). To disassemble specify an instruction count limit, start/stop addresses or use the --force option.

0 commit comments

Comments
 (0)