Created
December 17, 2008 22:38
-
-
Save febuiles/37270 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ msr 1.8/core/ | |
| ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-darwin9.5.0] | |
| .EEEEEEEEEEEEEEEEEEEEEEEEE..............................................E......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F................................................................................................................................................................................................................................................ | |
| 1) | |
| An exception occurred during: before :each | |
| ARGF.close closes the current file and read the next one ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x355ca0> | |
| ./1.8/core//argf/close_spec.rb:5 | |
| ./1.8/core//argf/close_spec.rb:1:in `all?' | |
| ./1.8/core//argf/close_spec.rb:3 | |
| 2) | |
| An exception occurred during: before :each | |
| ARGF.close reads one line from the first file, closes it and read the next one ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x355ca0> | |
| ./1.8/core//argf/close_spec.rb:5 | |
| ./1.8/core//argf/close_spec.rb:5:in `all?' | |
| ./1.8/core//argf/close_spec.rb:3 | |
| 3) | |
| An exception occurred during: before :each | |
| ARGF.closed? returns true if the file is closed ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3537d4> | |
| ./1.8/core//argf/closed_spec.rb:5 | |
| ./1.8/core//argf/closed_spec.rb:1:in `all?' | |
| ./1.8/core//argf/closed_spec.rb:3 | |
| 4) | |
| An exception occurred during: before :each | |
| ARGF.each_byte reads each byte of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x351b64> | |
| ./1.8/core//argf/each_byte_spec.rb:5 | |
| ./1.8/core//argf/each_byte_spec.rb:1:in `all?' | |
| ./1.8/core//argf/each_byte_spec.rb:3 | |
| 5) | |
| An exception occurred during: before :each | |
| ARGF.each_line reads each line of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34fee0 @method=:each_line> | |
| ./1.8/core//argf/shared/each_line.rb:3 | |
| ./1.8/core//argf/each_line_spec.rb:2:in `all?' | |
| ./1.8/core//argf/each_line_spec.rb:4 | |
| 6) | |
| An exception occurred during: before :each | |
| ARGF.each reads each line of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34dbf4 @method=:each> | |
| ./1.8/core//argf/shared/each_line.rb:3 | |
| ./1.8/core//argf/each_spec.rb:2:in `all?' | |
| ./1.8/core//argf/each_spec.rb:4 | |
| 7) | |
| An exception occurred during: before :each | |
| ARGF.eof returns true when reaching the end of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34c7cc @method=:eof?> | |
| ./1.8/core//argf/shared/eof.rb:3 | |
| ./1.8/core//argf/eof_spec.rb:2:in `all?' | |
| ./1.8/core//argf/eof_spec.rb:4 | |
| 8) | |
| An exception occurred during: before :each | |
| ARGF.eof raises IOError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34c7cc @method=:eof?> | |
| ./1.8/core//argf/shared/eof.rb:3 | |
| ./1.8/core//argf/shared/eof.rb:3:in `all?' | |
| ./1.8/core//argf/eof_spec.rb:4 | |
| 9) | |
| An exception occurred during: before :each | |
| ARGF.eof? returns true when reaching the end of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34c7cc @method=:eof?> | |
| ./1.8/core//argf/shared/eof.rb:3 | |
| ./1.8/core//argf/shared/eof.rb:3:in `all?' | |
| ./1.8/core//argf/eof_spec.rb:8 | |
| 10) | |
| An exception occurred during: before :each | |
| ARGF.eof? raises IOError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x34c7cc @method=:eof?> | |
| ./1.8/core//argf/shared/eof.rb:3 | |
| ./1.8/core//argf/shared/eof.rb:3:in `all?' | |
| ./1.8/core//argf/eof_spec.rb:8 | |
| 11) | |
| An exception occurred during: before :each | |
| ARGF.file returns the current file object on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3484c4> | |
| ./1.8/core//argf/file_spec.rb:5 | |
| ./1.8/core//argf/file_spec.rb:1:in `all?' | |
| ./1.8/core//argf/file_spec.rb:3 | |
| 12) | |
| An exception occurred during: before :each | |
| ARGF.filename returns the current file name on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x346908 @method=:filename> | |
| ./1.8/core//argf/shared/filename.rb:3 | |
| ./1.8/core//argf/filename_spec.rb:2:in `all?' | |
| ./1.8/core//argf/filename_spec.rb:4 | |
| 13) | |
| An exception occurred during: before :each | |
| ARGF.filename it sets the $FILENAME global variable with the current file name on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x346908 @method=:filename> | |
| ./1.8/core//argf/shared/filename.rb:3 | |
| ./1.8/core//argf/shared/filename.rb:3:in `all?' | |
| ./1.8/core//argf/filename_spec.rb:4 | |
| 14) | |
| An exception occurred during: before :each | |
| ARGF.fileno returns the current file number on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x343668 @method=:fileno> | |
| ./1.8/core//argf/shared/fileno.rb:3 | |
| ./1.8/core//argf/fileno_spec.rb:2:in `all?' | |
| ./1.8/core//argf/fileno_spec.rb:4 | |
| 15) | |
| An exception occurred during: before :each | |
| ARGF.fileno raises an ArgumentError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x343668 @method=:fileno> | |
| ./1.8/core//argf/shared/fileno.rb:3 | |
| ./1.8/core//argf/shared/fileno.rb:3:in `all?' | |
| ./1.8/core//argf/fileno_spec.rb:4 | |
| 16) | |
| An exception occurred during: before :each | |
| ARGF.getc reads each char of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x340918 @method=:getc> | |
| ./1.8/core//argf/shared/getc.rb:3 | |
| ./1.8/core//argf/getc_spec.rb:2:in `all?' | |
| ./1.8/core//argf/getc_spec.rb:4 | |
| 17) | |
| An exception occurred during: before :each | |
| ARGF.getc returns nil when end of stream reached ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x340918 @method=:getc> | |
| ./1.8/core//argf/getc_spec.rb:10 | |
| ./1.8/core//argf/shared/getc.rb:3:in `all?' | |
| ./1.8/core//argf/getc_spec.rb:8 | |
| 18) | |
| An exception occurred during: before :each | |
| ARGF.gets reads one line of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/gets_spec.rb:2:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:4 | |
| 19) | |
| An exception occurred during: before :each | |
| ARGF.gets reads all lines of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:4 | |
| 20) | |
| An exception occurred during: before :each | |
| ARGF.gets reads all lines of stdin ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:4 | |
| 21) | |
| An exception occurred during: before :each | |
| ARGF.gets reads all lines of two files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:4 | |
| 22) | |
| An exception occurred during: before :each | |
| ARGF.gets sets $_ global variable with each line read ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:4 | |
| 23) | |
| An exception occurred during: before :each | |
| ARGF.gets modifies the files when in place edit mode is on ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:60 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:8 | |
| 24) | |
| An exception occurred during: before :each | |
| ARGF.gets modifies and backups two files when in place edit mode is on ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/shared/gets.rb:60 | |
| ./1.8/core//argf/shared/gets.rb:60:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:8 | |
| 25) | |
| An exception occurred during: before :each | |
| ARGF.gets returns nil when reaching end of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x33d1c8 @method=:gets> | |
| ./1.8/core//argf/gets_spec.rb:14 | |
| ./1.8/core//argf/shared/gets.rb:60:in `all?' | |
| ./1.8/core//argf/gets_spec.rb:12 | |
| 26) | |
| An exception occurred during: before :each | |
| ARGF.lineno returns the current line number on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x333290> | |
| ./1.8/core//argf/lineno_spec.rb:5 | |
| ./1.8/core//argf/lineno_spec.rb:1:in `all?' | |
| ./1.8/core//argf/lineno_spec.rb:3 | |
| 27) | |
| An exception occurred during: before :each | |
| ARGF.path returns the current file name on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x330d74 @method=:path> | |
| ./1.8/core//argf/shared/filename.rb:3 | |
| ./1.8/core//argf/path_spec.rb:2:in `all?' | |
| ./1.8/core//argf/path_spec.rb:4 | |
| 28) | |
| An exception occurred during: before :each | |
| ARGF.path it sets the $FILENAME global variable with the current file name on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x330d74 @method=:path> | |
| ./1.8/core//argf/shared/filename.rb:3 | |
| ./1.8/core//argf/shared/filename.rb:3:in `all?' | |
| ./1.8/core//argf/path_spec.rb:4 | |
| 29) | |
| An exception occurred during: before :each | |
| ARGF.pos gives the correct position for each read operation ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32f21c @method=:pos> | |
| ./1.8/core//argf/shared/pos.rb:3 | |
| ./1.8/core//argf/pos_spec.rb:2:in `all?' | |
| ./1.8/core//argf/pos_spec.rb:4 | |
| 30) | |
| An exception occurred during: before :each | |
| ARGF.pos raises an ArgumentError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32f21c @method=:pos> | |
| ./1.8/core//argf/shared/pos.rb:3 | |
| ./1.8/core//argf/shared/pos.rb:3:in `all?' | |
| ./1.8/core//argf/pos_spec.rb:4 | |
| 31) | |
| An exception occurred during: before :each | |
| ARGF.pos= sets the correct position in files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32f21c @method=:pos> | |
| ./1.8/core//argf/pos_spec.rb:10 | |
| ./1.8/core//argf/shared/pos.rb:3:in `all?' | |
| ./1.8/core//argf/pos_spec.rb:8 | |
| 32) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:1:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 33) | |
| An exception occurred during: before :each | |
| ARGF.read treats first nil argument as no length limit ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 34) | |
| An exception occurred during: before :each | |
| ARGF.read treats second nil argument as no output buffer ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 35) | |
| An exception occurred during: before :each | |
| ARGF.read treats second argument as an output buffer ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 36) | |
| An exception occurred during: before :each | |
| ARGF.read reads a number of bytes from the first file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 37) | |
| An exception occurred during: before :each | |
| ARGF.read reads from a single file consecutively ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 38) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of two files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 39) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of one file and some characters from the second ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 40) | |
| An exception occurred during: before :each | |
| ARGF.read reads across two files consecutively ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 41) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of stdin ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 42) | |
| An exception occurred during: before :each | |
| ARGF.read reads a number of bytes from stdin ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 43) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of one file and stdin ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 44) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of the same file twice ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 45) | |
| An exception occurred during: before :each | |
| ARGF.read reads the contents of a special device file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x32a1a4> | |
| ./1.8/core//argf/read_spec.rb:5 | |
| ./1.8/core//argf/read_spec.rb:5:in `all?' | |
| ./1.8/core//argf/read_spec.rb:3 | |
| 46) | |
| An exception occurred during: before :each | |
| ARGF.getc reads each char of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31f678 @method=:readchar> | |
| ./1.8/core//argf/shared/getc.rb:3 | |
| ./1.8/core//argf/readchar_spec.rb:2:in `all?' | |
| ./1.8/core//argf/readchar_spec.rb:4 | |
| 47) | |
| An exception occurred during: before :each | |
| ARGF.readchar raises EOFError when end of stream reached ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31f678 @method=:readchar> | |
| ./1.8/core//argf/readchar_spec.rb:10 | |
| ./1.8/core//argf/shared/getc.rb:3:in `all?' | |
| ./1.8/core//argf/readchar_spec.rb:8 | |
| 48) | |
| An exception occurred during: before :each | |
| ARGF.readline reads one line of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/readline_spec.rb:2:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:4 | |
| 49) | |
| An exception occurred during: before :each | |
| ARGF.readline reads all lines of a file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:4 | |
| 50) | |
| An exception occurred during: before :each | |
| ARGF.readline reads all lines of stdin ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:4 | |
| 51) | |
| An exception occurred during: before :each | |
| ARGF.readline reads all lines of two files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:4 | |
| 52) | |
| An exception occurred during: before :each | |
| ARGF.readline sets $_ global variable with each line read ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:3 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:4 | |
| 53) | |
| An exception occurred during: before :each | |
| ARGF.readline modifies the files when in place edit mode is on ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:60 | |
| ./1.8/core//argf/shared/gets.rb:3:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:8 | |
| 54) | |
| An exception occurred during: before :each | |
| ARGF.readline modifies and backups two files when in place edit mode is on ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/shared/gets.rb:60 | |
| ./1.8/core//argf/shared/gets.rb:60:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:8 | |
| 55) | |
| An exception occurred during: before :each | |
| ARGF.readline raises an EOFError when reaching end of files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x31cdd8 @method=:readline> | |
| ./1.8/core//argf/readline_spec.rb:14 | |
| ./1.8/core//argf/shared/gets.rb:60:in `all?' | |
| ./1.8/core//argf/readline_spec.rb:12 | |
| 56) | |
| An exception occurred during: before :each | |
| ARGF.readlines reads all lines of all files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3172ac @method=:readlines> | |
| ./1.8/core//argf/shared/readlines.rb:3 | |
| ./1.8/core//argf/readlines_spec.rb:2:in `all?' | |
| ./1.8/core//argf/readlines_spec.rb:4 | |
| 57) | |
| An exception occurred during: before :each | |
| ARGF.readlines returns nil when end of stream reached ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3172ac @method=:readlines> | |
| ./1.8/core//argf/shared/readlines.rb:3 | |
| ./1.8/core//argf/shared/readlines.rb:3:in `all?' | |
| ./1.8/core//argf/readlines_spec.rb:4 | |
| 58) | |
| An exception occurred during: before :each | |
| ARGF.rewind goes back to beginning of current file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3146c4> | |
| ./1.8/core//argf/rewind_spec.rb:5 | |
| ./1.8/core//argf/rewind_spec.rb:1:in `all?' | |
| ./1.8/core//argf/rewind_spec.rb:3 | |
| 59) | |
| An exception occurred during: before :each | |
| ARGF.rewind raises an ArgumentError when end of stream reached ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x3146c4> | |
| ./1.8/core//argf/rewind_spec.rb:5 | |
| ./1.8/core//argf/rewind_spec.rb:5:in `all?' | |
| ./1.8/core//argf/rewind_spec.rb:3 | |
| 60) | |
| An exception occurred during: before :each | |
| ARGF.seek sets the absolute position relative to beginning of file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x311fb4> | |
| ./1.8/core//argf/seek_spec.rb:5 | |
| ./1.8/core//argf/seek_spec.rb:1:in `all?' | |
| ./1.8/core//argf/seek_spec.rb:3 | |
| 61) | |
| An exception occurred during: before :each | |
| ARGF.seek sets the position relative to current position in file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x311fb4> | |
| ./1.8/core//argf/seek_spec.rb:5 | |
| ./1.8/core//argf/seek_spec.rb:5:in `all?' | |
| ./1.8/core//argf/seek_spec.rb:3 | |
| 62) | |
| An exception occurred during: before :each | |
| ARGF.seek sets the absolute position relative to end of file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x311fb4> | |
| ./1.8/core//argf/seek_spec.rb:5 | |
| ./1.8/core//argf/seek_spec.rb:5:in `all?' | |
| ./1.8/core//argf/seek_spec.rb:3 | |
| 63) | |
| An exception occurred during: before :each | |
| ARGF.seek takes at least one argument (offset) ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x311fb4> | |
| ./1.8/core//argf/seek_spec.rb:5 | |
| ./1.8/core//argf/seek_spec.rb:5:in `all?' | |
| ./1.8/core//argf/seek_spec.rb:3 | |
| 64) | |
| An exception occurred during: before :each | |
| ARGF.skip skips the current file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30d464> | |
| ./1.8/core//argf/skip_spec.rb:5 | |
| ./1.8/core//argf/skip_spec.rb:1:in `all?' | |
| ./1.8/core//argf/skip_spec.rb:3 | |
| 65) | |
| An exception occurred during: before :each | |
| ARGF.skip has no effect when called twice in a row ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30d464> | |
| ./1.8/core//argf/skip_spec.rb:5 | |
| ./1.8/core//argf/skip_spec.rb:5:in `all?' | |
| ./1.8/core//argf/skip_spec.rb:3 | |
| 66) | |
| An exception occurred during: before :each | |
| ARGF.skip has no effect at end of stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30d464> | |
| ./1.8/core//argf/skip_spec.rb:5 | |
| ./1.8/core//argf/skip_spec.rb:5:in `all?' | |
| ./1.8/core//argf/skip_spec.rb:3 | |
| 67) | |
| An exception occurred during: before :each | |
| ARGF.tell gives the correct position for each read operation ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30a494 @method=:tell> | |
| ./1.8/core//argf/shared/pos.rb:3 | |
| ./1.8/core//argf/tell_spec.rb:2:in `all?' | |
| ./1.8/core//argf/tell_spec.rb:4 | |
| 68) | |
| An exception occurred during: before :each | |
| ARGF.tell raises an ArgumentError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30a494 @method=:tell> | |
| ./1.8/core//argf/shared/pos.rb:3 | |
| ./1.8/core//argf/shared/pos.rb:3:in `all?' | |
| ./1.8/core//argf/tell_spec.rb:4 | |
| 69) | |
| An exception occurred during: before :each | |
| ARGF.to_a reads all lines of all files ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30893c @method=:to_a> | |
| ./1.8/core//argf/shared/readlines.rb:3 | |
| ./1.8/core//argf/to_a_spec.rb:2:in `all?' | |
| ./1.8/core//argf/to_a_spec.rb:4 | |
| 70) | |
| An exception occurred during: before :each | |
| ARGF.to_a returns nil when end of stream reached ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30893c @method=:to_a> | |
| ./1.8/core//argf/shared/readlines.rb:3 | |
| ./1.8/core//argf/shared/readlines.rb:3:in `all?' | |
| ./1.8/core//argf/to_a_spec.rb:4 | |
| 71) | |
| An exception occurred during: before :each | |
| ARGF.to_i returns the current file number on each file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x306de4 @method=:to_i> | |
| ./1.8/core//argf/shared/fileno.rb:3 | |
| ./1.8/core//argf/to_i_spec.rb:2:in `all?' | |
| ./1.8/core//argf/to_i_spec.rb:4 | |
| 72) | |
| An exception occurred during: before :each | |
| ARGF.to_i raises an ArgumentError when called on a closed stream ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x306de4 @method=:to_i> | |
| ./1.8/core//argf/shared/fileno.rb:3 | |
| ./1.8/core//argf/shared/fileno.rb:3:in `all?' | |
| ./1.8/core//argf/to_i_spec.rb:4 | |
| 73) | |
| An exception occurred during: before :each | |
| ARGF.to_io returns the IO of the current file ERROR | |
| NoMethodError: undefined method `fixture' for #<Object:0x30528c> | |
| ./1.8/core//argf/to_io_spec.rb:5 | |
| ./1.8/core//argf/to_io_spec.rb:1:in `all?' | |
| ./1.8/core//argf/to_io_spec.rb:3 | |
| 74) | |
| Array#pack returns a tainted string when the format is tainted FAILED | |
| Expected false to be true | |
| ./1.8/core//array/pack_spec.rb:72 | |
| ./1.8/core//array/pack_spec.rb:40:in `all?' | |
| ./1.8/core//array/pack_spec.rb:26 | |
| 75) | |
| Array#pack returns a tainted string when the format is tainted even if the given format is empty FAILED | |
| Expected false to be true | |
| ./1.8/core//array/pack_spec.rb:76 | |
| ./1.8/core//array/pack_spec.rb:26 | |
| 76) | |
| Array#pack with format 'H' fills low-nibble of the last byte with 0 when count is odd even if pack argument has insufficient length FAILED | |
| Expected "A@\000" | |
| to equal "A@" | |
| ./1.8/core//array/pack_spec.rb:444 | |
| ./1.8/core//array/pack_spec.rb:403:in `all?' | |
| ./1.8/core//array/pack_spec.rb:415 | |
| 77) | |
| Array#pack with format 'h' fills high-nibble of the last byte with 0 when count is odd even if pack argument has insufficient length FAILED | |
| Expected "A\002\000" | |
| to equal "A\002" | |
| ./1.8/core//array/pack_spec.rb:516 | |
| ./1.8/core//array/pack_spec.rb:487 | |
| 78) | |
| Array#pack with format 'M' ignores star parameter FAILED | |
| Expected "XXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\nXXXXX=\n" | |
| to equal "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=\nXXXX=\n" | |
| ./1.8/core//array/pack_spec.rb:1991 | |
| ./1.8/core//array/pack_spec.rb:1885 | |
| 79) | |
| Array#pack with format 'm' ignores star parameter FAILED | |
| Expected "QUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\nQUJD\n" | |
| to equal "QUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\nQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJDQUJD\n" | |
| ./1.8/core//array/pack_spec.rb:2076 | |
| ./1.8/core//array/pack_spec.rb:2009 | |
| 80) | |
| Array#pack with format 'U' regards a integer as a Unicode codepoint and encodes into UTF-8 byte sequence FAILED | |
| Expected "\000\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\023\024\025\026\027\030\031\032\e\034\035\036\037 !\"\#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177" | |
| to equal "\000\001\002\003\004\005\006\a\b\t\n\v\f\r\016\017\020\021\022\023\024\025\026\027\030\031\032\e\034\035\036\037 !\"\#$%&'()*+,-./0123456789" | |
| ./1.8/core//array/pack_spec.rb:2139 | |
| ./1.8/core//array/pack_spec.rb:2122:in `all?' | |
| ./1.8/core//array/pack_spec.rb:2132 | |
| 81) | |
| Array#pack with format 'P' ignores '*' parameter ERROR | |
| ArgumentError: too short buffer for P(3 for 4) | |
| ./1.8/core//array/pack_spec.rb:2623:in `pack' | |
| ./1.8/core//array/pack_spec.rb:2623 | |
| ./1.8/core//array/pack_spec.rb:2611:in `all?' | |
| ./1.8/core//array/pack_spec.rb:2580 | |
| 82) | |
| Process.times returns current cpu times FAILED | |
| Expected 0.909999999999999 | |
| to be greater than or equal to 1.0 | |
| ./1.8/core//process/times_spec.rb:24 | |
| ./1.8/core//process/times_spec.rb:1:in `all?' | |
| ./1.8/core//process/times_spec.rb:3 | |
| Finished in 8.685759 seconds | |
| 1120 files, 5546 examples, 19679 expectations, 8 failures, 74 errors | |
| federico@korobushka ~/programacion/rubyspec ((no branch)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment