ruby 1.9.2p274 (2011-06-06 revision 31932) [powerpc-darwin9.8.0] [1.9.2] (ppc-mac-mini) 1849W 1NotOK 3F1E rubyspec:14F1E

chkbuild summary recent last

OlderDiff < 20110623T213707Z < ThisDiff > 20110624T211828Z > NewerDiff

COMMIT [Charles Oliver Nutter] Add simple spec for -x command line arg.
COMMIT [Charles Oliver Nutter] Add a couple basic IO#readbyte specs (1.9)

===================================================================
+++ 20110624T211828Z
@@ 18144 @@
 TestShiftJIS#test_code_to_mbclen: <elapsed> s: .
 TestShiftJIS#test_mbc_case_fold: <elapsed> s: .
 TestShiftJIS#test_property: <elapsed> s: .
+TestSignal#test_exit_action: <elapsed> s: .
 TestSignal#test_interrupt: <elapsed> s: .
 TestSignal#test_invalid_signal_name: <elapsed> s: .
 TestSignal#test_kill_immediately_before_termination: <elapsed> s: .
@@ 20206 @@
  <n>) Failure:
 test_non_realpath_in_loadpath(TestAutoload) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_autoload.rb:32]:
 <[]> expected but was
+<["/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/autoload20110625-40963-13ve22k/foo.rb:<line_a>: warning: useless use of :: in void context"]>.
 
  <n>) Failure:
 test_end_of_option(TestIRB::TestOption) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/irb/test_option.rb:8]:
@@ 20242 @@
  "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f",
  "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f"]>.
 
+8154 tests, <num> assertions, 3 failures, 1 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 make: *** [yes-test-all] Error 1
@@ 20326 @@
 The -w command line option
 - sets $VERBOSE to true
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/command_line/dash_x_spec.rb
+The -x command line option
+- runs code after the first /#!.*ruby.*/-ish line in target file
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/command_line/error_message_spec.rb
@@ 29097 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readbyte_spec.rb
 IO#readbyte
+- reads one byte from the stream
 - raises EOFError on EOF
 - needs to be reviewed for spec completeness
 
@@ 51555 @@
 
 Finished in <t> seconds
 
+3497 files, 17507 examples, <num> expectations, 14 failures, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110623T213707Z
@@ 18144 @@
 TestShiftJIS#test_code_to_mbclen: <elapsed> s: .
 TestShiftJIS#test_mbc_case_fold: <elapsed> s: .
 TestShiftJIS#test_property: <elapsed> s: .
-TestSignal#test_exit_action: <elapsed> s: F
 TestSignal#test_interrupt: <elapsed> s: .
 TestSignal#test_invalid_signal_name: <elapsed> s: .
 TestSignal#test_kill_immediately_before_termination: <elapsed> s: .
@@ 20207 @@
  <n>) Failure:
 test_non_realpath_in_loadpath(TestAutoload) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_autoload.rb:32]:
 <[]> expected but was
-<["/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/autoload20110624-35386-13ve22k/foo.rb:<line_a>: warning: useless use of :: in void context"]>.
 
  <n>) Failure:
 test_end_of_option(TestIRB::TestOption) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/irb/test_option.rb:8]:
@@ 20244 @@
  "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f"]>.
 
  <n>) Failure:
-test_exit_action(TestSignal) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_signal.rb:52]:
-[ruby-dev:26128].
-Exception raised:
-<#<Timeout::Error: execution expired>>.
 
-8154 tests, <num> assertions, 4 failures, 1 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 make: *** [yes-test-all] Error 1
@@ 51555 @@
 
 Finished in <t> seconds
 
-3496 files, 17504 examples, <num> expectations, 14 failures, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110623T213707Z < ThisDiff > 20110624T211828Z > NewerDiff


chkbuild summary recent last