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 =================================================================== +++ 20110718T214102Z @@ 332 @@ checking stack growing direction... -1 checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes +checking for strip... strip checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status @@ 6474 @@ test_writable_real_p(TestFileExhaustive): . test_zero_p(TestFileExhaustive): . test_pow(TestFixnum): . +test_cmp(TestFloat): . test_div(TestFloat): . test_divmod(TestFloat): . test_float(TestFloat): . @@ 7658 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- +2725 tests, 1352944 assertions, 3 failures, 0 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 10763 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//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 @@ 13710 @@ 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 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/float/constants_spec.rb Float#CONSTANTS @@ 27132 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//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 @@ 34017 @@ 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 =================================================================== --- 20110716T213855Z @@ 7656 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- -2724 tests, 1352926 assertions, 3 failures, 0 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 10761 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb Bignum#<=> -- returns 1 when self is Infinity and other is a Bignum (FAILED - ) - returns -1 when self is negative and other is Infinty -- returns 1 when self is negative and other is -Infinity (FAILED - ) -- returns -1 when self is -Infinity and other is negative (FAILED - ) Bignum#<=> with a Fixnum - returns -1 when other is larger @@ 13708 @@ 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 (FAILED - ) - returns -1 when self is negative and other is Infinty -- returns -1 when self is -Infinity and other is negative (FAILED - ) -- returns 1 when self is negative and other is -Infinity (FAILED - ) -- returns 1 when self is Infinity and other is a Bignum (FAILED - ) - returns -1 when self is negative and other is Infinty -- returns -1 when self is -Infinity and other is negative (FAILED - ) -- returns 1 when self is negative and other is -Infinity (FAILED - ) /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/float/constants_spec.rb Float#CONSTANTS @@ 27130 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb Bignum#<=> -- returns 1 when self is Infinity and other is a Bignum (FAILED - ) - returns -1 when self is negative and other is Infinty -- returns 1 when self is negative and other is -Infinity (FAILED - ) -- returns -1 when self is -Infinity and other is negative (FAILED - ) Bignum#<=> with a Fixnum - returns -1 when other is larger @@ 27174 @@ ) -Bignum#<=> returns 1 when self is Infinity and other is a Bignum FAILED Expected 0 to equal 1 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/matchers/base.rb:8:in `==' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:135 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:1:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 27193 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:3 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 27207 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/bin/mspec-run:8 ) -Bignum#<=> returns 1 when self is negative and other is -Infinity FAILED Expected 0 to equal 1 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/matchers/base.rb:8:in `==' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:145 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 27226 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:3 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 27240 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/bin/mspec-run:8 ) -Bignum#<=> returns -1 when self is -Infinity and other is negative FAILED Expected 0 - to equal -1 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/matchers/base.rb:8:in `==' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:149 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 27259 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/bignum/comparison_spec.rb:3 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 27274 @@ Finished in seconds -1 file, 29 examples, expectations, 3 failures, 0 errors exit 1 -failed(rubyspec/core/bignum/comparison_spec.rb) == rubyspec/core/bignum/complement_spec.rb #