JRuby can't handle rubyspecs with output_to_fd
----------------------------------------------

                 Key: JRUBY-2286
                 URL: http://jira.codehaus.org/browse/JRUBY-2286
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1RC2
         Environment: Latest JRuby 1.1RC2
            Reporter: Vladimir Sizikov


JRuby behaves weird/incorrect when encounters rubyspecs with output_to_fd in 
them. In most cases, JRuby just exits without printing any information about 
the test, or fails with mspec.rb:44:in `finish': Bad file descriptor.

Originally, such specs were guarded by fails_on :jruby, but since the guards 
are now removed, we see the failures again.

Currently, the following specs have output_to_fd:

spec/ruby/1.8/core/io/print_spec.rb
spec/ruby/1.8/core/io/printf_spec.rb
spec/ruby/1.8/core/io/puts_spec.rb

This may be related to JRUBY-2285 as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to