--- 20090812T075833 +++ 20090813T075923 @@ -1,36595 +1,36595 @@ ) Enumerable#join returns an empty string if the Array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000a9183f0 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a8a3418 @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:0x0000000a916a20> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a8a1a48> /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:0x0000000a913b18>) +but got NoMethodError (undefined method `join' for #<#::Enum:0x0000000a89eb78>) /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:0x0000000a9111f8 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a89c290 @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:0x0000000a90fa20 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a89aa80 @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, 179704 expectations, 84 failures, 150 errors +2872 files, 11373 examples, 184922 expectations, 84 failures, 150 errors exit 1 failed(rubyspec) == end #