summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-05 13:43:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 14:05:11 +0100
commitf707ea0d726b761a83a57d9440be928f6ada4e4d (patch)
treebfa76a9f63f7a09d2ce92c701823f66b14c79959
parente7353e5bebf9e199a568ad70d3ee2693f4d148ab (diff)
downloadpoky-f707ea0d726b761a83a57d9440be928f6ada4e4d.tar.gz
tcl: also skip chanio-13.6
The io-* tests and chanio-* tests are in sync, so we should skip both io-13.6 and chanio-13.6. [ YOCTO #15421 ] (From OE-Core rev: e7686fbfb2cb630b33edce48bf1982044d0bf3ea) 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>
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest2
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/run-ptest2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest
index be067f13ea..2135b17074 100644
--- a/meta/recipes-devtools/tcltk/tcl/run-ptest
+++ b/meta/recipes-devtools/tcltk/tcl/run-ptest
@@ -15,7 +15,7 @@ SKIP="$SKIP exit-1.\*"
15# 15407 15421 15# 15407 15421
16SKIP="$SKIP \*io-46.1" 16SKIP="$SKIP \*io-46.1"
17# io-13.6 explicitly says it can fail on slow/loaded machines 17# io-13.6 explicitly says it can fail on slow/loaded machines
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# tries to access google.com 21# tries to access google.com
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
index bea9d9ccfd..dd46ebdeaa 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest
+++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
@@ -16,7 +16,7 @@ SKIP="$SKIP exit-1.\*"
16# 15407 15421 16# 15407 15421
17SKIP="$SKIP \*io-46.1" 17SKIP="$SKIP \*io-46.1"
18# io-13.6 explicitly says it can fail on slow/loaded machines 18# io-13.6 explicitly says it can fail on slow/loaded machines
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 22