From 58f355fcc3814a3174cf3c870adf57cdcef52cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 1 Jul 2021 16:47:41 +0200 Subject: [PATCH] Un-break test Sanity/dts-probe-binaries for glibc 2.34 Don't look for __libc_csu_init, it's not in binaries built with glibc 2.34. See [1]. [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=035c012e32c11e84d64905efaf55e74f704d3668 --- tests/Sanity/dts-probe-binaries/runtest.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Sanity/dts-probe-binaries/runtest.sh b/tests/Sanity/dts-probe-binaries/runtest.sh index 8683efd..091464c 100755 --- a/tests/Sanity/dts-probe-binaries/runtest.sh +++ b/tests/Sanity/dts-probe-binaries/runtest.sh @@ -183,10 +183,8 @@ fi # Try -P --size-sort. rlRun "$NM -P --size-sort localplt > p" if test $(uname -i) = "ppc64" -a $(rlGetDistroRelease) -gt 5; then - rlAssertGrep "__libc_csu_init D" p rlAssertGrep "main D" p else - rlAssertGrep "__libc_csu_init T" p rlAssertGrep "main T" p fi rlAssertGrep "completed.* b" p