forked from OSchip/llvm-project
Include extra input contents on this test so we can see why lldb-arm-ubuntu buildbot is failing.
Only lldb-arm-ubuntu is failing after https://reviews.llvm.org/D114288 and there isn't enough input context to see why this is failing. It works on x86_64 linux just fine.
This commit is contained in:
parent
29d990e439
commit
266a66c915
|
@ -59,7 +59,7 @@
|
|||
# from within the .dynsym section (multiplyByThree) and one from
|
||||
# the .symtab section embedded in the .gnu_debugdata section (multiplyByFour).
|
||||
|
||||
# RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 'continue' -o 'breakpoint list -v' %t.binary | FileCheck %s
|
||||
# RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 'continue' -o 'breakpoint list -v' %t.binary | FileCheck %s --dump-input-context 20
|
||||
|
||||
# CHECK: (lldb) b multiplyByThree
|
||||
# CHECK-NEXT: Breakpoint 1: where = minidebuginfo-set-and-hit-breakpoint.test.tmp.binary`multiplyByThree, address = 0x{{.*}}
|
||||
|
|
Loading…
Reference in New Issue