mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
tcl: skip timing-dependent tests in run-ptest
There are several tests in the test suite which are very dependent on timing and fail on a loaded host system, so skip them. [ YOCTO #14825 #14882 #15081 ] (From OE-Core rev: 161d336a6c57fddb36a0c4e8c2def84ce70128e3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 68beb4f4b5a0bea5d431decddf7656f18ac7a04a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
f3e5f706b4
commit
ab958d6589
@@ -3,7 +3,11 @@
|
||||
# clock.test needs a timezone to be set
|
||||
export TZ="Europe/London"
|
||||
export TCL_LIBRARY=library
|
||||
SKIPPED_TESTS=
|
||||
|
||||
# Some tests are overly strict with timings and fail on loaded systems.
|
||||
# See bugs #14825 #14882 #15081.
|
||||
SKIPPED_TESTS='cmdMZ-6.6 exit-1.* socket-* socket_inet-*'
|
||||
|
||||
for i in `ls tests/*.test | awk -F/ '{print $2}'`; do
|
||||
./tcltest tests/all.tcl -file $i -skip "$SKIPPED_TESTS" >$i.log 2>&1
|
||||
grep -q -F -e "Files with failing tests:" -e "Test files exiting with errors:" $i.log
|
||||
|
||||
Reference in New Issue
Block a user