]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 18 Aug 2016 10:00:11 +0000 (12:00 +0200)
(cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)

ChangeLog
nptl/tst-once5.cc

index 1351bfd15fea3ba29dc9e078087cbb39c746307b..3af5852df4ee2c387af5888920b51261afb0e22c 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"