--- 20090817T075856 +++ 20090818T075745 @@ -1,36595 +1,36595 @@ ) Enumerable#join returns an empty string if the Array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000b01a220 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000b5abba0 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:4:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join returns a string formed by concatenating each element.to_s separated by separator without trailing separator ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000b0187a8> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000b5aa198> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:10:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' @@ -36597,21 +36597,21 @@ ) Enumerable#join raises an ArgumentError when the Array is recursive FAILED Expected ArgumentError -but got NoMethodError (undefined method `join' for #<#::Enum:0x0000000b0158a0>) +but got NoMethodError (undefined method `join' for #<#::Enum:0x0000000b5a72c8>) /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:77:in `block (3 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join does not consider taint of either the array or the separator when the array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000b012ff0 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000b5a4a18 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:91:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join does not consider untrustworthiness of either the array or the separator when the array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000b0117e0 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000b5a31d0 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:119:in `block (3 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' @@ -38247,7 +38247,7 @@ Finished in seconds -2872 files, 11373 examples, 189182 expectations, 84 failures, 150 errors +2872 files, 11373 examples, 202317 expectations, 84 failures, 150 errors exit 1 failed(rubyspec) == end #