From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id 624193858C2D; Mon, 13 Nov 2023 14:56:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 624193858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699887371; bh=gH2qqsH3LHm7+phFltikow+CROfnSk72y5MX6M2HHSY=; h=From:To:Subject:Date:From; b=SRDpr73Q5SkMKYOgR3DbM/upEO62Jmf5vk+3OX7asYP7RbunGvQ4JpIJjN81paXJg 31JIKmZ3vNL5ci5frJXBb6AySjBPc7MrQ2uopBfMPCm2FK4vUWfmx+3SwDw1UCSeft ZnONOPzuDDF5+bPgu8ZJOvKczxXAZvFgvMIhZJu4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper. X-Act-Checkin: glibc X-Git-Author: Yanzhang Wang X-Git-Refname: refs/heads/master X-Git-Oldrev: 3548a4f0872aefa1f0b636a2d89fde96e5b7d46f X-Git-Newrev: 2d27dc1c750849f888b38fa7f0dadf6b376095de Message-Id: <20231113145611.624193858C2D@sourceware.org> Date: Mon, 13 Nov 2023 14:56:11 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2d27dc1c750849f888b38fa7f0dadf6b376095de commit 2d27dc1c750849f888b38fa7f0dadf6b376095de Author: Yanzhang Wang Date: Thu Oct 26 11:26:10 2023 +0800 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: --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/Makefile b/elf/Makefile index f9bd86a05a..c1e9038a44 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)