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

chkbuild summary recent last

OlderDiff < 20110630T213644Z < ThisDiff > 20110701T211838Z > NewerDiff

COMMIT [Brian Ford] Added ruby_bug guard for issue reported by Nevir.
COMMIT [Brian Ford] Some more Enumerable specs for composing Enumerators.
COMMIT [Marc-Andre Lafortune] Matrix#round: New specs
COMMIT [Marc-Andre Lafortune] Matrix::EigenvalueDecomposition: Basic specs
COMMIT [Marc-Andre Lafortune] Matrix#**: Basic specs for non-integer powers
COMMIT [Marc-Andre Lafortune] Matrix::LUP_Decomposition specs
COMMIT [NARUSE, Yui] Fix requiring order: included Math must be mathn.
COMMIT [NARUSE, Yui] This spec doesn't work with mathn.

===================================================================
+++ 20110701T211838Z
@@ 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: .
@@ 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/autoload20110702-63905-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]:
@@ 20243 @@
  "/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
@@ 25037 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/collect_spec.rb
 Enumerable#collect
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers initial args as elements when each yields multiple
 - returns an enumerator when no block given
 
@@ 25072 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 25109 @@
 Enumerable#each_entry
 - yields multiple arguments as an array
 - returns an enumerator if no block
+- passes through the values yielded by #each_with_index
 - raises an Argument error when extra arguments
 - passes extra arguments to #each
 
@@ 25139 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/entries_spec.rb
 Enumerable#entries
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/find_all_spec.rb
 Enumerable#find_all
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/find_index_spec.rb
@@ 25167 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 25228 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/map_spec.rb
 Enumerable#map
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers initial args as elements when each yields multiple
 - returns an enumerator when no block given
 
@@ 25338 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/select_spec.rb
 Enumerable#select
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/slice_before_spec.rb
@@ 25398 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/to_a_spec.rb
 Enumerable#to_a
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/enumerable/zip_spec.rb
@@ 44264 @@
 - returns self
 - yields the elements starting with the those of the first row
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/eigenvalue_matrix_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/eigenvalues_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/eigenvector_matrix_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/eigenvectors_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/initialize_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/eigenvalue_decomposition/to_a_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/element_reference_spec.rb
 Matrix#[]
 - returns element at (i, j)
@@ 44363 @@
 - raises a ErrDimensionMismatch if the Matrix is not square
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lower_triangular_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/initialize_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/l_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/p_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/solve_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/to_a_spec.rb
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/lup_decomposition/u_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/map_spec.rb
 Matrix#map
 - returns an instance of Matrix
@@ 44458 @@
 - returns true for an empty 0x0 matrix
 - raises an error for rectangular matrices
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/round_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/matrix/row_size_spec.rb
 Matrix#row_size
 - returns the number rows
@@ 48302 @@
 TCPSocket.new with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
+- connects to a server when passed local_host and local_port arguments (ERROR - <n>)
 - has an address once it has connected to a listening server
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb
@@ 48313 @@
 TCPSocket.open with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
+- connects to a server when passed local_host and local_port arguments (ERROR - <n>)
 - has an address once it has connected to a listening server
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/partially_closable_spec.rb
@@ 51537 @@
  <n>)
 Integer#chr with an encoding argument raises a RangeError is self is less than 0 FAILED
 Expected RangeError but no exception was raised
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:139:in `block (4 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:77:in `block in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:27:in `<top (required)>'
 
@@ 51565 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/socket/for_fd_spec.rb:5:in `<top (required)>'
 
  <n>)
+TCPSocket.new with a running server connects to a server when passed local_host and local_port arguments ERROR
+Errno::EACCES: Permission denied - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `new'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `block (3 levels) in <top (required)>'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/new_spec.rb:3:in `<top (required)>'
 
  <n>)
+TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR
+Errno::EACCES: Permission denied - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `open'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `block (3 levels) in <top (required)>'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb:3:in `<top (required)>'
 
  <n>)
 Syslog::Constants Syslog::Constants.LOG_MASK works on undefined constants FAILED
@@ 51606 @@
 
 Finished in <t> seconds
 
+3519 files, 17519 examples, <num> expectations, 14 failures, 3 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110630T213644Z
@@ 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/autoload20110701-61354-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
@@ 48286 @@
 TCPSocket.new with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
-- connects to a server when passed local_host and local_port arguments
 - has an address once it has connected to a listening server
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb
@@ 48297 @@
 TCPSocket.open with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
-- connects to a server when passed local_host and local_port arguments
 - has an address once it has connected to a listening server
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/partially_closable_spec.rb
@@ 51521 @@
  <n>)
 Integer#chr with an encoding argument raises a RangeError is self is less than 0 FAILED
 Expected RangeError but no exception was raised
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:138:in `block (3 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:77:in `block in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:27:in `<top (required)>'
 
@@ 51574 @@
 
 Finished in <t> seconds
 
-3506 files, 17510 examples, <num> expectations, 14 failures, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110630T213644Z < ThisDiff > 20110701T211838Z > NewerDiff


chkbuild summary recent last