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

Summary: Failing tests
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED DUPLICATE    
Severity: normal Keywords: JDK_8, JDK_SPECIFIC, TEST
Priority: P1    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***