Skip to content

Commit c6a3b8a

Browse files
committed
Update tests after frame pointer refactoring
- Remove duplicate xref in cmd_zignature (better precision) - Remove ARM64 frame pointer test from feat_variables (moved to dedicated test)
1 parent 49c8719 commit c6a3b8a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/db/cmd/feat_variables

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -412,20 +412,3 @@ EXPECT=<<EOF
412412
8
413413
EOF
414414
RUN
415-
416-
NAME=ARM64 frame pointer setup should not substitute variables
417-
FILE=malloc://1024
418-
ARGS=-a arm -b 64
419-
CMDS=<<EOF
420-
e asm.arch=arm
421-
e asm.bits=64
422-
wx fd7bbfa9fd030091 @ 0
423-
af @ 0
424-
pd 2 @ 0
425-
EOF
426-
EXPECT=<<EOF
427-
/ 12: fcn.00000000 ();
428-
| 0x00000000 fd7bbfa9 stp x29, x30, [sp, -0x10]!
429-
| 0x00000004 fd030091 mov x29, sp
430-
EOF
431-
RUN

0 commit comments

Comments
 (0)