]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl/tst-once5: Reduce time to expected failure
authorFlorian Weimer <fweimer@redhat.com>
Wed, 17 Aug 2016 14:14:02 +0000 (16:14 +0200)
committerRyan S. Arnold <ryan.arnold@linaro.org>
Sat, 22 Oct 2016 16:49:10 +0000 (11:49 -0500)
(cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)

ChangeLog
nptl/tst-once5.cc

index de82f344a155af5d1727367b4230350193938ff8..aa60fbb37dcb33e15835f70553f6b52b5bb54751 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-17  Florian Weimer  <fweimer@redhat.com>
+
+       Reduce time to expected nptl/tst-once5 failure.
+       * nptl/tst-once5.cc (TIMEOUT): Define.
+
 2016-08-18  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #16907]
index 978d8271bdaf888b312561de531b8f30690cc040..513ac53f6f8de8110119e3c6d0232e474d8298b5 100644 (file)
@@ -75,5 +75,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"