Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
We have other bugs for trace problems, but I am recording this one here since it's a subtask of the "MRI tests" task.
1) Failure: test_event(TestSetTraceFunc) [test_settracefunc.rb:43]: <["call", 4, :foo, #<Class:0x4bb523>]> expected but was <["call", 20, :foo, #<Class:0x4bb523>]>.
Attachments
Issue Links
| This issue depends upon: | ||||
| JRUBY-971 | Make it clear which Java method maps to each equality method |
|
|
|
Here's a few fixes to get us farther in this file. See also
JRUBY-971, which is the cause of the failure it gets to now (basically, the default === impl needs to always invoke ==, and Fixnum needs to map to the right methods).JRUBY-971, which is the cause of the failure it gets to now (basically, the default === impl needs to always invoke ==, and Fixnum needs to map to the right methods).