From: Florian Weimer Date: Wed, 17 Aug 2016 14:14:02 +0000 (+0200) Subject: nptl/tst-once5: Reduce time to expected failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07eca6a72d21a5a37ba33df7b126609db048c41;p=thirdparty%2Fglibc.git nptl/tst-once5: Reduce time to expected failure (cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283) --- diff --git a/ChangeLog b/ChangeLog index e15b5947408..a19eb4b9231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-17 Florian Weimer + + Reduce time to expected nptl/tst-once5 failure. + * nptl/tst-once5.cc (TIMEOUT): Define. + 2016-08-18 Florian Weimer [BZ #16907] diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc index 60bc78a64a6..a6985b03fc7 100644 --- a/nptl/tst-once5.cc +++ b/nptl/tst-once5.cc @@ -76,5 +76,7 @@ do_test (void) return result; } +// The test currently hangs and is XFAILed. Reduce the timeout. +#define TIMEOUT 1 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"