When I run all.tcl from the tests folder on a Windows XP SP2 virtual machine (VirtualBox 3.2.4) I get:
Only running tests that match: *
Skipping test files that match: l.*.test
Only sourcing test files that match: *.test
Tests began at Tue Jun 15 17:09:57 EEST 2010
udp-srv.test
udp.test
==== udp-2.2 udp_open on named port FAILED
==== Contents of test case:
list [catch {
set port ntp
set s [udp_open $port]
set check [udp_conf $s -myport]
close $s
format 0x%04x $check
} msg] $msg
---- Result was:
1 {failed to bind socket to port 123}
---- Result should have been (exact matching):
0 0x007b
==== udp-2.2 FAILED
Tests ended at Tue Jun 15 17:10:02 EEST 2010
all.tcl: Total 19 Passed 16 Skipped 2 Failed 1
Sourced 0 Test Files.
Files with failing tests: udp.test
Number of tests skipped for each constraint:
2 slow
----------------------------------------------------------------------------------
I have port 123 open for UDP in the firewal