]> git.ipfire.org Git - thirdparty/glibc.git/commit
Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
authorStefan Liebler <stli@linux.ibm.com>
Wed, 25 Nov 2020 07:30:17 +0000 (08:30 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 25 Nov 2020 07:30:17 +0000 (08:30 +0100)
commitaa7e05c3043302403e91b85c4aea39e0aac6c7c8
tree85c3d862bd2e3baf53588fafb9c2c8a3d4f6c8d9
parentdf5f473ed5ee95e3179fcb239e33e971619626cd
Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing

Starting with commit 29fddfc7dfd6444fa61a256e9a0d0127545e1f2e, the
tests posix/bug-ga2 and resolv/tst-leaks2 are test-container tests.

If test-container.c returns with EXIT_UNSUPPORTED, the tests with
mtrace() are not executed and the mtrace files do not exist.

Therefore the "mtrace-analysis-part" of those tests are marked
UNSUPPORTED if the mtrace files are missing.

Reported-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
posix/Makefile
resolv/Makefile