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

Stefan Liebler stli@linux.vnet.ibm.com
Tue Jan 21 12:05:00 GMT 2014


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"



More information about the Libc-alpha mailing list