summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-10 11:04:57 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-10 11:04:57 +0100
commit7661046a31605024d5cd2ef4eed24d1774539d8b (patch)
tree5fe6757528a6ea3faa801b54850f6193b7017cd7
parentf3702d3e353f5a5da500f9029b0d1edaff7affff (diff)
disable always failing tst-tls16, until someone unbreak it
-rw-r--r--test/tls/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index bbb421669..6e193a996 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -7,6 +7,10 @@ TESTS := tst-tls1 tst-tls2 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 \
tst-tls1-static tst-tls2-static tst-tls9-static
TESTS_DISABLED := tst-tls1-static tst-tls2-static tst-tls9-static
+# test always fails for every architecture,
+# guessing some unimplemented check or feature
+TESTS_DISABLED += tst-tls16
+
#all these tests require shared libraries
ifeq ($(HAVE_SHARED),)
TESTS_DISABLED := $(TESTS)