]> sourceware.org Git - glibc.git/commit
nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver
authorMaciej W. Rozycki <macro@redhat.com>
Thu, 11 Jul 2024 13:17:20 +0000 (14:17 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 12 Jul 2024 18:41:08 +0000 (20:41 +0200)
commit4b2a1b602fc1ade0de85084feb328203be3147c9
treedaa57ae8d13601adf407ba68a7a52fd25525abba
parent9d8995833e463cd675cc8bd40036d7d1412fdd1b
nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver

Fix an issue with commit 2af4e3e5668f ("Test of semaphores.") by making
the tst-sem11 and tst-sem12 tests use the test driver, preventing them
from ever causing testing to hang forever and never complete, such as
currently happening with the 'mips-linux-gnu' (o32 ABI) target.  Adjust
the name of the PREPARE macro, which clashes with the interpretation of
its presence by the test driver, by using a TF_ prefix in reference to
the name of the 'tf' function.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
nptl/tst-sem11.c
nptl/tst-sem12.c
This page took 0.041309 seconds and 5 git commands to generate.