OLDREV 32510 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32510&diff_format=u NEWREV 32529 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32529&diff_format=u CHG ChangeLog 32510->32529 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG NEWS 32503->32529 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/NEWS?p1=trunk/NEWS&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG numeric.c 32471->32512 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/numeric.c?p1=trunk/numeric.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG process.c 32510->32515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/process.c?p1=trunk/process.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG signal.c 32510->32528 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/signal.c?p1=trunk/signal.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG thread_pthread.c 32510->32511 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread_pthread.c?p1=trunk/thread_pthread.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG time.c 32165->32518 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/time.c?p1=trunk/time.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG version.h 32507->32522 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG vm_method.c 32163->32527 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_method.c?p1=trunk/vm_method.c&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG doc/NEWS-1.9.3 32506->32517 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/doc/NEWS-1.9.3?p1=trunk/doc/NEWS-1.9.3&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG lib/test/unit.rb 32496->32526 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/test/unit.rb?p1=trunk/lib/test/unit.rb&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG test/ruby/test_signal.rb 32154->32528 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_signal.rb?p1=trunk/test/ruby/test_signal.rb&r1=32510&r2=32529&pathrev=32529&diff_format=u CHG win32/setup.mak 30870->32521 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/setup.mak?p1=trunk/win32/setup.mak&r1=32510&r2=32529&pathrev=32529&diff_format=u COMMIT Add spec for A::B = C precedence (RHS evaluates first). JRUBY-4925 http://github.com/rubyspec/rubyspec/commit/34ea90b9b8f6d5290d546791c876e46b4c16b595 COMMIT IO/Kernel.select(nil, nil, nil, ...) form waits for specified timeout. http://github.com/rubyspec/rubyspec/commit/5862ae225b2ff1690923bacf8b41fd38014fdc0d COMMIT WONTFIX in 1.9.3: Fiber#resume executes the ensure clause. http://github.com/rubyspec/rubyspec/commit/554beb9801dbf94ece804225621d7102324710d7 =================================================================== +++ 20110712T183304Z @@ 5343 @@ Modules: 302 ( 153 undocumented) Constants: 2248 (1544 undocumented) Attributes: 1008 ( 435 undocumented) +Methods: 10427 (3098 undocumented) +Total: 15283 (5881 undocumented) 61.52% documented Elapsed: s @@ 8072 @@ Syck::YAML_Unit_Tests#test_symbol_cycle = s = . Syck::YAML_Unit_Tests#test_time_now_cycle = s = . Syck::YAML_Unit_Tests#test_ypath_parsing = s = . +TC_Enumerable#test_to_set = (eval):: warning: method redefined; discarding old initialize +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/set.rb:: warning: previous definition of initialize was here s = . TC_HMAC_MD5#test_hexdigest = s = . TC_HMAC_MD5#test_reset = s = . @@ 16087 @@ TestSignal#test_interrupt = s = . TestSignal#test_invalid_signal_name = s = . TestSignal#test_kill_immediately_before_termination = s = . +TestSignal#test_reserved_signal = s = . TestSignal#test_signal = s = . TestSignal#test_signal2 = s = . TestSignal#test_signal_exception = s = . @@ 18536 @@ ) Failure: test_huge_precision(TestTimeExtension) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/test/test_time.rb:404]: [ruby-dev:43284] +pid 31551 killed by SIGSEGV (signal 11) (core dumped) | -:1: [BUG] Segmentation fault | ruby | | -- Control frame information ----------------------------------------------- | c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :strftime +| c:0003 p:0023 s:0006 b:0006 l:001534 d:0006c4 EVAL -:1 | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH +| c:0001 p:0000 s:0002 b:0002 l:001534 d:001534 TOP | | -- Ruby level backtrace information ---------------------------------------- | -:1:in `
' +9545 tests, assertions, 1 failures, 1 errors, 44 skips make: *** [yes-test-all] Error 2 exit 2 failed(test-all) @@ 27588 @@ - raises TypeError if supplied objects are not IO - raises TypeError if the specified timeout value is not Numeric - raises TypeError if the first three arguments are not Arrays +- sleeps the specified timeout if all streams are nil - does not accept negative timeouts +- sleeps forever for nil timeout /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/io/set_encoding_spec.rb IO#set_encoding @@ 37021 @@ - searches Object if a toplevel qualifier (::X) is given - does not search the singleton class of the class or module - returns the updated value when a constant is reassigned +- processes RHS first Constant resolution within methods - raises a NameError if no constant is defined in the search path @@ 50058 @@ ) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#" +to equal "#" /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in ' /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:3:in `' @@ 50132 @@ Finished in seconds +3520 files, 17644 examples, expectations, 17 failures, 1 error exit 1 failed(rubyspec) == dist #