COMMIT [Brian Ford] Added ruby_bug guard for issue reported by Nevir. http://github.com/rubyspec/rubyspec/commit/67db42ab1cbdafba2d57130be55985c771b40d00 COMMIT [Brian Ford] Some more Enumerable specs for composing Enumerators. http://github.com/rubyspec/rubyspec/commit/fcc3962e0669d75bd20a7e55af1be677f37a7f78 =================================================================== +++ 20110701T031139Z @@ 4723 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/lib/net/protocol.rb:: warning: SSL session is not started yet. . test_parse_nomodesq(IMAPTest): . test_apop_invalid(TestPOP): . @@ 4814 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. . +test_eof_2(OpenSSL::TestEOF2): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. . test_eof_3(OpenSSL::TestEOF2): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters. @@ 4859 @@ . test_padding(OpenSSL::TestPKeyRSA): . test_private(OpenSSL::TestPKeyRSA): . +test_getc(OpenSSL::TestPair): ./test/openssl/test_pair.rb:31: warning: using default DH parameters. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. . test_puts_empty(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters. @@ 10688 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) - gathers whole arrays as elements when each yields multiple - returns to_a when no block given @@ 10703 @@ - 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 (ERROR - ) - raises a LocalJumpError if no block given /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/drop_spec.rb @@ 10736 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/entries_spec.rb Enumerable#entries - returns an array containing the elements +- passes through the values yielded by #each_with_index (ERROR - ) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) - raises a LocalJumpError if no block given /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/find_index_spec.rb @@ 10754 @@ - 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 (ERROR - ) - raises a LocalJumpError if no block given /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/first_spec.rb @@ 10786 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) - gathers whole arrays as elements when each yields multiple - returns to_a when no block given @@ 10840 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) - raises a LocalJumpError if no block given /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/slice_before_spec.rb @@ 10863 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/zip_spec.rb Enumerable#zip @@ 27559 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//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 (ERROR - ) - gathers whole arrays as elements when each yields multiple - returns to_a when no block given ) +Enumerable#collect passes through the values yielded by #each_with_index ERROR +LocalJumpError: no block given +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/shared/collect.rb:14:in `each_with_index' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/shared/collect.rb:14 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/collect_spec.rb:3:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 27581 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/enumerable/collect_spec.rb:5 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 27596 @@ Finished in seconds +1 file, 4 examples, expectations, 0 failures, 1 error exit 1 +failed(rubyspec/core/enumerable/collect_spec.rb) == rubyspec/core/enumerable/count_spec.rb #