]> sourceware.org Git - 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>
Wed, 17 Aug 2016 14:14:02 +0000 (16:14 +0200)
ChangeLog
nptl/tst-once5.cc

index 92f7d869302be71ae317ec04cc03a394371a0ca5..a3df80811b4b4ee10482b2aadd8a92137290a067 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-17  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #20452]
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"
This page took 0.168109 seconds and 5 git commands to generate.