Message ID | 20250905124304.3377438-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] tcl: also skip chanio-13.6 | expand |
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 2135b170742..c8acb4846f2 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest @@ -18,6 +18,9 @@ SKIP="$SKIP \*io-46.1" SKIP="$SKIP \*io-13.6" # 14825 SKIP="$SKIP socket-\* socket_inet-\*" +# These tests seem to be unreliable: +# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221 +SKIP="$SKIP http11-\*" # tries to access google.com SKIP="$SKIP httpProxy-\*" diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest index dd46ebdeaa3..687e06fa4bb 100644 --- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest +++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest @@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1" SKIP="$SKIP \*io-13.6" # 14825 SKIP="$SKIP socket-\* socket_inet-\*" +# These tests seem to be unreliable: +# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221 +SKIP="$SKIP http11-\*" for i in tests/*.test; do i=$(basename $i)
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 Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/tcltk/tcl/run-ptest | 3 +++ meta/recipes-devtools/tcltk8/tcl8/run-ptest | 3 +++ 2 files changed, 6 insertions(+)