Fix dbg_dmh test based on libc6 2.35-0ubuntu3.7 (#4495)
This commit is contained in:
parent
fdc3369e8c
commit
a6d4a6bd02
1 changed files with 4 additions and 4 deletions
|
|
@ -27,15 +27,15 @@ EOF
|
|||
REGEXP_FILTER_OUT=(status=[a-z]+)|(size=0x[a-f0-9]+)
|
||||
EXPECT=<<EOF
|
||||
status=allocated
|
||||
size=0x12010
|
||||
size=0x11c10
|
||||
status=free
|
||||
size=0xed60
|
||||
size=0xf160
|
||||
status=allocated
|
||||
size=0x12010
|
||||
size=0x11c10
|
||||
status=allocated
|
||||
size=0x20
|
||||
status=free
|
||||
size=0xed40
|
||||
size=0xf140
|
||||
EOF
|
||||
RUN
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue