Skip to content

Instantly share code, notes, and snippets.

@shyouhei
Created March 11, 2009 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shyouhei/77259 to your computer and use it in GitHub Desktop.
Save shyouhei/77259 to your computer and use it in GitHub Desktop.
ruby 1.8.6's rubyspec result over 9fcd252b92f5b2130db17a924e7338f2a9773ec1 at master
zsh % ~/target/branches/ruby_1_8_6/bin/ruby /home/shyouhei/ruby/branches/ruby_1_8/rubyspec/mspec/bin/mspec-run --background --prefix /home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec -B /home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/ruby.1.8.mspec
.........................................F.......................................................................................................F..........................................................................................................................................................................................E.......................................E.........................................E............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................heh
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F......................................................................................................................................................................................................
1)
The super keyword raises an error error when super method does not exist FAILED
Expected NoMethodError ((?-mix:super))
but got NoMethodError (undefined method `foo' for #<#<Class:0x7fc862593b48>:0x7fc862590150>)
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/language/super_spec.rb:74
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/language/super_spec.rb:2:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/language/super_spec.rb:4
2)
Array#to_s properly handles recursive arrays FAILED
Expected "123[...]"
to equal "123123[...]"
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/array/to_s_spec.rb:20
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/array/to_s_spec.rb:2:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/array/to_s_spec.rb:4
3)
An exception occurred during: after :each
File.grpowned? return true if the file exist ERROR
IOError: closed stream
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/../../shared/file/grpowned.rb:9:in `close'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/../../shared/file/grpowned.rb:9
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/grpowned_spec.rb:2:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/grpowned_spec.rb:4
4)
An exception occurred during: after :each
File.grpowned? returns false if file the does not exist ERROR
IOError: closed stream
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/../../shared/file/grpowned.rb:9:in `close'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/../../shared/file/grpowned.rb:9
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/../../shared/file/grpowned.rb:9:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/grpowned_spec.rb:4
5)
An exception occurred during: after :each
File::Stat#grpowned? return true if the file exist ERROR
IOError: closed stream
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/stat/../../../shared/file/grpowned.rb:9:in `close'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/stat/../../../shared/file/grpowned.rb:9
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/stat/grpowned_spec.rb:3:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/file/stat/grpowned_spec.rb:5
6)
An exception occurred during: after :each
FileTest.grpowned? return true if the file exist ERROR
IOError: closed stream
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/filetest/../../shared/file/grpowned.rb:9:in `close'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/filetest/../../shared/file/grpowned.rb:9
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/filetest/grpowned_spec.rb:2:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/core/filetest/grpowned_spec.rb:4
7)
StringIO#ungetc when passed [char] does nothing when at the beginning of self FAILED
Expected "A1234"
to equal "1234"
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/library/stringio/ungetc_spec.rb:34
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/library/stringio/ungetc_spec.rb:2:in `all?'
/home/shyouhei/ruby/branches/ruby_1_8/rubyspec/spec/library/stringio/ungetc_spec.rb:4
Finished in 63.846307 seconds
2541 files, 10247 examples, 32966 expectations, 3 failures, 4 errors
heh
zsh: exit 1 ~/target/branches/ruby_1_8_6/bin/ruby --background --prefix -B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment