From: Ross Burton Date: Mon, 14 Oct 2024 12:24:47 +0000 (+0100) Subject: tcl: skip io-13.6 test case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b608a5f40c6c40d0fd1091c8943eae61adc1df0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcl: skip io-13.6 test case ---- Result was: {abcdefghj 01234} 0 ---- Result should have been (exact matching): {abcdefghj } 1 01234 0 ==== io-13.6 FAILED This test is documented as failing on slow machines, so just skip it. [ YOCTO #15407 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit f69183586655294c9aed6687cebe57767c2f3eb8) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index a403a74bb64..c485e535c71 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest @@ -15,6 +15,8 @@ SKIP="$SKIP cmdMZ-6.6" 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" # 14825 SKIP="$SKIP socket-\* socket_inet-\*"