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 2008/01/30 17:24:34 UTC

[jira] Reopened: (HARMONY-5407) [classlib][luni]4 testcases in java.util.CurrencyTest fails on RI

     [ https://issues.apache.org/jira/browse/HARMONY-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reopened HARMONY-5407:
--------------------------------------


Tony, I've placed CurrencyTest back to the exclude list because it is still fails in some configurations. For example on my laptop it fails with following messages:

test_getInstanceLjava_util_Locale
      Unexpected IllegalArgumentException java.lang.NumberFormatException: id
junit.framework.AssertionFailedError: Unexpected IllegalArgumentException java.lang.NumberFormatException: id
at org.apache.harmony.luni.tests.java.util.CurrencyTest.test_getInstanceLjava_util_Locale(CurrencyTest.java:86)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	0.060

test_getSymbol
    currUS.getSymbol() expected:<[]$> but was:<[US]$>
junit.framework.ComparisonFailure: currUS.getSymbol() expected:<[]$> but was:<[US]$>
at org.apache.harmony.luni.tests.java.util.CurrencyTest.test_getSymbol(CurrencyTest.java:133)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	0.050

test_getSymbolLjava_util_Locale
	Failure	expected:<¥[]> but was:<¥[JP]>
junit.framework.ComparisonFailure: expected: but was:
at org.apache.harmony.luni.tests.java.util.CurrencyTest.test_getSymbolLjava_util_Locale(CurrencyTest.java:152)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

It looks like CC has the same problems with this test: http://people.apache.org/~smishura/r615453/Windows_x86/classlib-test/


> [classlib][luni]4 testcases in java.util.CurrencyTest fails on RI
> -----------------------------------------------------------------
>
>                 Key: HARMONY-5407
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5407
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Non-bug differences from RI
>    Affects Versions: 5.0M4
>            Reporter: Tony Wu
>            Assignee: Tony Wu
>             Fix For: 5.0M4
>
>
> 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.