You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2009/04/15 10:48:14 UTC

[jira] Commented: (HARMONY-6150) [classlib][luni] Move ScannerTest out of the exclude list

    [ https://issues.apache.org/jira/browse/HARMONY-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699118#action_12699118 ] 

Tim Ellison commented on HARMONY-6150:
--------------------------------------

Why are there two tests that are commented out by this patch?

If they are valid tests then we should fix the implementation, and if they are invalid tests then remove them completely.
The comment says the tests fail on the RI, so maybe they are invalid tests?


> [classlib][luni] Move ScannerTest out of the exclude list
> ---------------------------------------------------------
>
>                 Key: HARMONY-6150
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6150
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>         Attachments: HARMONY-6150.diff
>
>
> Currently, we have three testcase failures for Scanner.  Fortunately,  there is only one failing testcase which is caused by Scanner itself.  And I've already got a fix for that failure and raised a JIRA HARMONY-6147 for it . The other two [1] are caused by DecimalFormat instance for Locale("ar", "AE") which rely on text module. After applying the patch of HARMONY-6147, we can comment the failing part of these two testcase and add a note there. Then we can move the ScannerTest out of the exclude list safely. 
> [1]
> test_nextFloat()
> test_hasNextFloat()

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