COMMIT lib/matrix: #determinant should raise an error on rectangular matrices http://github.com/rubyspec/rubyspec/commit/e1edd205b1140579676450ad549214a139977fa0 COMMIT lib/matrix: New methods #rectangular/#rect http://github.com/rubyspec/rubyspec/commit/877d066e1f1f7e39e71936271f1795bced644afd COMMIT lib/matrix: New method #real http://github.com/rubyspec/rubyspec/commit/0a8e93ad7b8e01aa0fa63a260eb6f7d25282e769 COMMIT lib/matrix: New methods #imaginary, #imag http://github.com/rubyspec/rubyspec/commit/92512e9920260a184403bf45436a4ebf4c4fd329 COMMIT lib/matrix: New methods #conjugate, #conj http://github.com/rubyspec/rubyspec/commit/8453c56ead185d077a62f7fda2123fb3c724c882 COMMIT lib/matrix: New method #real? http://github.com/rubyspec/rubyspec/commit/c61fe290f83271046c9b5155ffa8de11ca88c480 COMMIT lib/matrix: Specs for new methods #each, #each_with_index http://github.com/rubyspec/rubyspec/commit/cc4abc7c245b809e5aeb974f626689a82b5d5177 COMMIT Range#each: test it returns self with 'equal', not == http://github.com/rubyspec/rubyspec/commit/8237ae5cfd2a473e292888d39d5c9e73748b4292 COMMIT Random#bytes: Explicit strong cross-platform test (and made it stronger yet) http://github.com/rubyspec/rubyspec/commit/c0b049d651a82aae7e4d183104ddd858c895f412 COMMIT Random#new_seed: Remove restrictive test http://github.com/rubyspec/rubyspec/commit/d4a71890e78abb7dfed8fde168164d3638c1fa1d COMMIT Random: Marshall specs http://github.com/rubyspec/rubyspec/commit/8aed8afb4f874736886d2c73a750e3a6a72afd82 COMMIT Random#rand: Improve specs http://github.com/rubyspec/rubyspec/commit/f6c209526c75856d5c39907f34f62fb1156f6029 COMMIT lib/matrix: Specs for Matrix.empty and Matrix#empty? http://github.com/rubyspec/rubyspec/commit/876aab3ae59301ba1d0310af6d04a0d761b488ad COMMIT Added a case about split command http://github.com/rubyspec/rubyspec/commit/5b12a4dc7aabd130c9c6b886852f679ce60df581 COMMIT Merge branch 'master' of github.com:rubyspec/rubyspec http://github.com/rubyspec/rubyspec/commit/143d5038ab86c68c36d0784eedb89b49de36634f COMMIT Added combined case http://github.com/rubyspec/rubyspec/commit/6e5849b50acc5819423d39694538640bf1f39ced COMMIT Refactoring: consistant order with others http://github.com/rubyspec/rubyspec/commit/01b0a684355bab59eee0e58418c222cb6d6a9a74 =================================================================== +++ 20100402T092751 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 27170 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: nobu @@ 24739 @@ - accepts Vectors as argument columns - handles empty matrices (ERROR - ) +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conj_spec.rb +Matrix#conj +- returns a matrix with all entries 'conjugated' (ERROR - ) +- returns empty matrices on the same size if empty (ERROR - ) +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conjugate_spec.rb +Matrix#conjugate +- returns a matrix with all entries 'conjugated' (ERROR - ) +- returns empty matrices on the same size if empty (ERROR - ) /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/constructor_spec.rb Matrix.[] @@ 24766 @@ - returns the determinant of a square Matrix - returns the determinant of a single-element Matrix - returns 1 for an empty Matrix (ERROR - ) +- returns the determinant even for Matrices containing 0 as first entry +- raises an error for rectangular matrices (FAILED - ) /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/determinant_spec.rb Matrix#determinant - returns the determinant of a square Matrix - returns the determinant of a single-element Matrix - returns 1 for an empty Matrix (ERROR - ) +- returns the determinant even for Matrices containing 0 as first entry +- raises an error for rectangular matrices (FAILED - ) /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/diagonal_spec.rb Matrix.diagonal @@ 24790 @@ - raises a Matrix::ErrDimensionMismatch if the matrices are different sizes - returns an instance of Matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/each_spec.rb +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/each_with_index_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/element_reference_spec.rb Matrix#[] - returns element at (i, j) - returns nil for an invalid index pair (ERROR - ) +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/empty_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/eql_spec.rb Matrix#eql? - returns true for self @@ 24834 @@ - returns a Matrix - returns a n x n identity matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imag_spec.rb +Matrix#imag +- returns a matrix with the imaginary part of the elements of the receiver (ERROR - ) +- returns empty matrices on the same size if empty (ERROR - ) +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imaginary_spec.rb +Matrix#imaginary +- returns a matrix with the imaginary part of the elements of the receiver (ERROR - ) +- returns empty matrices on the same size if empty (ERROR - ) /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/inspect_spec.rb Matrix#inspect @@ 24927 @@ - returns the rank of the Matrix - works for some easy rectangular matrices +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/real_spec.rb +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/rect_spec.rb +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/rectangular_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/regular_spec.rb Matrix#regular? - needs to be reviewed for spec completeness @@ 33580 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#conj returns a matrix with all entries 'conjugated' ERROR +NoMethodError: undefined method `conj' for Matrix[[1, 2], [3, 4]]:Matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5:in `send' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conj_spec.rb:2:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 33596 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conj_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 33610 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#conj returns empty matrices on the same size if empty ERROR +NoMethodError: undefined method `empty' for Matrix:Class +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:10 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 33625 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conj_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 33639 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#conjugate returns a matrix with all entries 'conjugated' ERROR +NoMethodError: undefined method `conjugate' for Matrix[[1, 2], [3, 4]]:Matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5:in `send' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conjugate_spec.rb:2:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 33655 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conjugate_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 33669 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#conjugate returns empty matrices on the same size if empty ERROR +NoMethodError: undefined method `empty' for Matrix:Class +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:10 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/conjugate.rb:5:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 33684 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/conjugate_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 33925 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#det raises an error for rectangular matrices FAILED Expected ExceptionForMatrix::ErrDimensionMismatch but no exception was raised /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/should.rb:8:in `should' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/determinant.rb:44 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 33989 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#determinant raises an error for rectangular matrices FAILED Expected ExceptionForMatrix::ErrDimensionMismatch but no exception was raised /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/expectations/should.rb:8:in `should' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/determinant.rb:44 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 34050 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#imag returns a matrix with the imaginary part of the elements of the receiver ERROR +NoMethodError: undefined method `imag' for Matrix[[1, 2], [3, 4]]:Matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5:in `send' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imag_spec.rb:2:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 34066 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imag_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 34080 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#imag returns empty matrices on the same size if empty ERROR +NoMethodError: undefined method `empty' for Matrix:Class +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:10 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 34095 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imag_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 34109 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#imaginary returns a matrix with the imaginary part of the elements of the receiver ERROR +NoMethodError: undefined method `imaginary' for Matrix[[1, 2], [3, 4]]:Matrix +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5:in `send' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imaginary_spec.rb:2:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 34125 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imaginary_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 34139 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/bin/mspec-run:8 ) +Matrix#imaginary returns empty matrices on the same size if empty ERROR +NoMethodError: undefined method `empty' for Matrix:Class +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:10 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/shared/imaginary.rb:5:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `each' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `all?' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 34154 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:199:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/matrix/imaginary_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:56:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 36325 @@ Finished in seconds +3148 files, 12554 examples, expectations, 87 failures, 98 errors exit 1 failed(rubyspec) == end #