summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-21 20:15:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-23 10:18:20 +0000
commitb3b611a5e50c786c96d040dc712d6010bf78818f (patch)
tree96afb66c3cfd86ae70824ee87eb4ce7db11b05db /meta/recipes-devtools
parent9d1df0596f6f3db6f63ae83559fbea3cc372503a (diff)
downloadpoky-b3b611a5e50c786c96d040dc712d6010bf78818f.tar.gz
tcl: skip I/O channel 46.1
This test, which is in both the io and chanio test suites, has short timeouts which can trigger on loaded systems. [ YOCTO #15407 #15421 ] (From OE-Core rev: 1617b98491c5293567674e4b9c49c2017fb5c8b2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest
index affce9ab81..a403a74bb6 100644
--- a/meta/recipes-devtools/tcltk/tcl/run-ptest
+++ b/meta/recipes-devtools/tcltk/tcl/run-ptest
@@ -13,6 +13,8 @@ SKIP="$SKIP async-\* event-\*"
13SKIP="$SKIP cmdMZ-6.6" 13SKIP="$SKIP cmdMZ-6.6"
14# 15081 14# 15081
15SKIP="$SKIP exit-1.\*" 15SKIP="$SKIP exit-1.\*"
16# 15407 15421
17SKIP="$SKIP \*io-46.1"
16# 14825 18# 14825
17SKIP="$SKIP socket-\* socket_inet-\*" 19SKIP="$SKIP socket-\* socket_inet-\*"
18 20