From: Yanzhang Wang Date: Thu, 26 Oct 2023 03:26:10 +0000 (+0800) Subject: test: Run the tst-tls-allocation-failure-static-patched with test-wrapper. X-Git-Tag: glibc-2.39~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d27dc1c750849f888b38fa7f0dadf6b376095de;p=thirdparty%2Fglibc.git test: Run the tst-tls-allocation-failure-static-patched with test-wrapper. If we use cross test with ssh, this test needs to be ran on the remote. --- diff --git a/elf/Makefile b/elf/Makefile index f9bd86a05a7..c1e9038a449 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2942,7 +2942,7 @@ $(objpfx)tst-tls-allocation-failure-static-patched: \ $(objpfx)tst-tls-allocation-failure-static-patched.out: \ $(objpfx)tst-tls-allocation-failure-static-patched - $< > $@ 2>&1; echo "status: $$?" >> $@ + $(test-wrapper) $< > $@ 2>&1; echo "status: $$?" >> $@ grep -q '^Fatal glibc error: Cannot allocate TLS block$$' $@ \ && grep -q '^status: 127$$' $@; \ $(evaluate-test)