You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/28 10:46:32 UTC

[jira] Created: (HARMONY-3514) [classlib][awt][build] test executed two times if "-Dtest.case=" is used

[classlib][awt][build] test executed two times if "-Dtest.case="  is used
-------------------------------------------------------------------------

                 Key: HARMONY-3514
                 URL: https://issues.apache.org/jira/browse/HARMONY-3514
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: all
            Reporter: Alexei Zakharov
         Assigned To: Alexei Zakharov
            Priority: Trivial


Currently if AWT test is executed via -Dtest.case=<test class> it will be run two times due the bug in build.xml. Second run will fail for most AWT test since it is performed in the headless mode. This way, browsing of real test report is impossible because it is overwritten by the second test run.

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


[jira] Closed: (HARMONY-3514) [classlib][awt][build] test executed two times if "-Dtest.case=" is used

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov closed HARMONY-3514.
------------------------------------


> [classlib][awt][build] test executed two times if "-Dtest.case="  is used
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3514
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3514
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Alexei Zakharov
>         Assigned To: Alexei Zakharov
>            Priority: Trivial
>
> Currently if AWT test is executed via -Dtest.case=<test class> it will be run two times due the bug in build.xml. Second run will fail for most AWT test since it is performed in the headless mode. This way, browsing of real test report is impossible because it is overwritten by the second test run.

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


[jira] Resolved: (HARMONY-3514) [classlib][awt][build] test executed two times if "-Dtest.case=" is used

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov resolved HARMONY-3514.
--------------------------------------

    Resolution: Fixed

The fixes were committed at the revisions 523230 and 523237. Please note that the following command should be used to run single *headless* test:
ant -Dbuild.module=awt -Dtest.case=<test name> -Dhy.test.vmargs="-Djava.awt.headless=true" test

> [classlib][awt][build] test executed two times if "-Dtest.case="  is used
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3514
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3514
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Alexei Zakharov
>         Assigned To: Alexei Zakharov
>            Priority: Trivial
>
> Currently if AWT test is executed via -Dtest.case=<test class> it will be run two times due the bug in build.xml. Second run will fail for most AWT test since it is performed in the headless mode. This way, browsing of real test report is impossible because it is overwritten by the second test run.

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