Skip to content

Commit 6928c7d

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 81264cb commit 6928c7d

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

test/db/cmd/cmd_zignature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ za sym._dl_malloc g cc=8 nbbs=12 edges=16 ebbs=2 bbsum=396
10691069
za sym._dl_malloc o 0x00002a1c
10701070
za sym._dl_malloc R X2RsX21hbGxvYw==
10711071
za sym._dl_malloc t void sym._dl_malloc (int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg_10h)
1072-
za sym._dl_malloc r sym._dl_dprintf sym._dl_dprintf sym._dl_dprintf
1072+
za sym._dl_malloc r sym._dl_dprintf sym._dl_dprintf
10731073
za sym._dl_malloc v fs-4:var_4h:int32_t, fs-12:var_24h:int32_t, fs-16:var_20h:int32_t, fs-20:var_1ch:int32_t, fs-8:var_28h:int32_t, fs-24:var_18h:int32_t, fs-32:var_10h:int32_t, fs-80:var_10h_2:int32_t, fs-76:var_14h:int32_t, tb16:arg_10h:int32_t, fs-28:var_24h_2:int32_t, fs-36:var_1ch_2:int32_t, fs-40:var_18h_2:int32_t, tr4:arg1:int32_t, tr6:arg3:int32_t, tr7:arg4:int32_t, tr5:arg2:int32_t
10741074
za sym._dl_malloc h ec986971438cf486e01f14e9bc442d9f4c457854207d30fe4aa9f1ffdf892911
10751075
EOF

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)