* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-09-01 07:27:26 +00:00
Родитель ec2beed3b2
Коммит 1588a79069
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sat Sep 1 16:26:09 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.
Sat Sep 1 14:24:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* st.c (st_numcmp, st_numhash): use st_data_t instead of long, because

Просмотреть файл

@ -7,7 +7,7 @@ end
class TestTCPSocket < Test::Unit::TestCase
def test_recvfrom # [ruby-dev:24705]
assert false, "TODO: doesn't work on mswin32" if /mswin32/ =~ RUBY_PLATFORM
assert false, "TODO: doesn't work on mswin32/64" if /mswin/ =~ RUBY_PLATFORM
c = s = nil
svr = TCPServer.new("localhost", 0)
th = Thread.new {