This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249259

Summary: Two org.openide.awt.ContextManagerTest test fails on Linux x86
Product: platform Reporter: Maksim Khramov <mkhramov>
Component: ActionsAssignee: Jan Peska <JPESKA>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jskrivanek
Priority: P3 Keywords: TEST
Version: 8.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Maksim Khramov 2014-12-10 12:18:07 UTC
org.openide.awt.ContextManagerTest:org.openide.awt.ContextManagerTest::testAllResultListenersRemoved
org.openide.awt.ContextManagerTest:org.openide.awt.ContextManagerTest::testListenerGCed

These 2 tests failed on Linux x86 platfrom with Java(TM) SE Runtime Environment 1.8.0_40 b15 (1.8.0_40-ea-b15)
with messages:

  <testcase classname="org.openide.awt.ContextManagerTest:org.openide.awt.ContextManagerTest" name="testAllResultListenersRemoved" time="8.433">
    <failure message="Action LSet Should be GCed:&#10;Not found!!!" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: Action LSet Should be GCed:
Not found!!!

  <testcase classname="org.openide.awt.ContextManagerTest:org.openide.awt.ContextManagerTest" name="testListenerGCed" time="8.162">
    <failure message="Action LSet Should be GCed:&#10;Not found!!!" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: Action LSet Should be GCed:
Not found!!!
Comment 1 Ondrej Vrabec 2015-03-04 16:03:28 UTC
Jirko please reopen if it's still valid.