From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] tcl8: skip more timing-sensitive tests
Date: Fri, 27 Feb 2026 14:08:45 +0000 [thread overview]
Message-ID: <20260227140845.2052004-1-ross.burton@arm.com> (raw)
Skip more tests, as we already do for the tcl9 recipe.
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-devtools/tcltk8/tcl8/run-ptest | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
index 12921d8cfdb..0422e28a9d2 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest
+++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
@@ -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)
--
2.43.0
reply other threads:[~2026-02-27 14:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260227140845.2052004-1-ross.burton@arm.com \
--to=ross.burton@arm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox