summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-05 13:43:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 18:02:40 +0100
commit5465f568978f52bf3ca90a08e2e4034cd6c7f336 (patch)
treea6e3f449443425bb5c88ca1d81d3f79c16083160 /meta
parent20a1e4e401e9f4c189779843fb4e1820b59f57e0 (diff)
downloadpoky-5465f568978f52bf3ca90a08e2e4034cd6c7f336.tar.gz
tcl: skip http11 tests
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 (From OE-Core rev: 8f1538518fd3a3017189b38437691ce358a2566a) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest3
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/run-ptest3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest
index 2135b17074..c8acb4846f 100644
--- a/meta/recipes-devtools/tcltk/tcl/run-ptest
+++ b/meta/recipes-devtools/tcltk/tcl/run-ptest
@@ -18,6 +18,9 @@ SKIP="$SKIP \*io-46.1"
18SKIP="$SKIP \*io-13.6" 18SKIP="$SKIP \*io-13.6"
19# 14825 19# 14825
20SKIP="$SKIP socket-\* socket_inet-\*" 20SKIP="$SKIP socket-\* socket_inet-\*"
21# These tests seem to be unreliable:
22# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
23SKIP="$SKIP http11-\*"
21# tries to access google.com 24# tries to access google.com
22SKIP="$SKIP httpProxy-\*" 25SKIP="$SKIP httpProxy-\*"
23 26
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
index dd46ebdeaa..687e06fa4b 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest
+++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
@@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1"
19SKIP="$SKIP \*io-13.6" 19SKIP="$SKIP \*io-13.6"
20# 14825 20# 14825
21SKIP="$SKIP socket-\* socket_inet-\*" 21SKIP="$SKIP socket-\* socket_inet-\*"
22# These tests seem to be unreliable:
23# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
24SKIP="$SKIP http11-\*"
22 25
23for i in tests/*.test; do 26for i in tests/*.test; do
24 i=$(basename $i) 27 i=$(basename $i)