The bug was fixed for J9. It's still reproducible on DRLVM (there is
some code duplicate between DRLVM and classlib).
So we may:
1) exclude this test for DRLVM until code duplicate is resolved
or
2) remove this test until the bug is fixed for DRLVM also
Suggestions?
Thanks,
Mikhail
2006/12/1, Richard Liang (JIRA) <[EMAIL PROTECTED]>:
[ http://issues.apache.org/jira/browse/HARMONY-2356?page=all ]
Richard Liang closed HARMONY-2356.
----------------------------------
Verified by Leo
> [classlib][luni]The Map from System.getEnv should throw NullPointerException
while get(null) and is not modifiable.
>
-------------------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-2356
> URL: http://issues.apache.org/jira/browse/HARMONY-2356
> Project: Harmony
> Issue Type: Bug
> Reporter: Leo Li
> Assigned To: Richard Liang
> Attachments: patch-2356.diff, patch-2356.diff
>
>
> Here is the testcase:
> public void testUnmodifiableMap()
> {
> Map map = System.getEnv();
>
> try {
> map.get(null);
> fail("Should throw NullPointerExcepiton.");
> } catch (NullPointerException e) {
> //expected
> }
>
> }
> RI passes.
> Harmony fails.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira