FFI - Some Ruby-FFI specs fail on JRuby
---------------------------------------

                 Key: JRUBY-3912
                 URL: http://jira.codehaus.org/browse/JRUBY-3912
             Project: JRuby
          Issue Type: Bug
         Environment: jruby 1.4.0dev (ruby 1.8.7p174) (2009-08-19 6586) 
(OpenJDK Client VM 1.6.0_0) [i386-java]

            Reporter: Andrea Fazzi
            Assignee: Thomas E Enebo
            Priority: Minor


There are failing specs related to FFI::Function when running Ruby-FFI test 
suite on JRuby:

1)
'FFI::Function raises an error when passing a wrong signature' FAILED
expected TypeError but nothing was raised
./spec/ffi/function_spec.rb:17:

2)
NoMethodError in 'FFI::Function autorelease flag is set to true by default'
undefined method `autorelease?' for #<Pointer address=0xb42c7950>

3)
'FFI::Function can explicity free itself' FAILED
expected RuntimeError but nothing was raised
./spec/ffi/function_spec.rb:67:

4)
'FFI::Function can't explicity free itself if not previously allocated' FAILED
expected RuntimeError but nothing was raised


-- 
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