[ https://issues.apache.org/jira/browse/HARMONY-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Yu updated HARMONY-6150:
----------------------------
Attachment: HARMONY-6150.diff
This patch would move ScannerTest out of exclude list safely.
> [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.
|