This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 337531c6d5d2b3f04711933ac12432c1fa3f3254 (commit)
via 4cc585c1b810ea9bee9c85a44b692de6f3d7fc22 (commit)
from bd9e68510af887cc77033bd8150c1659a9b3cd03 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 337531c6d5d2b3f04711933ac12432c1fa3f3254
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Feb 17 01:14:49 2016 +0100
increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa
commit 4cc585c1b810ea9bee9c85a44b692de6f3d7fc22
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Feb 17 01:14:02 2016 +0100
refresh xtensa ulps file
-----------------------------------------------------------------------
Summary of changes:
test/crypt/Makefile.in | 2 ++
test/math/libm-test-ulps-xtensa | 16 ++++++++++++++++
test/regex/tst-regex2.c | 2 +-
test/tls/tst-tls13.c | 2 +-
4 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/test/crypt/Makefile.in b/test/crypt/Makefile.in
index 1798a39..f852219 100644
--- a/test/crypt/Makefile.in
+++ b/test/crypt/Makefile.in
@@ -11,3 +11,5 @@ endif
ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y)
TESTS_DISABLED += sha256c-test
endif
+
+WRAPPER := env TIMEOUTFACTOR=50
diff --git a/test/math/libm-test-ulps-xtensa b/test/math/libm-test-ulps-xtensa
index 9c730fa..46b2ac5 100644
--- a/test/math/libm-test-ulps-xtensa
+++ b/test/math/libm-test-ulps-xtensa
@@ -79,6 +79,16 @@ Test "log10 (e) == log10(e)":
float: 1
ifloat: 1
+# tgamma
+Test "tgamma (-0.5) == -2 sqrt (pi)":
+double: 1
+idouble: 1
+Test "tgamma (0.7) == 1.29805533264755778568117117915281162":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+
# Maximal error of functions:
Function: "cos":
double: 2
@@ -126,4 +136,10 @@ Function: "tan":
double: 1
idouble: 1
+Function: "tgamma":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+
# end of automatic generation
diff --git a/test/regex/tst-regex2.c b/test/regex/tst-regex2.c
index 2e3260a..bb47d64 100644
--- a/test/regex/tst-regex2.c
+++ b/test/regex/tst-regex2.c
@@ -245,6 +245,6 @@ do_test(void)
return exitcode;
}
-#define TIMEOUT 20
+#define TIMEOUT 100
#define TEST_FUNCTION do_test()
#include "../test-skeleton.c"
diff --git a/test/tls/tst-tls13.c b/test/tls/tst-tls13.c
index beee91b..4cb74e7 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 20
+#define TIMEOUT 50
#include "../test-skeleton.c"
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date