diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-09-05 13:43:04 +0100 |
|---|---|---|
| committer | Paul Barker <paul@pbarker.dev> | 2026-05-04 13:57:31 +0100 |
| commit | 4686361feb938ea28c41e158314c74861f454631 (patch) | |
| tree | 45ef074dc929833ed0d376e82ccd3ba1a2d169e0 /meta/recipes-devtools | |
| parent | 9bb12fb4c5bfe4097ade8476f72345bc2e8c158c (diff) | |
| download | poky-4686361feb938ea28c41e158314c74861f454631.tar.gz | |
tcl: skip http11 tests
These tests are either unstable under load, or just unstable.
A ticket has been filed upstream[1] but for now disable them.
[ YOCTO #15467 ]
[1] https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
(From OE-Core rev: 96574e448abd040743655fb29cd1eeb6735e9df2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8f1538518fd3a3017189b38437691ce358a2566a)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index c485e535c7..8a4edfdda3 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest | |||
| @@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1" | |||
| 19 | SKIP="$SKIP io-13.6" | 19 | SKIP="$SKIP io-13.6" |
| 20 | # 14825 | 20 | # 14825 |
| 21 | SKIP="$SKIP socket-\* socket_inet-\*" | 21 | SKIP="$SKIP socket-\* socket_inet-\*" |
| 22 | # These tests seem to be unreliable: | ||
| 23 | # https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221 | ||
| 24 | SKIP="$SKIP http11-\*" | ||
| 22 | 25 | ||
| 23 | for i in tests/*.test; do | 26 | for i in tests/*.test; do |
| 24 | i=$(basename $i) | 27 | i=$(basename $i) |
