]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcl8: skip more timing-sensitive tests
authorRoss Burton <ross.burton@arm.com>
Fri, 27 Feb 2026 14:08:45 +0000 (14:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2026 18:02:33 +0000 (18:02 +0000)
Skip more tests, as we already do for the tcl9 recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk8/tcl8/run-ptest

index 12921d8cfdb1a68f07d8665d84902c1c71f53fba..0422e28a9d27ac30322de6cc97fc670d6d58cc51 100644 (file)
@@ -19,11 +19,14 @@ 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-\*"
+# tries to access google.com
+SKIP="$SKIP httpProxy-\*"
 
 for i in tests/*.test; do
     i=$(basename $i)