]> 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 13:27:59 +0000 (15:27 +0200)
(cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)

ChangeLog
nptl/tst-once5.cc

index e15b5947408928a6ac4b5e9d84b57fbde02e3242..a19eb4b92314ca4bdc5e63f3a4fdb9c2abc83f1f 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 60bc78a64a6b88fd7d373e79db8650c569af18ad..a6985b03fc76aa996986dba7929d43633d2f4650 100644 (file)
@@ -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"