mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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: 8f1538518fd3a3017189b38437691ce358a2566a) 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>
This commit is contained in:
committed by
Richard Purdie
parent
20a1e4e401
commit
5465f56897
@@ -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-\*"
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user