You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2010/02/17 14:07:27 UTC

[jira] Created: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

[java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
----------------------------------------------------------------------

                 Key: HARMONY-6448
                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 6.0M1
            Reporter: Oliver Deakin
             Fix For: 6.0M1


I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:

java.lang.NullPointerException
at java.util.TreeMap.toComparable(TreeMap.java:5469)

The failing tests are:

test_lowerEntry
test_lowerKey
test_floorEntry
test_floorKey
test_ceilingEntry
test_ceilingKey
test_higherEntry
test_higherKey

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


[jira] Updated: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

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

Mark Hindess updated HARMONY-6448:
----------------------------------

    Affects Version/s:     (was: 6.0M1)
        Fix Version/s:     (was: 6.0M1)

> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oliver Deakin
>            Assignee: Mark Hindess
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

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


[jira] Closed: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

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

Oliver Deakin closed HARMONY-6448.
----------------------------------


> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M1
>            Reporter: Oliver Deakin
>             Fix For: 6.0M1
>
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

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


[jira] Closed: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

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

Mark Hindess closed HARMONY-6448.
---------------------------------

    Resolution: Fixed

Closing as Jesse has opened a new JIRA to track the problem.


> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oliver Deakin
>            Assignee: Mark Hindess
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

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


[jira] Resolved: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

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

Oliver Deakin resolved HARMONY-6448.
------------------------------------

    Resolution: Fixed

Mark has reverted the change that caused these failures at r910980. TreeMapTest passes for me now, so I'm resolving this as fixed.

> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M1
>            Reporter: Oliver Deakin
>             Fix For: 6.0M1
>
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

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


[jira] Reopened: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

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

Mark Hindess reopened HARMONY-6448:
-----------------------------------

      Assignee: Mark Hindess

Oliver, I'm re-opening this until we resolve the issue discussed in:

  http://markmail.org/thread/ofpn26eefgnrosc6

But I'll remove the must-fix status in a moment.


> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Oliver Deakin
>            Assignee: Mark Hindess
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

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