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 - Two org.openide.awt.ContextManagerTest test fails on Linux x86
Summary: Two org.openide.awt.ContextManagerTest test fails on Linux x86
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2014-12-10 12:18 UTC by Maksim Khramov
Modified: 2015-03-04 16:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.