Created
April 29, 2010 16:47
-
-
Save rdp/383867 to your computer and use it in GitHub Desktop.
Revisions
-
rdp revised this gist
Apr 29, 2010 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,6 +36,9 @@ Errno::EINVAL expected but nothing was raised. 5) Error: test_printf(TestIO): (this one might be only on my box). Errno::EACCES: Permission denied - C:/Users/packrd/AppData/Local/Temp/foo20100429-3176-5pywmg ruby_trunk/test/ruby/test_io.rb:1432:in `read' ruby_trunk/test/ruby/test_io.rb:1432:in `block in test_printf' -
rdp created this gist
Apr 29, 2010 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,82 @@ currently, with no modifications C:\dev\ruby\downloads>ruby -v ruby_trunk\test\ruby\test_io.rb ruby 1.9.2dev (2010-04-30) [i386-mingw32] Loaded suite ruby_trunk/test/ruby/test_io Started ....S........E....S......................F.............E...FE......F...............F...SE Finished in 1.752246 seconds. 1) Skipped: test_close_on_exec(TestIO) [ruby_trunk/test/ruby/test_io.rb:1148]: IO#close_on_exec is not implemented. 2) Error: test_copy_stream(TestIO): Errno::EBADF: Bad file descriptor ruby_trunk/test/ruby/test_io.rb:331:in `nonblock=' ruby_trunk/test/ruby/test_io.rb:331:in `block (3 levels) in test_copy_stream' ruby_trunk/test/ruby/test_io.rb:172:in `with_pipe' ruby_trunk/test/ruby/test_io.rb:330:in `block (2 levels) in test_copy_stream' ruby_trunk/test/ruby/test_io.rb:184:in `with_read_pipe' ruby_trunk/test/ruby/test_io.rb:328:in `block in test_copy_stream' ruby_trunk/test/ruby/test_io.rb:193:in `block (2 levels) in mkcdtmpdir' ruby_trunk/test/ruby/test_io.rb:192:in `chdir' ruby_trunk/test/ruby/test_io.rb:192:in `block in mkcdtmpdir' 3) Skipped: test_copy_stream_rbuf(TestIO) [ruby_trunk/test/ruby/test_io.rb:433]: pread(2) is not implemtented. 4) Failure: test_initialize(TestIO) [ruby_trunk/test/ruby/test_io.rb:1506]: [ruby-dev:38571] Errno::EINVAL expected but nothing was raised. 5) Error: test_printf(TestIO): Errno::EACCES: Permission denied - C:/Users/packrd/AppData/Local/Temp/foo20100429-3176-5pywmg ruby_trunk/test/ruby/test_io.rb:1432:in `read' ruby_trunk/test/ruby/test_io.rb:1432:in `block in test_printf' ruby_trunk/test/ruby/test_io.rb:736:in `call' ruby_trunk/test/ruby/test_io.rb:736:in `block in pipe' 6) Failure: test_read_lock(TestIO) [ruby_trunk/test/ruby/test_io.rb:876]: RuntimeError expected but nothing was raised. 7) Error: test_read_nonblock_error(TestIO): Errno::EBADF: Bad file descriptor ruby_trunk/test/ruby/test_io.rb:897:in `read_nonblock' ruby_trunk/test/ruby/test_io.rb:897:in `block in test_read_nonblock_error' ruby_trunk/test/ruby/test_io.rb:172:in `with_pipe' ruby_trunk/test/ruby/test_io.rb:895:in `test_read_nonblock_error' 8) Failure: test_readpartial_lock(TestIO) [ruby_trunk/test/ruby/test_io.rb:841]: RuntimeError expected but nothing was raised. 9) Failure: test_ungetc(TestIO) [ruby_trunk/test/ruby/test_io.rb:116]: [ruby-dev:31650] IOError expected but nothing was raised. 10) Skipped: test_write_nonblock(TestIO) [ruby_trunk/test/ruby/test_io.rb:884]: IO#write_nonblock is not supported on file/pipe. 11) Error: test_write_nonblock_error(TestIO): Errno::EBADF: Bad file descriptor ruby_trunk/test/ruby/test_io.rb:909:in `write_nonblock' ruby_trunk/test/ruby/test_io.rb:909:in `block (2 levels) in test_write_nonblock_error' ruby_trunk/test/ruby/test_io.rb:908:in `loop' ruby_trunk/test/ruby/test_io.rb:908:in `block in test_write_nonblock_error' ruby_trunk/test/ruby/test_io.rb:172:in `with_pipe' ruby_trunk/test/ruby/test_io.rb:906:in `test_write_nonblock_error' 89 tests, 281 assertions, 4 failures, 4 errors, 3 skips Test run options: --seed 42703