From: Ross Burton Date: Thu, 26 Mar 2026 17:54:57 +0000 (+0000) Subject: tcl: skip the mutex-condition-* tests as they're load sensitive X-Git-Tag: yocto-6.0_M3~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7280df18dae692e23d0e26a0fb4d2fd68bd51d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git tcl: skip the mutex-condition-* tests as they're load sensitive These tests appear to be load-sensitive, so skip them in the ptests. [ YOCTO #16214 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 86b74a4177..46f6cdca33 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest @@ -32,6 +32,8 @@ SKIP="$SKIP socket-\* socket_inet\* socket_inet6\*" SKIP="$SKIP http11-\*" # tries to access google.com SKIP="$SKIP httpProxy-\*" +# These tests appear to be load-sensitive (16214) +SKIP="$SKIP mutex-condition-\*" # Run all tests in tests/*.test unless tests are specified as arguments TESTS=${*:-tests/*.test}