summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2023-02-06 23:25:09 +0100
committerMark Wielaard <mark@klomp.org>2023-02-08 19:07:17 +0100
commitccd619eb5cf5e065173557176ba84f17bd341e5e (patch)
treeb1026adda7259f1f2150b2489de3c1f37f3c150f
parent6cb1547e812e9c2eeca698b38d8ab2785b7a7abf (diff)
downloadelfutils-ccd619eb5cf5e065173557176ba84f17bd341e5e.tar.gz
addr2line: Do not test demangling in run-addr2line-i-test.sh
There is run-addr2line-i-demangle-test.sh for that. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
-rwxr-xr-xtests/run-addr2line-i-test.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/run-addr2line-i-test.sh b/tests/run-addr2line-i-test.sh
index 4f63e487..e7b89083 100755
--- a/tests/run-addr2line-i-test.sh
+++ b/tests/run-addr2line-i-test.sh
@@ -254,13 +254,13 @@ EOF
testfiles testfile-inlines-lto
-testrun_compare ${abs_top_builddir}/src/addr2line --pretty -fiC -e testfile-inlines-lto 0x1118 0x1137 <<\EOF
-foobar(int) at /tmp/x.cpp:4:14
- (inlined by) foo(int) at /tmp/x.cpp:22:16
- (inlined by) fu(int) at /tmp/x.cpp:27:13
-fubar(int) at /tmp/x.cpp:10:14
- (inlined by) bar(int) at /tmp/x.cpp:16:15
- (inlined by) fu(int) at /tmp/x.cpp:27:24
+testrun_compare ${abs_top_builddir}/src/addr2line --pretty -fi -e testfile-inlines-lto 0x1118 0x1137 <<\EOF
+_Z6foobari at /tmp/x.cpp:4:14
+ (inlined by) _Z3fooi at /tmp/x.cpp:22:16
+ (inlined by) _Z2fui at /tmp/x.cpp:27:13
+_Z5fubari at /tmp/x.cpp:10:14
+ (inlined by) _Z3bari at /tmp/x.cpp:16:15
+ (inlined by) _Z2fui at /tmp/x.cpp:27:24
EOF
exit 0