Subject: | Make test errors with Tk |
Versions:
Linux devel.exitexchange.com 2.4.20-37.9.legacysmp #1 SMP (RedHat 9)
perl v5.8.0 built for i386-linux-thread-multi (RedHat 9 rpm)
Tk 804.027
'make test' breaks in 3 tests:
tests/30_loops/50_tk/comp_tcp
tests/30_loops/50_tk/wheel_sf_tcp
tests/30_loops/50_tk/wheel_sf_unix
below is typical, the file descriptor numbers change from test to test:
XS_Tk__Callback_Call error:fileno not same for read 8 and write 9 at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tk/Event/IO.pm line 122.
(in cleanup) whoops; no tk file io object at lib/POE/Loop/Tk.pm line 116.
the test window hangs, with an empty Tk window waiting. Clicking the close icon aborts the process and make test continues, noting failures.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
tests/30_loops/50_tk/comp_tcp.t 18 16 88.89% 1-8 10-12 14-
18
tests/30_loops/50_tk/wheel_sf_tcp 12 5 41.67% 2-3 7-8 10
tests/30_loops/50_tk/wheel_sf_uni 15 7 46.67% 2 4 6 8-9 11
13
32 tests and 7 subtests skipped.
Failed 3/126 test scripts, 97.62% okay. 28/3987 subtests failed, 99.30% okay.