ruby 1.8.8p1 (2011-01-19) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 837W KB1F0E failed(test-all CommandTimeout) 4failed(test/) failed(rubyspec CommandTimeout) 98failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110121T024248Z < ThisDiff > 20110122T024843Z > NewerDiff

COMMIT Dir.glob uses #to_path when the receiver responds to it. Closes #36.

===================================================================
+++ 20110122T024843Z
@@ 5205 @@
 
 Finished in <t> seconds.
 
+107 tests, 482 assertions, 0 failures, 0 errors
 == test/erb # <time>
 + make test-all 'TESTS=-v erb' RUBYOPT=-w
 ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./runruby.rb --extout=.ext  -- "./test/runner.rb" --basedir="./test" --runner=console -v erb
@@ 12449 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/element_reference_spec.rb
 Dir.[]
+- calls #to_str to convert patterns
+- splits the string on \0 if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 12512 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/glob_spec.rb
 Dir.glob
+- calls #to_str to convert patterns
+- splits the string on \0 if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 39789 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/element_reference_spec.rb
 Dir.[]
+- calls #to_str to convert patterns
+- splits the string on \0 if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 39900 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/glob_spec.rb
 Dir.glob
+- calls #to_str to convert patterns
+- splits the string on \0 if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +

===================================================================
--- 20110121T024248Z
@@ 5120 @@
 test_01_02_loop(TestDRbSSLCore): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/ssl.rb:<line_a>: warning: using default DH parameters.
 .
 test_02_unknown(TestDRbSSLCore): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/ssl.rb:<line_a>: warning: using default DH parameters.
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/extserv.rb:<line_a>: warning: instance variable @invoker not initialized
-E
 test_03(TestDRbSSLCore): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/ssl.rb:<line_a>: warning: using default DH parameters.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/ssl.rb:<line_a>: warning: using default DH parameters.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/ssl.rb:<line_a>: warning: using default DH parameters.
@@ 5207 @@
 Finished in <t> seconds.
 
  <n>) Error:
-test_02_unknown(TestDRbSSLCore):
-NoMethodError: undefined method `unregist' for nil:NilClass
-    (drbssl://localhost:<port>) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/extserv.rb:25:in `stop_service'
-    /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/drb/drbtest.rb:79:in `teardown'
 
-107 tests, 482 assertions, 0 failures, 1 errors
 make: *** [test-all] Error 1
 exit 2
-failed(test/drb)
 == test/erb # <time>
 + make test-all 'TESTS=-v erb' RUBYOPT=-w
 ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./runruby.rb --extout=.ext  -- "./test/runner.rb" --basedir="./test" --runner=console -v erb
@@ 12459 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/element_reference_spec.rb
 Dir.[]
-- converts patterns with to_str
-- splits the string on [00] if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 12522 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/glob_spec.rb
 Dir.glob
-- converts patterns with to_str
-- splits the string on [00] if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 39799 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/element_reference_spec.rb
 Dir.[]
-- converts patterns with to_str
-- splits the string on [00] if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +
@@ 39910 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/dir/glob_spec.rb
 Dir.glob
-- converts patterns with to_str
-- splits the string on [00] if there is only one string given
 - matches non-dotfiles with '*'
 - returns empty array when empty pattern provided
 - matches regexp special +

OlderDiff < 20110121T024248Z < ThisDiff > 20110122T024843Z > NewerDiff


chkbuild summary recent last