I ran the testsuite twice, compare the two sum files, and got for test-case
gdb.arch/amd64-shadow-stack-corefile.exp:
...
3077c3077
< PASS: $exp: OS corefile: pl3_ssp contents from core file 0x7f7a38
3fffe0
---
> PASS: $exp: OS corefile: pl3_ssp contents from core file 0x7f179e
...
Fix this by dropping the address from the test name.
Tested on x86_64-linux.
# Check the value of ssp in the core file.
gdb_test "print/x \$pl3_ssp" "\\$\[0-9\]+ = $saved_pl3_ssp" \
- "pl3_ssp contents from core file $saved_pl3_ssp"
+ "pl3_ssp contents from core file"
}
save_vars { ::env(GLIBC_TUNABLES) } {