>mspec ci 1.8/core/array/
jruby 1.1.3 (ruby 1.8.6 patchlevel 114) (2008-07-31 rev 7327) [i386-java]
.............................................................................................................................................................................FF.FFF...F........F............................FF............................................................................................................................................................................................................................................................................................................................................................................................................................
1)
Array#fill replaces all elements in the array with object FAILED
Expected ["a", "b", "c", "duh"]
to equal [8, 8, 8, 8]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:7
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
2)
Array#fill replaces length elements with object beginning with start index FAILED
Expected [1, 2, 3, 4, 5]
to equal [1, 2, "a", "a", 5]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:16
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
3)
Array#fill tries to convert the passed arguments to Integers using #to_int FAILED
Expected [1, 2, 3, 4, 5]
to equal [1, 2, "a", "a", 5]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:34
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
4)
Array#fill checks whether the passed arguments respond to #to_int FAILED
Expected [1, 2, 3, 4, 5]
to equal [1, 2, "a", "a", 5]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:41
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
5)
Array#fill starts at 0 if the negative index is before the start of the array FAILED
Expected [1, 2, 3, 4, 5]
to equal ["a", "a", "a", 4, 5]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:45
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
6)
Array#fill replaces elements in range with object FAILED
Expected [1, 2, 3, 4, 5, 6]
to equal [8, 8, 8, 8, 5, 6]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:70
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
7)
Array#fill ignores length if it is nil FAILED
Expected [1, 2, 3]
to equal [1, "x", "x"]
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:124
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/fill_spec.rb:54:in `load'
8)
Array#hash returns same hash code for arrays with the same content FAILED
Expected 66
to equal 604
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:50
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:54:in `load'
9)
Array#hash returns the same value if arrays are #eql? FAILED
Expected 66
to equal 604
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:57
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:4
/opt/work/rubyspec.git/./1.8/core/array/hash_spec.rb:54:in `load'
Finished in 1.373000 seconds
71 files, 634 examples, 1988 expectations, 9 failures, 0 errors