[git commit future] test: fix tst-tls13 expected result and timeout

Salvatore Cro salvatore.cro at st.com
Wed Apr 20 10:50:38 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=3a411b5d8a6c6311778e22280706047cd1a8c8d4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

tst-tls13 is expected to return 0 when passing.
Set higher timeout to avoid failure on slow archs.

Signed-off-by: Salvatore Cro <salvatore.cro at st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 test/tls/Makefile.in |    1 -
 test/tls/tst-tls13.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index d19d347..875c607 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -140,7 +140,6 @@ tst-tlsmod18a%.so: tst-tlsmod18a.c
 	$(LDFLAGS_tst-tlsmod18a.so)
 tst-tls-at-ctor: tst-tlsmod-at-ctor.so
 
-RET_tst-tls13 := 1
 ifeq ($(TARGET_ARCH),mips)
 RET_tst-tls15 := 1
 endif
diff --git a/test/tls/tst-tls13.c b/test/tls/tst-tls13.c
index 55fb62e..beee91b 100644
--- a/test/tls/tst-tls13.c
+++ b/test/tls/tst-tls13.c
@@ -26,5 +26,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
-#define TIMEOUT 3
+#define TIMEOUT 20
 #include "../test-skeleton.c"
-- 
1.7.3.4



More information about the uClibc-cvs mailing list