]> git.ipfire.org Git - thirdparty/glibc.git/commit
Run nptl/tst-pthread-getattr in a container
authorDJ Delorie <dj@redhat.com>
Mon, 3 Feb 2020 19:57:23 +0000 (14:57 -0500)
committerDJ Delorie <dj@redhat.com>
Mon, 3 Feb 2020 19:57:23 +0000 (14:57 -0500)
commit279c68ce1336d84d82ce491a4b77086e574ba380
treeacdbdc6ebe29282bf91ab108d571190428c41b4b
parent4f79b3e2fb3eba003240ec38a0e68702b9a60b86
Run nptl/tst-pthread-getattr in a container

See https://bugzilla.redhat.com/show_bug.cgi?id=1653942

This test depends on the kernel's assignment of memory regions, but
running under ld.so explicitly changes those assignments, sometimes
sufficiently to cause the test to fail (esp with address space
randomization).

The easiest way to "fix" the test, is to run it the way the user would
- without ld.so.  Running it in a container does that.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nptl/Makefile