last commit: COMMIT Fixed enumerator_class spec. http://github.com/rubyspec/mspec/commit/66c9eb68ccdc473025d2f6fb34019fc3a977c252 last commit: COMMIT Revert "Add specs for short TZ values." This requires further discussion. http://github.com/rubyspec/rubyspec/commit/34bc3ddf71c6188b233e470c8a479dd31ffb3b0a =================================================================== +++ 20110106T011752 @@ 19576 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/bigdecimal/lib/bigdecimal/ludcmp.rb:: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/syslog/test.rb:: warning: shadowing outer local variable - param s: . +TestSystem#test_system: /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//tmp/ruby_script_tmp20110106-20072-14djsbm/ruby_script_tmp.20072:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 19614 @@ TestThread#test_mutex_synchronize: s: . TestThread#test_mutex_trylock: s: . TestThread#test_new: s: . +TestThread#test_priority: s: F TestThread#test_recursive_error: s: . TestThread#test_safe_level: /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_thread.rb:: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 s: . @@ 20362 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_yield.rb:88:in `test_through_a_method_defined_by_define_method' ) Failure: +test_priority(TestThread) [/var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_thread.rb:129]: +[ruby-dev:33124] +6043 tests, assertions, 10 failures, 9 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 46109 @@ - returns true if the given Symbol names a constant defined in the receiver - returns true if the constant is defined in the reciever's superclass - returns true if the constant is defined in a mixed-in module of the reciever +- returns false if the constant is defined in the receiver's superclass and the inherit flag is false +- returns true if the constant is defined in the receiver's superclass and the inherit flag is true - returns true if the given String names a constant defined in the receiver - returns false if the constant is not defined in the receiver, its superclass, or any included modules - does not call #const_missing if the constant is not defined in the receiver @@ 46123 @@ Finished in seconds +1 file, 13 examples, 29 expectations, 0 failures, 0 errors == rubyspec/core/module/const_get_spec.rb #