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 237749 - platform/org-netbeans-core-osgi DependencyQueueTest failed on JDK8
Summary: platform/org-netbeans-core-osgi DependencyQueueTest failed on JDK8
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 11:30 UTC by taras.ledkov
Modified: 2013-10-29 11: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 taras.ledkov 2013-10-29 11:30:05 UTC
platform/org-netbeans-core-osgi DependencyQueueTest failed on JDK8 with exception:

expected:<[0, 2, 1, 3]> but was:<[0, 3, 2, 1]>

junit.framework.AssertionFailedError: expected:<[0, 2, 1, 3]> but was:<[0, 3, 2, 1]>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:74)
at org.netbeans.core.osgi.DependencyQueueTest.testOffer(DependencyQueueTest.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:97)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:431)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:357)
at java.lang.Thread.run(Thread.java:724)


Environment: 
JDK 8 b111
Ubuntu 13.04 x86