From 36b9b1e6171d438105839aac6f333a1c98fda74c Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 15 May 2020 12:35:44 +0200 Subject: [PATCH] [lldb] Fixup command-disassemble-process.yaml test Increase the function size to account for the changed threshold in 8b845ac5edc1. --- lldb/test/Shell/Commands/command-disassemble-process.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: