]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
tcl: skip http11 tests
authorRoss Burton <ross.burton@arm.com>
Fri, 5 Sep 2025 12:43:04 +0000 (13:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Sep 2025 17:02:37 +0000 (18:02 +0100)
These tests are either unstable under load, or just unstable.

A ticket has been filed upstream[1] but for now disable them.

[ YOCTO #15467 ]

[1] https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221

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/tcltk/tcl/run-ptest
meta/recipes-devtools/tcltk8/tcl8/run-ptest

index 2135b1707422b33973b07fe3130e826516b78f9f..c8acb4846f2888808376c9b6b1a1598dd1e8c315 100644 (file)
@@ -18,6 +18,9 @@ SKIP="$SKIP \*io-46.1"
 SKIP="$SKIP \*io-13.6"
 # 14825
 SKIP="$SKIP socket-\* socket_inet-\*"
+# 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-\*"
 
index dd46ebdeaa328b1c7c6ad3ffe869d312a3796354..687e06fa4bbc09b3741993b2ce9f0f980211288b 100644 (file)
@@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1"
 SKIP="$SKIP \*io-13.6"
 # 14825
 SKIP="$SKIP socket-\* socket_inet-\*"
+# These tests seem to be unreliable:
+# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
+SKIP="$SKIP http11-\*"
 
 for i in tests/*.test; do
     i=$(basename $i)