[Lldb-commits] [lldb] 36b9b1e - [lldb] Fixup command-disassemble-process.yaml test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 15 03:36:50 PDT 2020


Author: Pavel Labath
Date: 2020-05-15T12:35:44+02:00
New Revision: 36b9b1e6171d438105839aac6f333a1c98fda74c

URL: https://github.com/llvm/llvm-project/commit/36b9b1e6171d438105839aac6f333a1c98fda74c
DIFF: https://github.com/llvm/llvm-project/commit/36b9b1e6171d438105839aac6f333a1c98fda74c.diff

LOG: [lldb] Fixup command-disassemble-process.yaml test

Increase the function size to account for the changed threshold in
8b845ac5edc1.

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 e9db8e8e64b2..60c8ac0c569e 100644
--- a/lldb/test/Shell/Commands/command-disassemble-process.yaml
+++ b/lldb/test/Shell/Commands/command-disassemble-process.yaml
@@ -1,7 +1,7 @@
 # REQUIRES: x86
 
 # RUN: yaml2obj --docnum=1 -DMAIN_SIZE=8 %s > %T/command-disassemble-process.exe
-# RUN: yaml2obj --docnum=1 -DMAIN_SIZE=4000 %s > %T/command-disassemble-process.big.exe
+# RUN: yaml2obj --docnum=1 -DMAIN_SIZE=8000 %s > %T/command-disassemble-process.big.exe
 # RUN: yaml2obj --docnum=2 %s > %t
 
 # RUN: %lldb -c %t %T/command-disassemble-process.exe \
@@ -63,7 +63,7 @@
 # CHECK-NEXT:     0x400e:      addb   %cl, (%rcx)
 # CHECK-NEXT:     0x4010:      addb   %cl, (%rdx)
 
-# BIG: error: Not disassembling the current function because it is very large [0x0000000000004002-0x0000000000004fa2). To disassemble specify an instruction count limit, start/stop addresses or use the --force option.
+# 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.
 
 --- !ELF
 FileHeader:      


        


More information about the lldb-commits mailing list