mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
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.
This commit is contained in:
parent
3548a4f087
commit
2d27dc1c75
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user