OLDREV 32542 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32542&diff_format=u NEWREV 32574 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32574&diff_format=u CHG ChangeLog 32542->32574 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG bignum.c 28324->32573 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/bignum.c?p1=branches/ruby_1_8/bignum.c&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG configure.in 29342->32570 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/configure.in?p1=branches/ruby_1_8/configure.in&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG numeric.c 31302->32573 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/numeric.c?p1=branches/ruby_1_8/numeric.c&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG version.h 32541->32571 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG lib/date.rb 31969->32574 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/lib/date.rb?p1=branches/ruby_1_8/lib/date.rb&r1=32542&r2=32574&pathrev=32574&diff_format=u CHG test/ruby/test_float.rb 17842->32573 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/ruby/test_float.rb?p1=branches/ruby_1_8/test/ruby/test_float.rb&r1=32542&r2=32574&pathrev=32574&diff_format=u =================================================================== +++ 20110718T015423Z @@ 358 @@ checking whether ELF binaries are produced... no checking whether OS depend dynamic link works... find: /usr/local/include: No such file or directory yes +checking for strip... strip checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status @@ 6758 @@ test_writable_real_p(TestFileExhaustive): . test_zero_p(TestFileExhaustive): . test_pow(TestFixnum): . +test_cmp(TestFloat): . test_div(TestFloat): . test_divmod(TestFloat): . test_float(TestFloat): . @@ 7938 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:43:in `test_addr' +2672 tests, 1351925 assertions, 2 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 11043 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/bignum/comparison_spec.rb Bignum#<=> +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns 1 when self is negative and other is -Infinity +- returns -1 when self is -Infinity and other is negative Bignum#<=> with a Fixnum - returns -1 when other is larger @@ 13988 @@ Float#<=> - returns -1, 0, 1 when self is less than, equal, or greater than other - returns nil when either argument is NaN +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns -1 when self is -Infinity and other is negative +- returns 1 when self is negative and other is -Infinity +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns -1 when self is -Infinity and other is negative +- returns 1 when self is negative and other is -Infinity /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/float/constants_spec.rb Float#CONSTANTS @@ 27402 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/bignum/comparison_spec.rb Bignum#<=> +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns 1 when self is negative and other is -Infinity +- returns -1 when self is -Infinity and other is negative Bignum#<=> with a Fixnum - returns -1 when other is larger @@ 34285 @@ Float#<=> - returns -1, 0, 1 when self is less than, equal, or greater than other - returns nil when either argument is NaN +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns -1 when self is -Infinity and other is negative +- returns 1 when self is negative and other is -Infinity +- returns 1 when self is Infinity and other is a Bignum - returns -1 when self is negative and other is Infinty +- returns -1 when self is -Infinity and other is negative +- returns 1 when self is negative and other is -Infinity Finished in seconds @@ 77413 @@ TCPSocket.new with a running server - connects to a listening server with host and port - connects to a server when passed local_host argument +- connects to a server when passed local_host and local_port arguments (ERROR - ) - has an address once it has connected to a listening server ) +TCPSocket.new with a running server connects to a server when passed local_host and local_port arguments ERROR +Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2) +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `new' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `send' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/shared/new.rb:46 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/shared/new.rb:19:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 77439 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:228:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/library/socket/tcpsocket/new_spec.rb:3 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 77456 @@ 1 file, 6 examples, expectations, 0 failures, 1 error exit 1 +failed(rubyspec/library/socket/tcpsocket/new_spec.rb) == rubyspec/library/socket/tcpsocket/open_spec.rb #