This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] S/390: Fix testcase nptl/tst-tls7


Hi,

TLS in a dlopened object works fine when accessed from a signal
handler. The default kernel scheduling parameters prevents the testcase to finish within the 4 seconds.

Tested the bigger timeout on s390 and s390x.

Bye,

---
2014-01-21  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* tst-tls7.c: Adjust testcase timeout

--

diff --git a/nptl/tst-tls7.c b/nptl/tst-tls7.c
index 583d5b4..3e85a6e 100644
--- a/nptl/tst-tls7.c
+++ b/nptl/tst-tls7.c
@@ -137,7 +137,7 @@ do_test (void)
   return 0;
 }

-#define TIMEOUT 4
+#define TIMEOUT 8

 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]