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

[jira] Created: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

[drlvm][testing] empty exclude list should be used if no exclude exist
----------------------------------------------------------------------

                 Key: HARMONY-3201
                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: Vladimir Ivanov
            Priority: Minor


DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
I suggest using empty exclude list if no exclude file was found.



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


[jira] Updated: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Vladimir Ivanov updated HARMONY-3201:
-------------------------------------

    Attachment: excl.patch

patch
Now command
build.bat -Dtest.mode=default -Ddefault.name=def -Ddefault.switch="" test
failed on test execution instead of loading exclude file.

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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


[jira] Closed: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Vladimir Ivanov closed HARMONY-3201.
------------------------------------


verified, thanks

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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


[jira] Updated: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Vladimir Ivanov updated HARMONY-3201:
-------------------------------------

    Attachment: excl.patch

small issue in patch was fixed

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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


[jira] Resolved: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Alexey Varlamov resolved HARMONY-3201.
--------------------------------------

    Resolution: Fixed

Applied at r509528 with a few modifications to the original patch:
1) copy-paste typo fixed in kernel.test.xml and obsolete comment is dropped
2) Echoing test mode moved out of if statement
3) Unified echos in all 3 targets for mode and x-file location/content.

Please verfiy

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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


[jira] Updated: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Vladimir Ivanov updated HARMONY-3201:
-------------------------------------

    Attachment:     (was: excl.patch)

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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


[jira] Assigned: (HARMONY-3201) [drlvm][testing] empty exclude list should be used if no exclude exist

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

Alexey Varlamov reassigned HARMONY-3201:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][testing] empty exclude list should be used if no exclude exist
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-3201
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3201
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: excl.patch
>
>
> DRLVM tests has exclude list divided by execution mode. Now build failed if new mode was defined due to missing exclude list for it.
> I suggest using empty exclude list if no exclude file was found.

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