Skip to content

Commit

Permalink
Mark as broken the ARM 16 test which fails to disassemble.
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 16, 2023
1 parent 9b86fb7 commit c3e309c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/db/cmd/cmd_pd
Original file line number Diff line number Diff line change
Expand Up @@ -1729,9 +1729,9 @@ pd 1 @a:x86:64
ahl*
EOF
EXPECT=<<EOF
0x00005c20 31ed4989 invalid
0x00005c20 31ed4989 ldc p9, c8, [r1, -0x124]!
0x00005c20 31ed4989 stmdbhi sb, {r0, r4, r5, r8, sl, fp, sp, lr, pc} ^
0x00005c20 31ed4989 invalid
0x00005c20 31ed4989 ldc p9, c8, [r1, -0x124]!
0x00005c20 31ed4989 stmdbhi sb, {r0, r4, r5, r8, sl, fp, sp, lr, pc} ^
aha arm @ 0x5c20
ahb 16 @ 0x5c20
Expand All @@ -1742,6 +1742,7 @@ ahb 16 @ 0x5c20
aha arm @ 0x5c20
ahb 16 @ 0x5c20
EOF
BROKEN=1
RUN

NAME=pd bin.str.filter
Expand Down

0 comments on commit c3e309c

Please sign in to comment.