From: Ilya Leoshkevich Date: Mon, 6 Feb 2023 22:25:09 +0000 (+0100) Subject: addr2line: Do not test demangling in run-addr2line-i-test.sh X-Git-Tag: elfutils-0.189~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccd619eb5cf5e065173557176ba84f17bd341e5e;p=thirdparty%2Felfutils.git 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 --- diff --git a/tests/run-addr2line-i-test.sh b/tests/run-addr2line-i-test.sh index 4f63e487c..e7b890831 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