Tcl Source Code

View Ticket
Login
Ticket UUID: 33e0e93b2ebac2ab7342019b81cd98067df0c851
Title: socket-14.6 FAILED
Type: Bug Version: trunk
Submitter: dgp Created on: 2013-12-06 20:34:56
Subsystem: 27. Channel Types Assigned To: max
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2014-05-20 16:20:38
Resolution: Fixed Closed By: max
    Closed on: 2014-05-20 16:20:38
Description:
When testing on a Mac OS X 10.6.8 (Snow Leopard) system,
the trunk of Tcl has started failing the socket-14.6 test.
This must be due to recent changes.  Failure looks like:

---- Result was:
127.0.0.1 {} 127.0.0.1 {} bye
---- Result should have been (exact matching):
::1 {connection refused} 127.0.0.1 {} bye
==== socket-14.6 FAILED
User Comments: max added on 2014-05-20 16:20:38:

Commit [fdd8917252] Removed this test. It was testing platform things that Tcl should not rely on.


dgp added on 2014-03-21 13:35:08:
Updated that laptop to Mavericks.  Now I see:

---- Result was:
::1 {connection refused} fe80::1%lo0 {connection refused} {}
---- Result should have been (exact matching):
::1 {connection refused} 127.0.0.1 {} bye
==== socket-14.6 FAILED