[Lldb-commits] [lldb] 8212b41 - [lldb] Fix flakiness in command-disassemble-process.yaml (2/2)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 16 22:12:45 PDT 2022


Author: Jonas Devlieghere
Date: 2022-03-16T22:12:39-07:00
New Revision: 8212b41b7b7d76d18b29494cd0f141959e27c187

URL: https://github.com/llvm/llvm-project/commit/8212b41b7b7d76d18b29494cd0f141959e27c187
DIFF: https://github.com/llvm/llvm-project/commit/8212b41b7b7d76d18b29494cd0f141959e27c187.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Commands/command-disassemble-process.yaml b/lldb/test/Shell/Commands/command-disassemble-process.yaml
index 1e19fc46f6c4e..75be1a42fb196 100644
--- a/lldb/test/Shell/Commands/command-disassemble-process.yaml
+++ b/lldb/test/Shell/Commands/command-disassemble-process.yaml
@@ -6,7 +6,7 @@
 
 # RUN: %lldb -c %t %T/command-disassemble-process.exe \
 # RUN:   -o "settings set interpreter.stop-command-source-on-error false" \
-# RUN:   -s %S/Inputs/command-disassemble-process.lldbinit -o exit 2>&1 \
+# RUN:   -s %S/Inputs/command-disassemble-process.lldbinit -o exit \
 # RUN:   | FileCheck %s
 
 # RUN: %lldb -c %t %T/command-disassemble-process.big.exe \
@@ -67,7 +67,6 @@
 # CHECK-NEXT:     0x400e:      addb   %cl, (%rcx)
 # CHECK-NEXT:     0x4010:      addb   %cl, (%rdx)
 
-# INVALID: (lldb) disassemble --address 0xdead
 # INVALID: error: Could not find function bounds for address 0xdead
 
 # 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.


        


More information about the lldb-commits mailing list