]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
tcl: skip all socket tests
authorRoss Burton <ross.burton@arm.com>
Tue, 13 Jan 2026 18:40:00 +0000 (18:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jan 2026 17:34:55 +0000 (17:34 +0000)
We've had more intermittent failures in the socket tests, most likely
due to overly-tight timing requirements that we cannot achieve.

We should continue to talk with upstream about relaxing the timing
windows, but for now skip all socket tests (socket, socket_inet,
socket_inet6)

[ YOCTO #15495 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl/run-ptest

index 46a1967defe2829908394245b86d6d2335069c81..506529eadae34ee8a191900cde3e4a205b34a456 100644 (file)
@@ -16,8 +16,9 @@ SKIP="$SKIP exit-1.\*"
 SKIP="$SKIP \*io-46.1"
 # io-13.6 explicitly says it can fail on slow/loaded machines
 SKIP="$SKIP \*io-13.6"
-# 14825
-SKIP="$SKIP socket-\* socket_inet-\*"
+# The socket tests seem to be problematic with tight timing conditions, skip them all.
+# 14825 15495
+SKIP="$SKIP socket-\* socket_inet\* socket_inet6\*"
 # These tests seem to be unreliable:
 # https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
 SKIP="$SKIP http11-\*"