From: Ross Burton Date: Fri, 5 Sep 2025 12:43:03 +0000 (+0100) Subject: tcl: also skip chanio-13.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7686fbfb2cb630b33edce48bf1982044d0bf3ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 ] Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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.\*" # 15407 15421 SKIP="$SKIP \*io-46.1" # io-13.6 explicitly says it can fail on slow/loaded machines -SKIP="$SKIP io-13.6" +SKIP="$SKIP \*io-13.6" # 14825 SKIP="$SKIP socket-\* socket_inet-\*" # 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.\*" # 15407 15421 SKIP="$SKIP \*io-46.1" # io-13.6 explicitly says it can fail on slow/loaded machines -SKIP="$SKIP io-13.6" +SKIP="$SKIP \*io-13.6" # 14825 SKIP="$SKIP socket-\* socket_inet-\*"