]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
tcl: disable the timer tests in run-ptest
authorRoss Burton <ross.burton@arm.com>
Thu, 18 Jun 2026 16:52:12 +0000 (17:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2026 09:02:08 +0000 (10:02 +0100)
We've seen the timer tests fail on the autobuilder, presumably because
any tests that are exercising the timers will be unstable on a loaded
system.

[ YOCTO #16324 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.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 46f6cdca3335d8e14e0e555fd43cee7c94b64dad..c01a7a1da288ef3540f7950b1a0017d01435a567 100644 (file)
@@ -34,6 +34,8 @@ SKIP="$SKIP http11-\*"
 SKIP="$SKIP httpProxy-\*"
 # These tests appear to be load-sensitive (16214)
 SKIP="$SKIP mutex-condition-\*"
+# Timer-related tests are going to be fragile (16324)
+SKIP="$SKIP timer-\*"
 
 # Run all tests in tests/*.test unless tests are specified as arguments
 TESTS=${*:-tests/*.test}
index 86b74a4177d6e00c75a865795d36ba47f767da0b..f4d0e90c0f06c78688a4537cad0b117669407fc6 100644 (file)
@@ -32,6 +32,8 @@ SKIP="$SKIP socket-\* socket_inet\* socket_inet6\*"
 SKIP="$SKIP http11-\*"
 # tries to access google.com
 SKIP="$SKIP httpProxy-\*"
+# Timer-related tests are going to be fragile (16324)
+SKIP="$SKIP timer-\*"
 
 # Run all tests in tests/*.test unless tests are specified as arguments
 TESTS=${*:-tests/*.test}