Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare dk 9 test broken #4653

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions test/db/archos/linux-x64/dbg
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ EOF
RUN

NAME=dk 9
BROKEN=1
FILE=bins/elf/analysis/calls_x64
ARGS=-a x86 -d
CMDS=<<EOF
dk 9
wx ebfe # infinite loop
dc
dc # binary may or may not have been terminated already
EOF
EXPECT=<<EOF
EOF
Expand Down Expand Up @@ -81,9 +81,6 @@ dko 15 skip
dkl~SIGTERM
dk 15
dc
dk 9
wx ebfe # infinite loop
dc
EOF
EXPECT=<<EOF
15 SIGTERM
Expand All @@ -92,10 +89,6 @@ EXPECT=<<EOF
15 SIGTERM skip
[+] signal 15 aka SIGTERM received 2
EOF
REGEXP_FILTER_ERR=child.*signal [0-9]+.*
EXPECT_ERR=<<EOF
child received signal 9
EOF
RUN

NAME=rizin -d no error from env
Expand Down
Loading