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 237556 - Failing tests on JDK8
Summary: Failing tests on JDK8
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: JDK_8, JDK_SPECIFIC, TEST
: 237838 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-23 13:34 UTC by Jiri Skrivanek
Modified: 2013-11-08 12:05 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 Jiri Skrivanek 2013-10-23 13:34:45 UTC
Please, fix org.netbeans.modules.profiler.drilldown.DrillDownTest failing on JDK8. To reproduce:

ant -f profiler.drilldown test-unit -Dtest.includes=**/DrillDownTest.class

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Jiri Skrivanek 2013-10-23 13:38:02 UTC
Also please, fix org.netbeans.modules.profiler.oql.engine.api.impl.OQLEngineTest.

ant -f profiler.oql test-unit -Dtest.includes=**/OQLEngineTest.class
Comment 2 Jiri Skrivanek 2013-10-31 08:45:27 UTC
*** Bug 237838 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Hurka 2013-11-07 10:49:32 UTC
DrillDownTest fixed, OQLEngineTest is separate issue.

changeset:   266409:73a89661417c
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Nov 07 11:46:02 2013 +0100
summary:     bugfix #237556, do not rely on order of elements in HashMap
Comment 4 Quality Engineering 2013-11-08 03:53:55 UTC
Integrated into 'main-silver', will be available in build *201311080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/73a89661417c
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #237556, do not rely on order of elements in HashMap