[PATCH COMMITTED] nptl/tst-once5: Reduce time to expected failure
Florian Weimer
fweimer@redhat.com
Wed Aug 17 14:15:00 GMT 2016
2016-08-17 Florian Weimer <fweimer@redhat.com>
Reduce time to expected nptl/tst-once5 failure.
* nptl/tst-once5.cc (TIMEOUT): Define.
diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc
index 978d827..513ac53 100644
--- a/nptl/tst-once5.cc
+++ b/nptl/tst-once5.cc
@@ -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"
More information about the Libc-alpha
mailing list