]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcl: also skip chanio-13.6
authorRoss Burton <ross.burton@arm.com>
Fri, 5 Sep 2025 12:43:03 +0000 (13:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Sep 2025 10:40:07 +0000 (11:40 +0100)
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 <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 be067f13ea7a2304f2b7c6e705fe678d95321888..2135b1707422b33973b07fe3130e826516b78f9f 100644 (file)
@@ -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
index bea9d9ccfd07a6a203e8ab0436d146afadf17093..dd46ebdeaa328b1c7c6ad3ffe869d312a3796354 100644 (file)
@@ -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-\*"