diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-10-14 13:24:47 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-26 05:37:09 -0800 |
| commit | 4280b129e75a551cb5ca08993e8c52dd65303ea4 (patch) | |
| tree | 6e6c661b3b28e069bab2ccc1246a5c6e92305ba1 | |
| parent | f808d877a97dfd39c91de2f825ca61550ed8a0c9 (diff) | |
| download | poky-4280b129e75a551cb5ca08993e8c52dd65303ea4.tar.gz | |
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 ]
(From OE-Core rev: 8b608a5f40c6c40d0fd1091c8943eae61adc1df0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f69183586655294c9aed6687cebe57767c2f3eb8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl/run-ptest | 2 |
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 a403a74bb6..c485e535c7 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" | |||
| 15 | SKIP="$SKIP exit-1.\*" | 15 | SKIP="$SKIP exit-1.\*" |
| 16 | # 15407 15421 | 16 | # 15407 15421 |
| 17 | SKIP="$SKIP \*io-46.1" | 17 | SKIP="$SKIP \*io-46.1" |
| 18 | # io-13.6 explicitly says it can fail on slow/loaded machines | ||
| 19 | SKIP="$SKIP io-13.6" | ||
| 18 | # 14825 | 20 | # 14825 |
| 19 | SKIP="$SKIP socket-\* socket_inet-\*" | 21 | SKIP="$SKIP socket-\* socket_inet-\*" |
| 20 | 22 | ||
