You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Egor Pasko (JIRA)" <ji...@apache.org> on 2007/02/01 14:33:05 UTC

[jira] Updated: (HARMONY-3109) [drlvm][jit][opt] javax.swing.plaf.UIResourceTest fails with Jitrino.OPT, but passes on pure JET

     [ https://issues.apache.org/jira/browse/HARMONY-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Egor Pasko updated HARMONY-3109:
--------------------------------

    Attachment: DoubleTest.java

DoubleTest.java is a small reproducer to this issue. To reproduce, comment out the "inline" action in the "opt.emconf" file and run with -Xem:opt

> [drlvm][jit][opt] javax.swing.plaf.UIResourceTest fails with Jitrino.OPT, but passes on pure JET
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3109
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3109
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Egor Pasko
>         Attachments: DoubleTest.java
>
>
> to reproduce:
> $DRLVM --Xem:opt -Xbootclasspath/p:$classlib/depends/jars/junit_3.8.2/junit.jar:$classlib/deploy/build/test/support.jar:$classlib/modules/swing/bin/test junit.textui.TestRunner javax.swing.plaf.UIResourceTest
> output:
> ........F..
> Time: 4.505
> There was 1 failure:
> 1) testDimensionUIResource(javax.swing.plaf.UIResourceTest)junit.framework.AssertionFailedError
>         at javax.swing.plaf.UIResourceTest.testDimensionUIResource(UIResourceTest.java:127)
>         at java.lang.reflect.VMReflection.invokeMethod(Native Method)
>         at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:117)
>         at javax.swing.SwingTestCase$1.run(SwingTestCase.java)
>         at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java)
>         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:81)
>         at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java)
>         at java.awt.EventQueue.dispatchEvent(EventQueue.java)
>         at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java)
>         at java.awt.EventDispatchThread.run(EventDispatchThread.java:48)
> FAILURES!!!
> Tests run: 10,  Failures: 1,  Errors: 0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.