COMMIT downcasing Time format pattern http://github.com/rubyspec/rubyspec/commit/282091bfb38f3e7a34a0afeeecf468e73a93d656 COMMIT added specs to check Time.to_s format http://github.com/rubyspec/rubyspec/commit/c6e50978f27fbb411756867b47982b2d25b5e407 --- 20091120T082223 +++ 20091121T082502 @@ -1,5850 +1,5850 @@ test_enclosed_thgroup(TestThreadGroup): . test_frozen_thgroup(TestThreadGroup): . test_thread_init(TestThreadGroup): . -test_uninitialized(TestThreadGroup): F +test_uninitialized(TestThreadGroup): . test_at(TestTime): . test_huge_difference(TestTime): . test_time_add(TestTime): . @@ -6454,17 +6454,7 @@ /home/chkbuild/tmp/build/ruby-1.8//ruby/test/ruby/test_thread.rb:434:in `join' /home/chkbuild/tmp/build/ruby-1.8//ruby/test/ruby/test_thread.rb:434:in `test_backtrace' - ) Failure: -test_uninitialized(TestThreadGroup) [/home/chkbuild/tmp/build/ruby-1.8//ruby/test/ruby/test_thread.rb:430]: - exception expected but was -Class: -Message: <"undefined method `start' for #<#>:0x
run>"> ----Backtrace--- -/home/chkbuild/tmp/build/ruby-1.8//ruby/test/ruby/test_thread.rb:430:in `test_uninitialized' -/home/chkbuild/tmp/build/ruby-1.8//ruby/test/ruby/test_thread.rb:430:in `test_uninitialized' ---------------- - -2348 tests, 1671524 assertions, 5 failures, 1 errors +2348 tests, 1671524 assertions, 4 failures, 1 errors make: *** [test-all] エラー 1 exit 2 failed(test-all) @@ -17499,6 +17489,10 @@ - creates a time based on the current system time /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/time/inspect_spec.rb +Time.inspect +- formats the time following the pattern 'EEE MMM dd HH:mm:ss Z yyyy' +- formats the UTC time following the pattern 'EEE MMM dd HH:mm:ss UTC yyyy' + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/time/isdst_spec.rb Time#isdst - dst? returns whether time is during daylight saving time @@ -17620,6 +17614,10 @@ - returns the value of time as an integer number of seconds since epoch /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/time/to_s_spec.rb +Time.to_s +- formats the time following the pattern 'EEE MMM dd HH:mm:ss Z yyyy' +- formats the UTC time following the pattern 'EEE MMM dd HH:mm:ss UTC yyyy' + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/time/tv_sec_spec.rb Time#tv_sec - returns the value of time as an integer number of seconds since epoch @@ -33674,7 +33672,7 @@ Finished in seconds -2902 files, 11591 examples, 36321 expectations, 98 failures, 87 errors +2902 files, 11595 examples, 36325 expectations, 98 failures, 87 errors exit 1 failed(rubyspec) == end #