mutex rubyspec failures
-----------------------
Key: JRUBY-3322
URL: http://jira.codehaus.org/browse/JRUBY-3322
Project: JRuby
Issue Type: Bug
Components: RubySpec
Affects Versions: JRuby 1.1.6
Reporter: Charles Oliver Nutter
{noformat}
1)
Mutex#locked? should return the status of the lock FAILED
Expected false to be true
spec/ruby/library/mutex/locked_spec.rb:26
spec/ruby/library/mutex/locked_spec.rb:4
spec/ruby/library/mutex/locked_spec.rb:54:in `load'
2)
Mutex#try_lock should return false if lock can not be aquired immediately FAILED
Expected false to be true
spec/ruby/library/mutex/try_lock_spec.rb:23
spec/ruby/library/mutex/try_lock_spec.rb:4
spec/ruby/library/mutex/try_lock_spec.rb:54:in `load'
3)
Mutex#unlock should raise ThreadError unless Mutex is locked FAILED
Expected ThreadError but no exception was raised
spec/ruby/library/mutex/unlock_spec.rb:7
spec/ruby/library/mutex/unlock_spec.rb:4
spec/ruby/library/mutex/unlock_spec.rb:54:in `load'
4)
Mutex#unlock should raise ThreadError unless thread owns Mutex FAILED
Expected ThreadError but no exception was raised
spec/ruby/library/mutex/unlock_spec.rb:16
spec/ruby/library/mutex/unlock_spec.rb:4
spec/ruby/library/mutex/unlock_spec.rb:54:in `load'
{noformat}
--
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