You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2007/08/21 15:59:30 UTC

[jira] Created: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

[testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
--------------------------------------------------------------------------------

                 Key: HARMONY-4659
                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Vasily Zakharov
            Priority: Minor


With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.

The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.


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


[jira] Assigned: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Stepan Mishura reassigned HARMONY-4659:
---------------------------------------

    Assignee: Stepan Mishura

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Updated: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov updated HARMONY-4659:
-------------------------------------

    Attachment: Harmony-4659.patch

I've updated a patch a bit to perform normally with empty test.vmarg.bootclasspath. Not the patched tests work on Linux also.
 

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-4659.patch, Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Updated: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov updated HARMONY-4659:
-------------------------------------

    Attachment:     (was: Harmony-4659.patch)

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Updated: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov updated HARMONY-4659:
-------------------------------------

    Comment: was deleted

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Resolved: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Stepan Mishura resolved HARMONY-4659.
-------------------------------------

    Resolution: Fixed

Done at r572224. Please check that everything looks as expected.

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659-2.patch, Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Reopened: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov reopened HARMONY-4659:
--------------------------------------


Stepan, thank you very much! The patch is ok, but for some reason (my mistake, sorry) a couple of minor changes didn't make it to the patch. Could you please apply Harmony-4659-2.patch as well to fix them? Thank you!

Also please totally remove the bt-2/tests/jedit_test/src/patches/harmony directory - I can't create a patch for it. Thank you!



> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659-2.patch, Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Updated: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov updated HARMONY-4659:
-------------------------------------

    Attachment: Harmony-4659.patch

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Updated: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov updated HARMONY-4659:
-------------------------------------

    Attachment: Harmony-4659-2.patch

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659-2.patch, Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Resolved: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Stepan Mishura resolved HARMONY-4659.
-------------------------------------

    Resolution: Fixed

Thanks Vasily - the patch was applied to BTI branch 2.0 at r571136. 
Please check that the patch was applied as you expected.

> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Closed: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov closed HARMONY-4659.
------------------------------------


Stepan, thank you very much, everything is fine now.


> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: Harmony-4659-2.patch, Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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


[jira] Commented: (HARMONY-4659) [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit

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

Vasily Zakharov commented on HARMONY-4659:
------------------------------------------

I've updated a patch a bit to perform normally with empty test.vmarg.bootclasspath. Now the patched tests work on Linux also.


> [testing] JEdit automated GUI tests use obsolete workaround for java.awt.Toolkit
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4659
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4659
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Vasily Zakharov
>            Priority: Minor
>         Attachments: Harmony-4659.patch
>
>
> With HARMONY-4423 fixed, the additional workaround patch to java.awt.Toolkit that is used in jEdit automated GUI tests (see HARMONY-3633) becomes useless and may be removed.
> The attached patch removes all extra stuff needed for that workaround from jEdit tests framework. When applying please remove the bt-2/tests/jedit_test/src/patches/harmony directory, the patch updates build.xml, build.properties and readme.txt accordingly.

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