You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jim Yu (JIRA)" <ji...@apache.org> on 2009/04/21 11:52:47 UTC

[jira] Created: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

[classlib][luni] Move FormatterTest out of exclude list
-------------------------------------------------------

                 Key: HARMONY-6163
                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M9
            Reporter: Jim Yu
             Fix For: 5.0M10


Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
[1]
test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()


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


[jira] Resolved: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

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

Tim Ellison resolved HARMONY-6163.
----------------------------------

    Resolution: Fixed

Thanks Jim.

Patch applied to LUNI module at repo revision r767489.

Please check it was applied as you expected.


> [classlib][luni] Move FormatterTest out of exclude list
> -------------------------------------------------------
>
>                 Key: HARMONY-6163
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Tim Ellison
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6163.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
> [1]
> test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()

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


[jira] Commented: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

Posted by "Jim Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701789#action_12701789 ] 

Jim Yu commented on HARMONY-6163:
---------------------------------

Verified at r767767. Thanks, Tim.

> [classlib][luni] Move FormatterTest out of exclude list
> -------------------------------------------------------
>
>                 Key: HARMONY-6163
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Tim Ellison
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6163.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
> [1]
> test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()

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


[jira] Updated: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

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

Jim Yu updated HARMONY-6163:
----------------------------

    Attachment: HARMONY-6163.diff

> [classlib][luni] Move FormatterTest out of exclude list
> -------------------------------------------------------
>
>                 Key: HARMONY-6163
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6163.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
> [1]
> test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()

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


[jira] Assigned: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

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

Tim Ellison reassigned HARMONY-6163:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] Move FormatterTest out of exclude list
> -------------------------------------------------------
>
>                 Key: HARMONY-6163
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Tim Ellison
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6163.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
> [1]
> test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()

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


[jira] Closed: (HARMONY-6163) [classlib][luni] Move FormatterTest out of exclude list

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

Tim Ellison closed HARMONY-6163.
--------------------------------


> [classlib][luni] Move FormatterTest out of exclude list
> -------------------------------------------------------
>
>                 Key: HARMONY-6163
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6163
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Tim Ellison
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6163.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, FormatterTest is in exclude list due to a testcase[1] failure. I've looked into this testcase and found it is an ICU relevant issue.  The failure was caused by the behavior difference of DateFormatSymbols instance of  ICU and RI. As the testcase was written according to RI's behavior, I think we need to update the testcase to follow ICU's behavior. I've got a patch for the update and we can move FormatterTest out of exclude list safely after applying the patch. Can anybody try this?
> [1]
> test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion()

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