You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2008/02/01 03:21:08 UTC

[jira] Created: (HARMONY-5448) [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu

[classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu
--------------------------------------------------------------------------------------------

                 Key: HARMONY-5448
                 URL: https://issues.apache.org/jira/browse/HARMONY-5448
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
         Environment: Win32 XP  SP2
            Reporter: Sean Qiu
            Priority: Minor


filed as a non-bug difference according to the parent task.

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


[jira] Assigned: (HARMONY-5448) [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu

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

Tony Wu reassigned HARMONY-5448:
--------------------------------

    Assignee: Tony Wu

> [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5448
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>         Environment: Win32 XP  SP2
>            Reporter: Sean Qiu
>            Assignee: Tony Wu
>            Priority: Minor
>         Attachments: Harmony-5448.diff
>
>
> filed as a non-bug difference according to the parent task.

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


[jira] Updated: (HARMONY-5448) [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu

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

Sean Qiu updated HARMONY-5448:
------------------------------

    Attachment: Harmony-5448.diff

Could someone please try this patch?
Thanks 

> [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5448
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>         Environment: Win32 XP  SP2
>            Reporter: Sean Qiu
>            Priority: Minor
>         Attachments: Harmony-5448.diff
>
>
> filed as a non-bug difference according to the parent task.

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


[jira] Commented: (HARMONY-5448) [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564711#action_12564711 ] 

Tony Wu commented on HARMONY-5448:
----------------------------------

Sean,
I have a concern on this fix,
-                {0L,                        'c', "Do Jan 01 08:00:00 CST 1970"},  //$NON-NLS-2$
-                {Long.MAX_VALUE,            'c', "So Aug 17 15:12:55 CST 292278994"},  //$NON-NLS-2$
-                {-1000L,                    'c', "Do Jan 01 07:59:59 CST 1970"},  //$NON-NLS-2$
-                {new Date(1147327147578L),  'c', "Do Mai 11 13:59:07 CST 2006"},  //$NON-NLS-2$
-                {paris,                     'c', "Mo Mai 08 12:00:00 CEST 2006"},  //$NON-NLS-2$
+                {0L,                        'c', "Do Jan 01 08:00:00  1970"},  //$NON-NLS-2$
+                {Long.MAX_VALUE,            'c', "So Aug 17 15:18:47  292278994"},  //$NON-NLS-2$
+                {-1000L,                    'c', "Do Jan 01 07:59:59  1970"},  //$NON-NLS-2$
+                {new Date(1147327147578L),  'c', "Do Mai 11 13:59:07  2006"},  //$NON-NLS-2$
+                {paris,                     'c', "Mo Mai 08 12:00:00  2006"},  //$NON-NLS-2$

Seems the TimeZone is missing after the formating, I need further investigation to determine whether it is a bug of ICU.

> [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5448
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>         Environment: Win32 XP  SP2
>            Reporter: Sean Qiu
>            Assignee: Tony Wu
>            Priority: Minor
>         Attachments: Harmony-5448.diff
>
>
> filed as a non-bug difference according to the parent task.

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


[jira] Commented: (HARMONY-5448) [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565151#action_12565151 ] 

Tony Wu commented on HARMONY-5448:
----------------------------------

Sean, 
I've fixed the unexpected timezone output for this case in r617962.
would you please update your patch accordingly? thanks a lot!!

> [classlib][luni] FormatterTest will fail beacuse of different locale data between ri and icu
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5448
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>         Environment: Win32 XP  SP2
>            Reporter: Sean Qiu
>            Assignee: Tony Wu
>            Priority: Minor
>         Attachments: Harmony-5448.diff
>
>
> filed as a non-bug difference according to the parent task.

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