Skip to content

Commit

Permalink
Declare dk 9 test broken (#4653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Sep 27, 2024
1 parent 36e4b6a commit 3fcfdd5
Showing 1 changed file with 2 additions and 9 deletions.
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

0 comments on commit 3fcfdd5

Please sign in to comment.