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 237540 - Failing tests
Summary: Failing tests
Status: VERIFIED DUPLICATE of bug 233443
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: JDK_8, JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2013-10-23 11:23 UTC by Jiri Skrivanek
Modified: 2013-11-13 14:30 UTC (History)
0 users

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 11:23:41 UTC
Please, fix test failing on JDK8 or remove them from stable test distribution in project.properties:

org.netbeans.core.netigso.EnabledAutoloadTest
org.netbeans.core.netigso.NetigsoUsesSwingTest
org.netbeans.core.osgi.ActivatorTest
org.netbeans.core.osgi.DependencyQueueTest
org.netbeans.core.osgi.OSGiInstalledFileLocatorTest
org.netbeans.core.osgi.OSGiLifecycleManagerTest
org.netbeans.core.osgi.OSGiMainLookupTest
org.netbeans.core.osgi.OSGiRepositoryTest

To reproduce:

 ant -f core.netigso test-unit -Dtest.includes=**/EnabledAutoloadTest.class
 ant -f core.netigso test-unit -Dtest.includes=**/NetigsoUsesSwingTest.class
 ant -f core.osgi test-unit

http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport
Comment 1 Jaroslav Tulach 2013-10-31 09:10:07 UTC

*** This bug has been marked as a duplicate of bug 233443 ***