Fix #15589 - add test/db/cmd/slow and move some ones there

This commit is contained in:
pancake 2021-02-27 02:44:33 +01:00
parent ffe9651dad
commit b583d2800e
2 changed files with 10 additions and 10 deletions

View File

@ -2472,16 +2472,6 @@ entry0 0x40488d [DATA] mov rdi, main
EOF
RUN
NAME=unique function names
FILE=bins/elf/bash
CMDS=<<EOF
aaa
f~strlen~390
EOF
EXPECT=<<EOF
EOF
RUN
NAME=no function split without overlapping blocks
FILE=bins/elf/libc.so.6
CMDS=<<EOF

View File

@ -26,3 +26,13 @@ EXPECT=<<EOF
EOF
RUN
NAME=unique function names
FILE=bins/elf/bash
CMDS=<<EOF
aaa
f~strlen~390
EOF
EXPECT=<<EOF
EOF
RUN