You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/06/04 11:51:35 UTC

[jira] Resolved: (HARMONY-4002) [jdktools][jpda] JDWP test org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest is ambigous

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

Tim Ellison resolved HARMONY-4002.
----------------------------------

    Resolution: Fixed

Thanks Ivan.

Patch applied to jdktools to repo revision r544110.

Please check it was applied as you expected.


> [jdktools][jpda] JDWP test org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest is ambigous
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4002
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4002
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows, Linux, harmony-jdk-r542764
>            Reporter: Ivan Popov
>            Assignee: Tim Ellison
>         Attachments: jdwp_test.patch, jpda_exclude.patch
>
>
> The following JDWP unit test is ambigous:
>   org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest
> This test gets owned monitors of a tested thread and checks that each monitor is owned by the tested thread. However, it does not check that all expected monitors are returned and pass even if no monitors are returned. The test usually fails because of incorrect data returned by JVMTI function GetOwnedMonitorInfo() reported in HARMONY-3866, but sometimes it passes. The test should be improved to check number of owned monitors. At least two monitors are owned by tested thread: waitForFinish and waitForStart.

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