RESOLVED FIXED 34563
websocket/tests/close-on-unload.html failed on Mac Tiger
https://bugs.webkit.org/show_bug.cgi?id=34563
Summary websocket/tests/close-on-unload.html failed on Mac Tiger
Fumitoshi Ukai
Reported 2010-02-03 23:23:06 PST
since r54319, websocket/tests/close-on-unload.html failed on Mac Tiger. This is because python is old on the platform (no set() available) http://build.webkit.org/results/Tiger%20Intel%20Release/r54323%20(8478)/pywebsocket_log.txt
Attachments
Patch (2.21 KB, patch)
2010-02-04 01:18 PST, Fumitoshi Ukai
hamaji: review+
Fumitoshi Ukai
Comment 1 2010-02-04 01:18:58 PST
Shinichiro Hamaji
Comment 2 2010-02-04 04:07:31 PST
Comment on attachment 48115 [details] Patch Looks good except for a few nitpicks. > -connections = set() > +connections = {} I'd comment why we don't use set() here so people don't make this fail again. > + for ws in connections.keys(): I slightly prefer iterkeys() but it's OK as is.
Fumitoshi Ukai
Comment 3 2010-02-04 21:59:57 PST
Note You need to log in before you can comment on or make changes to this bug.