Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] JUnit Tests Comparison CBI and PDE Bug 377410

Hi Everyone,

I posted a summary a comparison regarding JUnit tests between CBI and PDE builds to Bug 377410. Just investigating some of the problem result files with a lot of errors below.


In org.eclipse.equinox.ds.tests_linux.gtk.x86_64.html it seems like all the failures are related to missing components. It seems like maybe CBI is missing some package.


In org.eclipse.equinox.p2.tests_linux.gtk.x86_64.html it seems a particular failure is causing the other 26 failures as well.

Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

org.eclipse.osgi.tests_linux.gtk.x86_64.html seems to be the one with the most number of failures. From what I can tell it looks like a lot of problems related to Null values.

org.eclipse.pde.build.tests_linux.gtk.x86_64.html is also failing due to Null values.


org.eclipse.releng.tests_linux.gtk.x86_64.html seems to be missing some files causing all but 1 test to fail.


The org.eclipse.team.tests.cvs.core_linux.gtk.x86_64.html tests seem to be failing due to being unable to connect to cvs. This test was run on my own laptop, from the below log though it seems to not be able to connect to the server but doesn't seem to specify which and outputs the variable names instead. Are these variables something we need to configure on the system running the tests before the test can be run?

Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

Finally org.eclipse.ua.tests.doc_linux.gtk.x86_64.html tests seem to fail with either Null issues or "could not open: index" issues.


Thanh

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
3525028.57%100.529
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.equinox.ds.tests35025100.529

Package org.eclipse.equinox.ds.tests

NameTestsErrorsFailuresTime(s)
AllTests35025100.529
Back to top


TestCase AllTests

NameStatusTypeTime(s)
testBindUnbindFailureIncorrect components should be ignored and the component Comp1 should be available

junit.framework.AssertionFailedError: Incorrect components should be ignored and the component Comp1 should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbind(DSTest.java:392)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.082
testUniqueComponentContextFailureThe NamedService component factory should be available

junit.framework.AssertionFailedError: The NamedService component factory should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testUniqueComponentContext(DSTest.java:426)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testComponentContextMethodsFailureBindUnbindSuccessor component should be available

junit.framework.AssertionFailedError: BindUnbindSuccessor component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testComponentContextMethods(DSTest.java:452)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testPropertiesHandlingSuccess0.008
testBoundServiceReplacementFailureNamedService component factory should be available

junit.framework.AssertionFailedError: NamedService component factory should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testBoundServiceReplacement(DSTest.java:778)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.017
testBoundServiceReplacementOnModificationFailureThe AdvancedBounder must be available

junit.framework.AssertionFailedError: The AdvancedBounder must be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testBoundServiceReplacementOnModification(DSTest.java:906)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.022
testSecuritySuccess0.008
testImmediateComponentsFailureThe ServiceProvider should be registered as service

junit.framework.AssertionFailedError: The ServiceProvider should be registered as service
at org.eclipse.equinox.ds.tests.tbc.DSTest.testImmediateComponents(DSTest.java:1127)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.011
testRowReferenceFailureThe Component3 should be available

junit.framework.AssertionFailedError: The Component3 should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testRowReference(DSTest.java:1148)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testBlockingComponentsFailureThe service in the bundle should be available

junit.framework.AssertionFailedError: The service in the bundle should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testBlockingComponents(DSTest.java:1230)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
37.100
testStaticPolicyBindingFailureThe StaticComp should be available

junit.framework.AssertionFailedError: The StaticComp should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testStaticPolicyBinding(DSTest.java:1279)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testCircularityHandlingFailureThe first service from the breakable circularity with dynamic optional reference should be available

junit.framework.AssertionFailedError: The first service from the breakable circularity with dynamic optional reference should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testCircularityHandling(DSTest.java:1341)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testNamespaceHandlingFailureThe root1 component should be available

junit.framework.AssertionFailedError: The root1 component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testNamespaceHandling(DSTest.java:1397)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testWildcardHandlingFailureThe first Wildcard component should be available

junit.framework.AssertionFailedError: The first Wildcard component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testWildcardHandling(DSTest.java:1450)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testDynamicComponentFactoryServiceBindingFailureThe referenced simple component should be available

junit.framework.AssertionFailedError: The referenced simple component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testDynamicComponentFactoryServiceBinding(DSTest.java:1463)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testStaticComponentFactoryServiceBindingFailureThe referenced simple component should be available

junit.framework.AssertionFailedError: The referenced simple component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testStaticComponentFactoryServiceBinding(DSTest.java:1517)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testConfigurationPolicySuccess0.005
testConfigurationPolicyFactoryConfSuccess0.005
testActivateDeactivateFailureComponent context should be available

junit.framework.AssertionFailedError: Component context should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testActivateDeactivate(DSTest.java:1803)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testBindUnbindParamsFailureComponent Enabler Service Reference should be available

junit.framework.AssertionFailedError: Component Enabler Service Reference should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbindParams(DSTest.java:1961)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testOptionalNamesFailureComponent org.eclipse.equinox.ds.tests.tb14.Optional2 should be activated

junit.framework.AssertionFailedError: Component org.eclipse.equinox.ds.tests.tb14.Optional2 should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testOptionalNames(DSTest.java:2019)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testDisposingMultipleDependenciesFailureComponent org.eclipse.equinox.ds.tests.tb15.Component1 should be activated

junit.framework.AssertionFailedError: Component org.eclipse.equinox.ds.tests.tb15.Component1 should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testDisposingMultipleDependencies(DSTest.java:2043)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.011
testReferenceTargetPropertyFailureComponent context should be available

junit.framework.AssertionFailedError: Component context should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testReferenceTargetProperty(DSTest.java:2075)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testOverloadFailureAll components of tb17 should be activated

junit.framework.AssertionFailedError: All components of tb17 should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testOverload(DSTest.java:2178)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
60.026
testLazyBundlesFailureProvided service of Component org.eclipse.equinox.ds.tests.tb20.component should be available.

junit.framework.AssertionFailedError: Provided service of Component org.eclipse.equinox.ds.tests.tb20.component should be available.
at org.eclipse.equinox.ds.tests.tbc.DSTest.testLazyBundles(DSTest.java:2194)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testModified100Success0.005
testModified110Success0.004
testModifiedSpecialCasesSuccess0.005
testPrivatePropertiesFailureProvided service of org.eclipse.equinox.ds.tests.tb22.component should be available

junit.framework.AssertionFailedError: Provided service of org.eclipse.equinox.ds.tests.tb22.component should be available
at org.eclipse.equinox.ds.tests.tbc.DSTest.testPrivateProperties(DSTest.java:2441)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testBindExceptionSuccess0.008
testConfigAdminOnOffSuccess0.005
testServicePropertiesUpdateFailureComponent org.eclipse.equinox.ds.tests.tb25.ServicePropertiesComp should be activated

junit.framework.AssertionFailedError: Component org.eclipse.equinox.ds.tests.tb25.ServicePropertiesComp should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testServicePropertiesUpdate(DSTest.java:2552)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.013
testPolicyOptionReluctantFailureComponent org.eclipse.equinox.ds.tests.tb25.PolicyReluctantStaticComp should be activated

junit.framework.AssertionFailedError: Component org.eclipse.equinox.ds.tests.tb25.PolicyReluctantStaticComp should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionReluctant(DSTest.java:2603)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.015
testPolicyOptionGreedyFailureComponent org.eclipse.equinox.ds.tests.tb25.PolicyGreedyStaticComp should be activated

junit.framework.AssertionFailedError: Component org.eclipse.equinox.ds.tests.tb25.PolicyGreedyStaticComp should be activated
at org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionGreedy(DSTest.java:2713)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.012
testComponentConfigurationPIDSuccess0.007

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
178526098.54%194.898
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.equinox.p2.tests1785026194.898

Package org.eclipse.equinox.p2.tests

NameTestsErrorsFailuresTime(s)
AutomatedTests1785026194.898
Back to top


TestCase AutomatedTests

NameStatusTypeTime(s)
testConfigContentSuccess0.157
testCommaSuccess0.008
testSimpleConfiguratorRemovalSuccess0.044
testOSGiRemovalSuccess0.023
testWithMutipleBundlesSuccess0.047
testAddRemoveFrameworkExtensionSuccess0.053
testCustomLauncherConfigSuccess0.017
testRemoveProgramArgSuccess0.001
testBug212361_osgiInBundlesListSuccess0.044
testBug277553_installAreaFromFwJarSuccess0.034
testBug258126_ProgramArgs_VMArgsSuccess0.010
testAbsenceOfConfigurationInEclipseINISuccess0.020
testPresenceOfConfigurationInEclipseINISuccess0.018
testConfigFilesSuccess0.068
testRemovalUsingSameManipulatorSuccess0.030
testRemovalUsingOtherManipulatorSuccess0.048
testAdditionUsingOtherManipulatorSuccess0.044
testChangeVersionSuccess0.081
testReadConfigWithoutOSGiSuccess0.022
testGetValueForArgumentSuccess0.000
testRemoveArgumentSuccess0.000
testSetValueForArgumentSuccess0.000
testFromOSGiJarToOSGiInstallAreaSuccess0.000
testConfigContentSuccess0.001
testConfigContentSuccess0.001
testConfigContentSuccess0.001
testConfigContentSuccess0.002
testConfigContentSuccess0.002
testConfigContentSuccess0.002
testConfigContentSuccess0.001
testRelativePathsSuccess0.094
testMakeRelative_NonWindowsSuccess0.000
testMakeRelative_WindowsSuccess0.000
testRemoveBundleWithoutURLSuccess0.104
testConfigFilesSuccess0.022
testConfigFilesSuccess0.034
testDefaultConfigurationSuccess0.003
testSharedConfigurationSuccess0.001
testNotSharedConfigurationSuccess0.002
testWithMutipleBundlesSuccess0.049
testConfigFilesSuccess0.016
testBundleInfoEqualsSuccess0.000
testp2DataAreaSuccess0.192
testRunningInstanceSuccess0.107
testVMInsideInstallSuccess0.049
testVMOutsideInstallSuccess0.035
test269502Success0.034
test282303Success0.032
test_getEclipseRealLocationSuccess0.003
testMacRealLocationSuccess0.000
testAddChildToExistingArtifactRepositorySuccess0.993
testCreateNoChidlrenSuccess0.409
testAddChildToExistingMetadataRepositorySuccess0.347
testAddChildSuccess0.352
testAddChildToExistingRepositoriesSuccess0.332
testRemoveAllChildrenSuccess0.289
testRemoveChildSuccess0.588
testCreateCompositeArtifactRepositorySuccess0.292
testCreateCompositeMetadataRepositorySuccess0.279
testCreateCombinedCompositeRepositorySuccess0.277
testFailOnExistsSuccess0.622
testNotCompressedSuccess0.260
testAtomicArtifactRepositorySuccess0.235
testAtomicMetadataRepositorySuccess0.231
testNameSuccess0.257
testAddChildToNewArtifactRepositorySuccess0.278
testAddChildToNewMetadataRepositorySuccess0.284
testInvalidLocationSuccess0.699
testMirrorArtifactOnlySuccess0.326
testMirrorMetadataOnlySuccess0.371
testMirrorEmptyBaselineSuccess0.261
testMirrorFromZipSuccess0.868
testMirrorAllIUSpecifiedSuccess0.348
testMirrorSomeIUSpecifiedSuccess0.335
testMirrorMissingIUSuccess0.336
testMirrorMetadataDestinationWithoutSourceSuccess0.304
testMirrorArtifactDestinationWithoutSourceSuccess0.299
testMirrorNoIUSpecifiedSuccess0.382
testMirrorWithInvalidDestinationSuccess0.722
testMirrorWithNoRepositoryAtSourceSuccess0.286
testMirrorWithInvalidSourceSuccess0.488
testSlicingFollowStrictSuccess1.565
testSlicingIncludeNonGreedySuccess0.599
testSlicingIncludeOptionalDependenciesSuccess0.516
testSlicingFilterSuccess0.477
testSlicingPlatformFilterSuccess0.709
testSlicingIncludeFeaturesFalseSuccess0.437
testSlicingMetadataAndArtifactsMirroredSuccess0.321
testMirrorSlicedIUtoArtifactSuccess0.307
testMirrorSlicedMultipleIUsToArtifactSuccess0.331
testMirrorCompareWithIgnoreSuccess0.389
testMirrorIUtoArtifactSuccess0.306
testSlicingInvalidSuccess0.420
testMirrorPackedRepoSuccess0.244
testBaselineCompareUsingMD5ComparatorSuccess0.309
testRepo2RunnableSuccess0.361
testRepo2RunnableSpecifiedIUSuccess0.285
testRepo2RunnableFailOnErrorSuccess0.453
testUnpackSuccess0.342
testUnpackFailsBecauseOfZeroLengthPackedFileSuccess0.000
testGoodZipSuccess0.001
testBogusFileSuccess0.000
testBogusFile2Success0.000
testBogusFile3Success0.000
testPackGZFileSuccess0.001
testCancelLoadSuccess4.124
testWaitForLoadSuccess7.149
testCancelSuccess3.016
testCancelReadSuccess2.010
testMultipleExecuteBatchSuccess3.021
testWaitSuccess6.033
testMultipleAddDescriptorsSuccess3.028
testContainsDescriptorSuccess3.041
testContainsKeySuccess3.015
testMultipleRemoveDescriptorsSuccess4.020
testMultipleRemoveKeysSuccess4.063
testRemoveBulkKeysSuccess4.024
testRemoveBulkDescriptorsSuccess4.069
testRemoveAllSuccess4.023
testReloadAddsSuccess3.015
testStatefullnessSuccess0.003
testSingleCloseStreamOkDestinationOkSuccess0.002
testDoubleCloseStreamOkDestinationOkSuccess0.002
testSingleCloseStreamNotOkDestinationOkSuccess0.001
testSingleCloseStreamOkDestinationNotOkSuccess0.000
testSingleCloseStreamOkDestinationCloseFailsSuccess0.001
testSingleCloseStreamNotOkDestinationCloseFailsSuccess0.001
testWriteToDestinationStreamOkDestinationOkSuccess0.001
testLoadMissingRepositorySuccess0.005
testLoadMissingRepositoryElementSuccess0.002
testLostArtifactRepositoriesSuccess0.010
testNicknameSuccess0.003
testPathWithSpacesSuccess0.003
testRefreshSuccess0.005
testSetRepositoryPropertySuccess0.002
testUpdateSitePathWithSpacesSuccess0.053
testTrailingSlashesSuccess0.000
testBasicAddRemoveSuccess0.001
testContainsSuccess0.001
testDuplicateElementSuccess0.004
testEnablementSuccess0.001
testEnablementOnAddSuccess0.001
testMissingArtifactSuccess0.090
testMissingSizeSuccess0.010
testOldStyleReferenceSuccess0.004
testNewStyleReferenceSuccess0.004
testAddSuccess0.004
testMultiAddSuccess0.003
testMultiAddWithExceptionSuccess0.002
testAddAndRemoveSuccess0.003
testMultiAddAndRemoveSuccess0.002
testBatchProcessingOKSuccess0.002
testBatchProcessingExceptionsSimpleSuccess0.000
testBatchProcessingSaveExceptionSimpleSuccess0.001
testBatchProcessingCancelledSuccess0.002
testBatchProcessingExceptionsCompositeSuccess0.001
testBatchProcessingSaveExceptionCompositeSuccess0.000
testBatchProcessingTrackSavingSuccess0.001
testBatchProcessingTrackSavingExceptionSuccess0.000
testDisableSaveFlagResetSimpleSuccess0.011
testDisableSaveFlagDuringExecutionSimpleSuccess0.013
testDisableSaveFlagResetCompositeSuccess0.004
testDisableSaveFlagDuringExecutionCompositeSuccess0.003
testExtractRootCauseNullStatusSuccess0.000
testExtractRootCauseWarningStatusSuccess0.001
testExtractRootCauseErrorStatusWithExceptionSuccess0.000
testExtractRootCauseFromFlatMultiStatusSuccess0.000
testExtractRootCauseFromNestedMultiStatusSuccess0.000
testExtractRootCauseFromNestedNestedMultiStatusSuccess0.001
testTransferErrorSuccess0.007
testZippedRepoWithFolderFeatureSuccess0.225
testZippedRepoSuccess0.219
testSimpleRepositoryPerformanceOnLoadReadonlyLocalRepositorySuccess0.106
testAddChildSuccess0.005
testRemoveAllChildrenSuccess0.004
testRemoveChildSuccess0.002
testContainsDescriptorSuccess0.002
testContainsKeySuccess0.003
testRemoveAllSuccess0.001
testCompressedRepositoryCreationSuccess0.002
testVerifyUncompressedRepositoryCreationSuccess0.001
testAddDescriptorSuccess0.002
testAddDescriptorsSuccess0.001
testRemoveDescriptorUsingDescriptorSuccess0.001
testRemoveDescriptorUsingKeySuccess0.001
testGetPropertiesSuccess0.001
testSetPropertySuccess0.001
testAddRepeatChildSuccess0.003
testAddMultipleChildrenSuccess0.004
testRemoveNonexistantChildSuccess0.002
testGetArtifactFromDescriptorSuccess0.005
testGetArtifactsFromRequestsSuccess0.009
testLoadingRepositoryRemoteSuccess1.049
testLoadingRepositoryLocalSuccess0.006
testCompressedPersistenceSuccess0.007
testUncompressedPersistenceSuccess0.005
testSyntaxErrorWhileParsingSuccess0.040
testMissingRequireattributeWhileParsingSuccess0.003
testValidateSuccess0.009
testAddChildWithValidateSuccess0.006
testEnabledAndSystemValuesSuccess0.005
testNonLocalRepoSuccess0.006
testRelativeChildrenSuccess0.006
testRelativeRemoveChildSuccess0.004
testRetryRequestSuccess0.004
testChildRetryRequestSuccess0.003
testFailedDownloadSuccess0.002
testContainsDescriptorBadChildSuccess0.002
testContainsKeyBadChildSuccess0.001
testGetArtifactKeysBadChildSuccess0.000
testGetArtifactDescriptorsBadChildSuccess0.000
testFailingChildFailsCompleteRepositorySuccess0.007
testFailingChildLoadsCompleteRepositorySuccess0.006
testDownloadCorruptedJarSuccess0.066
testFolderRepositorySuccess0.043
testJarURLRepositorySuccess0.135
testLocationSuccess0.007
testCheckMD5Success0.201
testBug249035_ArtifactIdentitySuccess0.003
testSortingSuccess0.097
testComparatorZerosSuccess0.000
testMissingArtifactSuccess0.005
testInvalidZipFileInTheSourceSuccess0.006
testFailToCanonicalSuccess0.010
testMirrorFailOverSuccess0.041
testStatusFromFailoverSuccess0.008
testFailedOptimizedMissingCanonicalSuccess1.341
testGetActualLocation1Success0.000
testGetActualLocation2Success0.000
testGetActualLocationCompressed1Success0.000
testGetActualLocationCompressed2Success0.000
testCompressedRepositorySuccess0.003
testUncompressedRepositorySuccess0.002
testLoadInvalidLocationSuccess0.001
test_248772Success0.003
testErrorStatusSuccess0.003
testProperPackedFeatureLocationSuccess0.002
testRelativeRepositoryLocationSuccess0.003
testAddContainsSuccess0.004
testQuerySuccess0.007
testMaximumThreadsSuccess0.003
testGZFileAreNotUnzippedSuccess0.374
testExecuteNoPSsSuccess0.000
testExecuteOneByteShifterPSSuccess0.002
testExecuteTwoByteShifterPSsSuccess0.000
testAssureOrderingOfPSs1Success0.001
testAssureOrderingOfPSs2Success0.000
testExecuteOnePack200UnpackerPSSuccess0.018
testCreateByteShifterPSSuccess0.000
testCreateAdderPSSuccess0.000
testCreateMultiplierPSSuccess0.001
testCreatePack200UnpackerPSSuccess0.000
testCreatePSsAndAssureOrderingOfPSs1Success0.000
testCreatePSsAndAssureOrderingOfPSs2Success0.000
testLinkPSsSuccess0.000
testPSHgetStatusOKSuccess0.001
testPSHgetStatusSuccess0.001
testDefaultStatusSuccess0.001
testGetDeepStatusSuccess0.000
testFlushSuccess0.000
testCloseSimpleOutputStreamAsDestinationSuccess0.000
testCloseProcessingStepAsDestinationSuccess0.001
testEmptyCompositeQuerySuccess0.001
testSymmetrySuccess0.002
testNonSymmetrySuccess0.002
testIntersectionSuccess0.000
testIntersection2Success0.001
testUnionSuccess0.001
testUnion2Success0.001
testBackupRelativeSuccess0.072
testBackupRestoreSuccess0.003
testBackupDiscardSuccess0.002
testBackupAllSuccess0.003
testBackupCopyAllSuccess0.003
testAcceptSuccess0.001
testIsEmptySuccess0.000
testCompositeCollectorsSuccess0.001
testSameCollectorSuccess0.001
testEmptyCompositeCollectorsSuccess0.000
testToCollectionSuccess0.001
testMatchQuerySuccess0.017
testSingleQueryableSuccess0.000
testSingleContextQuerySuccess0.000
testMultipleContextQueriesSuccess0.000
testCompoundMatchAndQuerySuccess0.000
testCompoundMatchOrQuerySuccess0.001
testMatchQueryProgressMonitorSuccess0.000
testSingleQueryableProgressMonitorSuccess0.000
testSingleContextQueryProgressMonitorSuccess0.000
testMultipleContextQueriesProgressMonitorSuccess0.000
testNullProgressMonitorSuccess0.000
testDoubleCompoundContextOrQuerySuccess0.000
testDoubleCompositeQuerySuccess0.001
testUnzipSuccess0.004
testZipRootPathComputerSuccess0.004
testZipDynamicPathComputerSuccess0.018
testZipParentPrefixComputerSuccess0.005
testDynamicPathComputer0Success0.000
testDynamicPathComputer1Success0.000
testParentPathComputer0Success0.000
testParentPathComputer1Success0.000
testParentPathComputer2Success0.000
testRootPathComputer0Success0.000
testRootPathComputer1Success0.000
testRootPathComputer2Success0.000
test_249125Success0.000
testIterationOrderSuccess0.001
testMultipleAgentsSuccess1.228
testPerformSimpleSuccess0.001
testPerformSomeMatchesSuccess0.000
testLimitQuerySuccess0.003
testLimitQuery2Success0.000
testLimitQuery3Success0.000
testLimitQuery0Success0.000
testToFileSuccess0.001
testToFileRelativeSuccess0.000
testToFileFromLocalURLSuccess0.000
testToFileFromUNCSuccess0.001
testInstallFilteredCapabilitySuccess0.022
testInstallOptionalAvailableSuccess0.006
testInstallOptionalUnavailableSuccess0.006
testInstallPlatformFilterSuccess0.010
testInstallPlatformFilterUnsatisfiedSuccess0.007
testSimpleInstallRequiredSuccess0.006
testInstallRequiredNoVersionSuccess0.005
testSimpleInstallRequiredIUSuccess0.004
testSuccess0.004
test2Success0.001
test1Success0.001
testInstallUninstallSuccess0.001
testUpdate1Success0.001
testUpdate2Success0.001
testUpdate3Success0.001
testUpdate4Success0.001
testUpdate5Success0.001
test248468bSuccess0.001
test248468dSuccess0.001
test248468cSuccess0.001
test248468Success0.000
testConfigurationChange1Success0.002
testConfigurationChange2Success0.000
testConfigurationChange3Success0.001
testConfigurationChange4Success0.001
testConfigurationChange5Success0.001
testConfigurationChange6Success0.001
testInstallA1Success0.169
testInstallA1bisSuccess0.007
testSimpleReplaceSuccess0.101
testReplaceFragmentSuccess0.012
testRollbackProfilePropertiesSuccess0.018
testRollbackIUsSuccess0.181
testRollbackIUProfilePropertiesSuccess0.014
testRollbackDependentIUProfilePropertiesSuccess0.162
testMultipleVersionNonSingletonSuccess0.006
testMultipleVersionSingletonSuccess0.004
testMultipleVersionSingleton2Success0.004
testUninstallSuccess0.086
testInstallSuccess0.091
testSingleRepoCreationBothInvalidSuccess0.528
testSingleRepoCreationMetadataInvalidSuccess0.518
testSingleRepoCreationArtifactInvalidSuccess0.524
testMultipleRepoCreationAllInvalidSuccess0.606
testMultipleRepoCreationAllMetadataInvalidSuccess0.526
testMultipleRepoCreationOneMetadataInvalidSuccess0.530
testMultipleRepoCreationAllArtifactInvalidSuccess0.529
testMultipleRepoCreationOneArtifactInvalidSuccess0.629
testMultipleRepoCreationOneArtifactOneMetadataInvalidSuccess0.527
testSingleRepoCreationNoneInvalidSuccess0.519
testMultipleRepoCreationNoneInvalidSuccess0.625
testOnlyUsePassedInReposSuccess0.528
testPassedInRepos_ProvisioningContextSuccess0.546
testDownloadOnlyFlagSuccess0.652
testUninstallIgnoresPassedInReposSuccess0.006
testAvoidTrustPromptServiceNoUntrustedCertificatesSuccess0.000
testAvoidTrustPromptServiceTrustsOneCertificateSuccess0.000
testAvoidTrustPromptServiceTrustsManyCertificatesSuccess0.001
testCreateDirectoryWatcherNullDirectorySuccess0.001
testCreateDirectoryWatcherOneDirectorySuccess0.001
testCreateDirectoryWatcherPropsSuccess0.001
testDirectoryWatcherListenerSuccess0.000
testDirectoryWatcherListenerSuccess0.025
testBundleShapeSuccess0.010
testPluginXMLConversionSuccess0.715
testSuccess0.001
testPolicyAllowSuccess0.002
testPolicyFailSuccess0.000
testPolicyPromptSuccessSuccess0.001
testPolicyDefaultSuccess0.000
testPolicyPromptCancelSuccess0.000
testBug291049Success0.001
testEmptySuccess0.001
testEmptyWithContextSuccess0.000
testAddNullArtifactRequestSuccess0.001
testAddNullArtifactRequestArraySuccess0.001
testAddEmptyArtifactRequestArraySuccess0.000
testAddArtifactRequestArrayContainingNullSuccess0.001
testAddArtifactRequestSuccess0.359
testContextSuccess0.001
testAddArtifactRequestArraySuccess0.004
testEmptyArtifactRepositoryListContextSuccess0.000
testFileFirstArtifactRepositoryListContextSuccess0.116
testFileLastArtifactRepositoryListContextSuccess0.007
testNoFileArtifactRepositoryListContextSuccess0.212
testNullIUPhaseSuccess0.002
testGoodActionSuccess0.002
testGoodActionFullyQualifiedSuccess0.001
testBadActionFullyQualifiedSuccess0.000
testGoodActionFromImportSuccess0.001
testGoodActionFromImportWithVersionRangeSuccess0.000
testBadActionFromImportSuccess0.000
testGoodActionsSuccess0.001
testGoodParameterSuccess0.000
testGoodParametersSuccess0.000
testBadParameterSuccess0.001
testGoodParamterBadParameterSuccess0.000
testBadActionSuccess0.000
testGoodActionBadActionSuccess0.001
testNoActionFoundSuccess0.000
testNullProfileSuccess0.000
testNullPhaseSetSuccess0.002
testNullPlanSuccess0.000
testCreatePhaseSetExcludingSuccess0.000
testCreatePhaseSetIncludingSuccess0.001
testEmptyOperandsSuccess0.001
testEmptyPhaseSetSuccess0.001
testPerformAddSingleNullIUSuccess0.017
testPerformPropertyInstallUninstallSuccess0.106
testPerformSizingOSGiFrameworkNoArtifactsSuccess0.004
testPerformInstallOSGiFrameworkSuccess0.002
testPerformUpdateOSGiFrameworkSuccess0.084
testPerformUninstallOSGiFrameworkSuccess0.077
testPerformRollbackSuccess0.003
testPerformMissingActionSuccess0.003
testPerformRollbackOnPhaseErrorSuccess0.005
testPerformRollbackOnActionErrorSuccess0.004
testPerformForcedPhaseWithActionErrorSuccess0.004
testPerformForcedUninstallWithBadUninstallIUActionThrowsExceptionSuccess0.109
testPerformForcedUninstallWithBadUninstallIUActionReturnsErrorSuccess0.089
testOrphanedIUPropertySuccess0.004
testIncompatibleProfileSuccess0.001
testCollectPhaseSuccess0.001
testSizingPhaseSuccess0.000
testUnconfigurePhaseSuccess0.000
testUninstallPhaseSuccess0.001
testInstallPhaseSuccess0.000
testConfigurePhaseSuccess0.000
testNullPhasesSuccess0.001
testNoTrustCheckSuccess0.000
testEmptyPhasesSuccess0.001
testPauseNotRunningPhaseSetSuccess0.001
testResumeNotPausedPhaseSetSuccess0.000
testNullPhaseIdSuccess0.000
testEmptyPhaseIdSuccess0.000
testNegativeWeightSuccess0.000
testZeroWeightSuccess0.000
testPerformSuccess0.001
testInitCompletePhaseSuccess0.002
testInitCompleteOperandSuccess0.001
testGetProfileDataAreaSuccess0.001
testGetActionSuccess0.002
testBasicParameterSuccess0.001
testVariableParameterSuccess0.000
testEscapedCharacterParameterSuccess0.000
testOutOfRangeEscapedCharacterParameterSuccess0.000
testLargerThanCharEscapedCharacterParameterSuccess0.000
testNegativeOutOfRangeCharEscapedCharacterParameterSuccess0.000
testNotNumberEscapedCharacterParameterSuccess0.001
testNaughtyEscapedCharactersParameterSuccess0.000
testNullCharEscapedCharactersParameterSuccess0.000
testMaxCharEscapedCharactersParameterSuccess0.000
testOverMaxCharEscapedCharactersParameterSuccess0.000
testUnderMinCharEscapedCharactersParameterSuccess0.000
testCreateSuccess0.001
testLoadSuccess0.288
testLoadTimestampedProfileSuccess0.157
testNullProfileSuccess0.000
testEmptyProfileSuccess0.000
testAddRemovePropertySuccess0.001
testAddRemoveIUSuccess0.001
testAddIUTwiceSuccess0.001
testAddRemoveIUPropertySuccess0.001
testAvailableSuccess0.001
testInvalidProfileSuccess0.000
testInvalidFilterCharsSuccess0.003
testProfilePreferenceSuccess0.608
testAddRemoveProfileSuccess0.003
testBasicPeristenceSuccess0.001
testPropertyPeristenceSuccess0.003
testIUPeristenceSuccess0.003
testIUPropertyPeristenceSuccess0.002
testBogusRegistrySuccess0.002
testTimestampedProfilesSuccess0.002
testIsCurrentSuccess0.194
testProfileLockingNestedSuccess0.004
testProfileLockingInProcessMultiThreadsSuccess0.110
testPersistenceFormatNotGzippedSuccess0.004
testPersistenceFormatOverrideSuccess0.003
testPersistenceFormatGzippedSuccess0.002
testRemoveProfileTimestampsSuccess0.003
testSetProfileStatePropertiesSuccess0.002
testSetProfileStatePropertySuccess0.003
testPruneProfileStatePropertiesSuccess0.004
testGetProfileStatePropertiesSuccess0.003
testGetProfileStateProperties2Success0.003
testRemoveProfileStatePropertiesSuccess0.004
testRemoveProfileStateProperties2Success0.003
testContextOneRepoNoFollowSuccess0.036
testContextOneRepoWithFollowSuccess0.031
testContextTwoRepoNoFollowSuccess0.017
testContextTwoRepoWithFollowSuccess0.024
testContextThreeRepoNoFollowSuccess0.019
testContextThreeRepoWithFollowSuccess0.022
testContextNoReposNoFollowSuccess0.012
testContextNoReposWithFollowSuccess0.013
testFollowHelpsResolveSuccess0.022
testIsSurrogateSuccess0.001
testCreateProfileSuccess0.002
testUpdateProfileSuccess0.004
testGetTouchpointQualifiedActionIdSuccess0.002
testGetActionWithVersionSuccess0.000
testGetActionWithNullVersionSuccess0.001
testGetTouchpointByTypeSuccess0.000
testGetTouchpointByIdWithVersionSuccess0.000
testGetTouchpointByIdWithNullVersionSuccess0.000
testInitCompletePhaseSuccess0.002
testInitCompleteOperandSuccess0.002
testCollectEventSuccess0.150
testPhaseEventSuccess0.043
testConfigureUnConfigureEventSuccess0.289
testConfigureUndoEventSuccess0.007
testNonFileURLSuccess0.002
testNonExistentFileSuccess0.001
testNotDirectorySuccess0.000
testNoFeatureOrPluginsDirectorySuccess0.000
testEmptyFeatureAndPluginsDirectorySuccess0.021
testEmptyFeaturesDirectorySuccess0.002
testEmptyPluginsDirectorySuccess0.002
testEclipseBaseEmptyFeatureAndPluginsDirectorySuccess0.002
testNotEclipseBaseEmptyFeatureAndPluginsDirectorySuccess0.000
testNormalFeaturesandPluginsDirectorySuccess0.014
testNormalFeaturesDirectorySuccess0.010
testNormalPluginsDirectorySuccess0.006
testEclipseBaseNormalFeaturesandPluginsDirectorySuccess0.015
testEclipseBaseModifiableRepositorySuccess0.002
testUpdateSiteXMLURLSuccess0.000
testXXXSiteXXXXMLURLSuccess0.001
testArtifactsXMLFeaturesandPluginsDirectorySuccess0.002
testArtifactsXMLFeaturesandPluginsDirectoryWithExtensionLocationSuccess0.002
testContentXMLFeaturesandPluginsDirectorySuccess0.002
testCompositeArtifactsXMLFeaturesandPluginsDirectorySuccess0.001
testCompositeContentXMLFeaturesandPluginsDirectorySuccess0.002
testNonFileURLSuccess0.000
testNonExistentFileSuccess0.001
testNotDirectorySuccess0.001
testNoFeatureOrPluginsDirectorySuccess0.000
testEmptyFeatureAndPluginsDirectorySuccess0.004
testEmptyFeaturesDirectorySuccess0.004
testEmptyPluginsDirectorySuccess0.003
testEclipseBaseEmptyFeatureAndPluginsDirectorySuccess0.004
testNotEclipseBaseEmptyFeatureAndPluginsDirectorySuccess0.001
testNormalFeaturesandPluginsDirectorySuccess0.009
testNormalFeaturesDirectorySuccess0.007
testNormalPluginsDirectorySuccess0.005
testEclipseBaseNormalFeaturesandPluginsDirectorySuccess0.013
testEclipseBaseModifiableRepositorySuccess0.001
testUpdateSiteXMLURLSuccess0.001
testXXXSiteXXXXMLURLSuccess0.000
testArtifactsXMLFeaturesandPluginsDirectorySuccess0.002
testArtifactsXMLFeaturesandPluginsDirectoryWithExtensionLocationSuccess0.001
testContentXMLFeaturesandPluginsDirectorySuccess0.002
testCompositeArtifactsXMLFeaturesandPluginsDirectorySuccess0.001
testCompositeContentXMLFeaturesandPluginsDirectorySuccess0.002
testRemoveAllSuccess0.004
test233240_artifactsDeletedSuccess0.128
testBasicUpdateSiteSuccess0.052
testGetArrayFromStringSuccess0.001
testLoadEmptySuccess0.005
testLoadRelativeDescriptionSuccess0.003
testLoadGoodDescriptionSuccess0.003
testLoadBadDescriptionSuccess0.004
testLoadMissingSuccess0.000
testLoadMissingRelativeSuccess0.001
testLoadSDKDescriptionSuccess0.003
testVerifyStepSuccess0.556
testPackUnpackVerifySuccess0.009
testSerializeSuccess0.000
testSerializeEmptyClassifierSuccess0.000
testDeserializeSuccess0.000
testDeserializeEmptyClassifierSuccess0.000
testDeserializeEmptyIdentifierSuccess0.001
testDeserializeEmptyVersionSuccess0.000
testDeserializeEmptyEverythingSuccess0.000
testDeserializeTooFewPartsISuccess0.000
testDeserializeTooManyPartsISuccess0.000
testDeserializeTooFewPartsIISuccess0.000
testCapabilitiesSuccess0.000
testPropertiesSuccess0.000
testAssociationSuccess0.004
testAssociation2Success0.003
testTouchpointDataSuccess0.004
testFragmentCapabilitySuccess0.000
testDefaultIUCapabilitySuccess0.000
testSatisfiesSuccess0.000
testIUPatchPersistenceSuccess0.009
testIUPatchPersistence2Success0.002
testIUPersistenceSuccess0.001
testLatestIUSingleRepo1Success0.002
testLatestIUSingleRepo2Success0.003
testLatestIUMultiRepoSuccess0.002
testNormalizeSuccess0.001
testAttachmentSuccess0.005
testPersistNegationSuccess0.003
testPersistFragmentIn35RepoSuccess0.006
testPersistFragmentIn36RepoSuccess0.004
testEqualsSuccess0.001
testCompareSuccess0.000
testAutoCoerceSuccess0.000
testLeftToRigthAssociativitySuccess0.000
testComparableSuccess0.003
testFilterSuccess0.034
testAddSuccess0.002
testMultiAddSuccess0.003
testMultiAddWithExceptionSuccess0.002
testAddAndRemoveSuccess0.003
testMultiAddAndRemoveSuccess0.002
testBatchProcessingOKSuccess0.002
testBatchProcessingExceptionsSimpleSuccess0.001
testBatchProcessingSaveExceptionSimpleSuccess0.001
testBatchProcessingTrackSavingSuccess0.000
testBatchProcessingTrackSavingExceptionSuccess0.001
testDisableSaveFlagResetSimpleSuccess0.002
testDisableSaveFlagDuringExecutionSimpleSuccess0.002
testAddChildSuccess0.006
testRemoveAllChildrenSuccess0.006
testRemoveChildSuccess0.002
testRemoveAllSuccess0.001
testCompressedRepositoryCreationSuccess0.003
testGetPropertiesSuccess0.001
testSetPropertySuccess0.002
testAddRepeatChildSuccess0.002
testAddMultipleChildrenSuccess0.004
testRemoveNonexistantChildSuccess0.003
testLoadingRepositoryRemoteSuccess0.609
testLoadingRepositoryLocalSuccess0.010
testCompressedPersistenceSuccess0.009
testUncompressedPersistenceSuccess0.006
testSyntaxErrorWhileParsingSuccess0.003
testMissingRequireattributeWhileParsingSuccess0.003
testEnabledAndSystemValuesSuccess0.005
testNonLocalRepoSuccess4.233
testRelativeChildrenSuccess0.008
testRelativeRemoveChildSuccess4.769
testFailingChildFailsCompleteRepositorySuccess0.034
testFailingChildLoadsCompleteRepositorySuccess0.079
testUncompressedRepositoryCreationSuccess0.004
testAddInstallableUnitsSuccess0.003
testRemoveInstallableUnitsSuccess0.002
testGetLatestIUSuccess0.006
testGetLatestIULessThan3Success0.002
testJarURLRepositorySuccess0.114
testZipFileRepositorySuccess0.112
testGetPropertiesSuccess0.003
testSetPropertySuccess0.004
testCompressedRepositorySuccess0.002
testUncompressedRepositorySuccess0.002
testAddRemoveIUsSuccess0.002
testRemoveByQuerySuccess0.002
testLoadSelfReferenceSuccess0.004
testRefreshSelfReferenceSuccess0.004
testSPIMetadataIUSuccess0.005
testProvidedCapabilitywithSPI_IUSuccess0.004
testSPIRequiredCapabilitySuccess0.005
testSPIEqualsSuccess0.009
testNothingToWriteSuccess0.023
testNoContentSuccess0.005
testWritingThenLoadingSuccess0.002
testLoadMissingRepositorySuccess0.004
testNicknameSuccess0.004
testPathWithSpacesSuccess0.002
testRefreshSuccess0.006
testSetRepositoryPropertySuccess0.002
testTrailingSlashesSuccess0.003
testBasicAddRemoveSuccess0.001
testContainsSuccess0.001
testEnablementSuccess0.001
testEnablementOnAddSuccess0.001
testFailedConnectionSuccess0.208
testGetKnownRepositoriesSuccess0.004
testLoadContentionSuccess0.016
testLoadDisabledSystemRepositorySuccess0.004
testLoadBrokenRepositorySuccess0.002
testLoadBrokenSimpleRepositoryWithGoodUpdateSiteSuccess0.002
testMetadataCachingLocalRepoSuccess0.001
testMetadataCachingRemoteRepoSuccess0.103
testRelativePathSuccess0.000
testRepositoryReferenceCompatibilitySuccess0.005
testReadableFilterSuccess0.003
testUnreadableFailingFilterSuccess0.004
testFailureAddRemoveSuccess0.000
testMetadataDoesNotOverSuccess0.001
testArtifactDoesNotOverSuccess0.001
testSortOrderSimpleSuccess0.000
testSortOrderSimple2Success0.001
testSortOrderSimple3Success0.000
testSortOrderSimple4Success0.000
testSortOrderSimple5Success0.000
testSortOrderReverseSuccess0.000
testSortOrderReverse2Success0.000
testSortOrderComplexSuccess0.001
testSortOrderAdditionalSuccess0.000
testSortOrderDuplicateSuccess0.001
testSortOrderStopSuccess0.000
testSortOrderStopEmptySuccess0.000
testNoIndexSuccess0.000
testBadIndex1Success0.001
testBadIndex2Success0.000
testSimpleIndexV1Success0.001
testSimpleIndex2V1Success0.000
testSimpleIndex3V1Success0.000
testSingleRepository1Success0.003
testSingleRepository2Success0.003
testBadIndexFileInRepositorySuccess0.002
testMultiRepository1Success0.002
testMultiRepository2Success0.003
testDuplicateEntriesSuccess0.003
testStop1Success0.003
testStop2Success0.001
testCompositeRepoSuccess0.006
testSimpleArtifactSuccess0.039
testSimpleArtifact2Success0.001
testFullRepositorySuccess0.005
testBaselineCompareUsingMD5ComparatorSuccess0.018
testArtifactMirrorToEmptySuccess0.015
testArtifactMirrorToEmptyWithCleanSuccess0.013
testArtifactMirrorToFullDuplicateSuccess0.019
testArtifactMirrorToFullDuplicateWithCleanSuccess0.041
testArtifactMirrorToPopulatedSuccess0.026
testArtifactMirrorToPopulatedWithCleanSuccess0.029
testArtifactMirrorToPartialDuplicateSuccess0.028
testArtifactMirrorToPartialDuplicateWithCleanSuccess0.029
testArtifactMirrorToPopulatedWithFullDuplicateSuccess0.021
testArtifactMirrorToPopulatedWithFullDuplicateWithCleanSuccess0.025
testArtifactMirrorToPopulatedWithPartialDuplicateSuccess0.033
testArtifactMirrorToPopulatedWithPartialDuplicateWithCleanSuccess0.034
testArtifactMirrorFromInvalidSuccess0.003
testArtifactMirrorToInvalidSuccess0.952
testArtifactMirrorBothInvalidSuccess0.005
testArtifactMirrorEmptyToEmptySuccess0.010
testArtifactMirrorEmptyToPopulatedSuccess0.020
testArtifactMirrorEmptyToPopulatedWithCleanSuccess0.018
testArtifactMirrorSourceIsDestinationSuccess0.019
testArtifactMirrorDifferentVersionsSuccess0.022
testArtifactMirrorNullSourceSuccess0.001
testArtifactMirrorNullDestinationSuccess0.002
testArtifactMirrorNullBothSuccess0.001
testNewArtifactRepoPropertiesSuccess0.012
testExistingArtifactRepoPropertiesSuccess0.009
testNewArtifactRepoWithNewNameSuccess0.011
testExistingArtifactRepoWithNewNameSuccess0.010
testArtifactFileCopyingSuccess0.018
testArtifactProcessingStepsSuccess0.143
testMirrorCompressedSourceSuccess0.011
testMirrorCompressedSourcetoUncompressedDestinationSuccess0.010
testMirrorUncompressedSourceToCompressedDestinationSuccess0.012
testMirrorApplicationWithCompositeSourceSuccess0.023
testIgnoreErrorsArguementSuccess0.011
testCompareUsingMD5ComparatorSuccess0.010
testDownloadRetrySuccess0.016
testErrorLoggingNoVerboseSuccess0.061
testErrorLoggingWithVerboseSuccess0.025
testArtifactMirrorNonURIDestSuccess0.013
testArtifactMirrorEmptyToPopulatedSuccess0.025
testArtifactMirrorEmptyToPopulatedWithCleanSuccess0.018
testArtifactMirrorSourceIsDestinationSuccess0.025
testArtifactMirrorDifferentVersionsSuccess0.037
testArtifactMirrorNullSourceSuccess0.001
testArtifactMirrorNullDestinationSuccess0.003
testArtifactMirrorNullBothSuccess0.001
testNewArtifactRepoPropertiesSuccess0.016
testExistingArtifactRepoPropertiesSuccess0.010
testNewArtifactRepoWithNewNameSuccess0.013
testExistingArtifactRepoWithNewNameSuccess0.010
testMirrorCompressedSourceSuccess0.012
testMirrorCompressedSourcetoUncompressedDestinationSuccess0.011
testMirrorUncompressedSourceToCompressedDestinationSuccess0.012
testMirrorApplicationWithCompositeSourceSuccess0.026
testMetadataMirrorToEmptySuccess0.019
testMetadataMirrorToEmptyWithCleanSuccess0.018
testMetadataMirrorToFullDuplicateSuccess0.023
testMetadataMirrorToFullDuplicateWithCleanSuccess0.027
testMetadataMirrorToPopulatedSuccess0.031
testMetadataMirrorToPopulatedWithCleanSuccess0.028
testMetadataMirrorToPartialDuplicateSuccess0.031
testMetadataMirrorToPartialDuplicateWithCleanSuccess0.031
testMetadataMirrorToPopulatedWithFullDuplicateSuccess0.025
testMetadataMirrorToPopulatedWithFullDuplicateWithCleanSuccess0.031
testMetadataMirrorToPopulatedWithPartialDuplicateSuccess0.042
testMetadataMirrorToPopulatedWithPartialDuplicateWithCleanSuccess0.041
testMetadataMirrorFromInvalidSuccess0.003
testMetadataMirrorToInvalidSuccess0.633
testMetadataMirrorBothInvalidSuccess0.005
testMetadataMirrorEmptyToEmptySuccess0.010
testMetadataMirrorNonURIDestSuccess0.016
testArtifactMirrorRemovesReposSuccess0.014
testArtifactMirrorRemovesReposWithSourceLoadedSuccess0.014
testArtifactMirrorRemovesReposWithDestinationLoadedSuccess0.014
testArtifactMirrorRemovesReposWithBothLoadedSuccess0.015
testArtifactMirrorRemovesReposWithBystanderLoadedSuccess0.018
testArtifactMirrorRemovesReposWithSourceAndBystanderLoadedSuccess0.019
testArtifactMirrorRemovesReposWithDestinationAndBystanderLoadedSuccess0.017
testArtifactMirrorRemovesReposWithBothAndBystanderLoadedSuccess0.015
testMetadataMirrorRemovesReposSuccess0.014
testMetadataMirrorRemovesReposWithSourceLoadedSuccess0.014
testMetadataMirrorRemovesReposWithDestinationLoadedSuccess0.014
testMetadataMirrorRemovesReposWithBothLoadedSuccess0.013
testMetadataMirrorRemovesReposWithBystanderLoadedSuccess0.018
testMetadataMirrorRemovesReposWithSourceAndBystanderLoadedSuccess0.017
testMetadataMirrorRemovesReposWithDestinationAndBystanderLoadedSuccess0.020
testMetadataMirrorRemovesReposWithBothAndBystanderLoadedSuccess0.017
testBaselineCompareUsingMD5ComparatorSuccess0.016
testArtifactMirrorToEmptySuccess0.014
testArtifactMirrorToEmptyWithCleanSuccess0.014
testArtifactMirrorToFullDuplicateSuccess0.017
testArtifactMirrorToFullDuplicateWithCleanSuccess0.022
testArtifactMirrorToPopulatedSuccess0.022
testArtifactMirrorToPopulatedWithCleanSuccess0.022
testArtifactMirrorToPartialDuplicateSuccess0.023
testArtifactMirrorToPartialDuplicateWithCleanSuccess0.028
testArtifactMirrorToPopulatedWithFullDuplicateSuccess0.023
testArtifactMirrorToPopulatedWithFullDuplicateWithCleanSuccess0.027
testArtifactMirrorToPopulatedWithPartialDuplicateSuccess0.033
testArtifactMirrorToPopulatedWithPartialDuplicateWithCleanSuccess0.037
testArtifactMirrorFromInvalidSuccess0.002
testArtifactMirrorToInvalidSuccess0.003
testArtifactMirrorBothInvalidSuccess0.002
testArtifactMirrorEmptyToEmptySuccess0.009
testArtifactMirrorEmptyToPopulatedSuccess0.020
testArtifactMirrorEmptyToPopulatedWithCleanSuccess0.017
testArtifactMirrorSourceIsDestinationSuccess0.019
testArtifactMirrorDifferentVersionsSuccess0.024
testArtifactMirrorNullSourceSuccess0.002
testArtifactMirrorNullDestinationSuccess0.002
testArtifactMirrorNullBothSuccess0.001
testNewArtifactRepoPropertiesSuccess0.012
testExistingArtifactRepoPropertiesSuccess0.009
testNewArtifactRepoWithNewNameSuccess0.012
testExistingArtifactRepoWithNewNameSuccess0.010
testArtifactFileCopyingSuccess0.016
testArtifactProcessingStepsSuccess0.157
testMirrorCompressedSourceSuccess0.102
testMirrorCompressedSourcetoUncompressedDestinationSuccess0.016
testMirrorUncompressedSourceToCompressedDestinationSuccess0.012
testMirrorApplicationWithCompositeSourceSuccess0.021
testCompareUsingMD5ComparatorSuccess0.008
testDownloadRetrySuccess0.016
testErrorLoggingNoVerboseSuccess0.035
testErrorLoggingWithVerboseSuccess0.054
testArtifactMirrorNonURIDestSuccess0.013
testIgnoreErrorsArgumentSuccess0.021
testArtifactMirrorEmptyToPopulatedSuccess0.026
testArtifactMirrorEmptyToPopulatedWithCleanSuccess0.022
testArtifactMirrorSourceIsDestinationSuccess0.027
testArtifactMirrorDifferentVersionsSuccess0.038
testArtifactMirrorNullSourceSuccess0.003
testArtifactMirrorNullDestinationSuccess0.005
testArtifactMirrorNullBothSuccess0.001
testExistingArtifactRepoPropertiesSuccess0.012
testNewArtifactRepoWithNewNameSuccess0.016
testExistingArtifactRepoWithNewNameSuccess0.011
testMirrorCompressedSourceSuccess0.013
testMirrorCompressedSourcetoUncompressedDestinationSuccess0.011
testMirrorUncompressedSourceToCompressedDestinationSuccess0.013
testMirrorApplicationWithCompositeSourceSuccess0.025
testMetadataMirrorToEmptySuccess0.020
testMetadataMirrorToEmptyWithCleanSuccess0.021
testMetadataMirrorToFullDuplicateSuccess0.027
testMetadataMirrorToFullDuplicateWithCleanSuccess0.028
testMetadataMirrorToPopulatedSuccess0.036
testMetadataMirrorToPopulatedWithCleanSuccess0.034
testMetadataMirrorToPartialDuplicateSuccess0.031
testMetadataMirrorToPartialDuplicateWithCleanSuccess0.029
testMetadataMirrorToPopulatedWithFullDuplicateSuccess0.028
testMetadataMirrorToPopulatedWithFullDuplicateWithCleanSuccess0.033
testMetadataMirrorToPopulatedWithPartialDuplicateSuccess0.051
testMetadataMirrorToPopulatedWithPartialDuplicateWithCleanSuccess0.046
testMetadataMirrorFromInvalidSuccess0.004
testMetadataMirrorToInvalidSuccess0.748
testMetadataMirrorBothInvalidSuccess0.004
testMetadataMirrorEmptyToEmptySuccess0.021
testMirrorReferencesSuccess0.015
testMozillaPatternSuccess0.002
testMozillaPatternToStringSuccess0.000
testTripletPatternSuccess0.001
testTripletPatternToStringSuccess0.000
testTripletPatternToOSGiSuccess0.000
testMinTranslationSuccess0.000
testMaxTranslationSuccess0.001
testRPMPatternSuccess0.000
testRPMPatternToStringSuccess0.000
testJsr277PatternSuccess0.001
testJsr277PatternToStringSuccess0.000
testEmptyArraySuccess0.000
testEmptyArrayBecauseContentIsOptionalSuccess0.000
testOptionalArraySuccess0.000
testNumericArraySuccess0.000
testStringArraySuccess0.001
testNestedArraySuccess0.000
testNumericSuccess0.000
testStringSuccess0.000
testSequenceOfAutoSuccess0.000
testExactSuccess0.000
testAtLeastSuccess0.001
testAtMostSuccess0.000
testEnumSuccess0.002
testEnumOptionalSuccess0.000
testEnumIgnoreCaseSuccess0.001
testEnumBeginsSuccess0.000
testEnumFormatToStringSuccess0.000
testPHPVersionSuccess0.001
testNumericWithDefaultSetSuccess0.000
testStringWithDefaultSetSuccess0.000
testAcceptedSuccess0.001
testRejectedSuccess0.000
testExplicitSuccess0.000
testCountedSuccess0.000
testIllegalCharCountSuccess0.000
testIllegalAsPadSuccess0.000
testIllegalWithDefaultSuccess0.000
testIllegalIgnoreSuccess0.000
testExactSuccess0.001
testAtLeastSuccess0.000
testAtMostSuccess0.000
testNonNegativeSuccess0.000
testNegativeValuesSuccess0.000
testLeadingZerosSuccess0.000
testNIsGreedySuccess0.000
testIgnoreSuccess0.001
testDefaultArrayWithPadSuccess0.000
testDefaultValuesSuccess0.000
testArrayDefaultValuesSuccess0.000
testOtherTypeAsDefaultSuccess0.001
testSameMoreThanOnceSuccess0.000
testSetNotSetSuccess0.000
testBadPadCombinationsSuccess0.000
testNonPaddableSuccess0.001
testPadSuccess0.000
testArrayPadSuccess0.000
testExactSuccess0.000
testAtLeastSuccess0.001
testAtMostSuccess0.001
testQuoteFormatParsingSuccess0.000
testQUnbalancedQuoteRSuccess0.000
testQUnbalancedQuoteLSuccess0.000
testQuotedFormatPairsParsingSuccess0.000
testQUnbalancedPair1Success0.000
testQUnbalancedPair2Success0.000
testQUnbalancedPair3Success0.000
testQUnbalancedPair4Success0.001
testQUnbalancedPair5Success0.000
testNumericSuccess0.000
testStringSuccess0.000
testNegativeNumericSuccess0.000
testConcatentatedStringsSuccess0.000
testMaxStringSuccess0.000
testMaxNumericSuccess0.000
testArraySuccess0.001
testNonRElementsSuccess0.000
testExactSuccess0.000
testAtLeastSuccess0.000
testAtMostSuccess0.001
testStringAcceptDigitSuccess0.000
testStringAcceptAlphaSuccess0.000
testStringDelimitedByNumericSuccess0.000
testStringWithSpaceSuccess0.000
testStringDelimitedByDelimiterSuccess0.000
testStringDelimitedByExplicitDelimiterSuccess0.000
testStringWithAllowedSetSuccess0.001
testStringWithDisallowedSetSuccess0.000
testEmptySegmentsRemovedSuccess0.000
testGreedyParsingSuccess0.000
testRangeWithDefaultValuesSuccess0.000
testEmptyRangeSuccess0.000
testRangeDelimitersInVersionStringSuccess0.000
testSingleVersionRangeSuccess0.000
testGreaterThanSuccess0.000
testGreaterThanMinimumSuccess0.000
testLowerThanSuccess0.000
testExactSuccess0.000
testAtLeastSuccess0.001
testAtMostSuccess0.000
test01Success0.000
test1MSuccess0.000
test0MSuccess0.001
testZeroExactSuccess0.000
testMinGreaterThanMaxSuccess0.000
testUnbalancedBraceRSuccess0.000
testNegativeRangeSuccess0.000
testStringRangeSuccess0.000
testSerializeSuccess0.019
testSingleVersionRangeSuccess0.000
testGreaterThanSuccess0.000
testLowerThanSuccess0.000
testInvertedRangeSuccess0.000
testRangeStringsSuccess0.001
testNullConstructorSuccess0.000
testSerializeSuccess0.002
testBasicParsingSuccess0.001
testOSGiStringsSuccess0.000
testNegativeFirstValueSuccess0.000
testPeriodInQualifierSuccess0.000
testNegativeSecondValueSuccess0.000
testNegativeThirdValueSuccess0.001
testEmptyFourthValueSuccess0.000
testStringFirstValueSuccess0.000
testStringSecondValueSuccess0.000
testStringThirdValueSuccess0.000
testSinglePeriodSuccess0.000
testTwoPeriodsSuccess0.000
testThreePeriodsSuccess0.000
testEqualitySuccess0.001
testVersionCompareSuccess0.000
testCompatabilitySuccess0.001
testSerializeSuccess0.011
testEmptyRangeSuccess0.000
testSingleVersionRangeSuccess0.001
testGreaterThanSuccess0.000
testLowerThanSuccess0.001
testInvertedRangeSuccess0.000
testRangeDelimitersInStringsSuccess0.000
testRangeDelimitersInStringstoStringSuccess0.000
testGreaterThanSmallestSuccess0.001
testToStringSuccess0.001
testGreaterThanSuccess0.000
testRawWithUnknownFormatSuccess0.000
testRawWithUnknownFormatToStringSuccess0.001
testRawWithUnknownFormatSerializedSuccess0.002
testRawWithSimpleFormatSuccess0.000
testRawWithSimpleFormatToStringSuccess0.000
testSimpleFormatToStringSuccess0.001
testRawWithSimpleFormatSerializedSuccess0.009
testOriginalStatedButMissingSuccess0.000
testOriginalAndUnknownStatedButMissingSuccess0.000
testOriginalIllegalFormatSuccess0.000
testOriginalIllegalFormat2Success0.000
testOriginalIllegalFormat3Success0.000
testOriginalIllegalFormat4Success0.000
testOriginalIllegalFormat5Success0.000
testOriginalFormatUnbalancedLeftSuccess0.000
testOriginalFormatUnbalancedRightSuccess0.000
testOriginalFormatOriginalMissingSuccess0.001
testMinBoundarySuccess0.000
testOSGiMinBoundarySuccess0.000
testMaxBoundarySuccess0.000
testRecreateUsingMaxUpperSuccess0.000
testRecreateUsingMinLowerSuccess0.001
testOSGiMaxBoundarySuccess0.000
testSerializeSuccess0.014
testBasicParsingSuccess0.001
testSinglePeriodSuccess0.000
testTwoPeriodsSuccess0.000
testThreePeriodsSuccess0.000
testEnumParsingSuccess0.000
testEnumCompareSuccess0.001
testEnumCompareWithOtherSuccess0.000
testVersionStringSuccess0.002
testIntegerParsingSuccess0.000
testWhiteSpaceExceptionsSuccess0.000
testMaxParsingSuccess0.000
testStringParsingSuccess0.000
testEmptyStringParsingSuccess0.000
testStringConcatenationSuccess0.000
testStringToStringSuccess0.001
testArrayParsingSuccess0.000
testArraySerializeSuccess0.007
testArraytoStringSuccess0.000
testArrayOrderSuccess0.000
testPadParsing1Success0.002
testPadSerializeSuccess0.005
testPadtoStringSuccess0.001
testNestedPadParsingSuccess0.001
testNestedPadSerializeSuccess0.006
testNestedPadtoStringSuccess0.001
testPadOrderSuccess0.000
testPadTypeOrderSuccess0.000
testOriginalTerminatorSuccess0.001
testEmptyInputSuccess0.000
testNewLineSuccess0.000
testSpaceInIntSuccess0.000
testFloatingPointlSuccess0.000
testScientificSuccess0.000
testHexSuccess0.000
testUnbalancedSingleQuoteRightSuccess0.000
testMixedQuotes1Success0.001
testMixedQuotes2Success0.000
testUnbalancedDoubleQuoteRightSuccess0.000
testUnbalancedArrayRightSuccess0.000
testUnbalancedArrayLeftSuccess0.000
testBadDecimalIntegerSuccess0.000
testUnquotedStringFirstValueSuccess0.000
testUnquotedStringSecondValueSuccess0.000
testPadNotLastSuccess0.001
testEmptyPadSuccess0.000
testPadWithNullSuccess0.000
testWrongPadSeparatorSuccess0.000
testMultiplePadElementsSuccess0.000
testUnbalancedPadElementsSQSuccess0.000
testUnbalancedPadElementsDQSuccess0.000
testUnbalancedPadArrayElementsRightSuccess0.000
testUnbalancedPadArrayElementsLeftSuccess0.000
testOrderSuccess0.001
testTypeOrderSuccess0.000
testTypeOrder2Success0.000
testShorterIsOlderSuccess0.001
testNumericVersionOrderSuccess0.001
testRawWithUnknownFormatSuccess0.000
testRawWithUnknownFormatToStringSuccess0.000
testRawWithUnknownFormatSerializedSuccess0.001
testRawWithSimpleFormatSuccess0.000
testRawWithSimpleFormatToStringSuccess0.000
testRawWithSimpleFormatSerializedSuccess0.002
testOriginalStatedButMissingSuccess0.000
testOriginalAndUnknownStatedButMissingSuccess0.000
testOriginalIllegalFormatSuccess0.000
testOriginalIllegalFormat2Success0.000
testOriginalIllegalFormat3Success0.000
testOriginalIllegalFormat4Success0.001
testOriginalIllegalFormat5Success0.000
testOriginalFormatUnbalancedLeftSuccess0.000
testOriginalFormatUnbalancedRightSuccess0.000
testOriginalFormatOriginalMissingSuccess0.000
testIntersectsEmptySuccess0.001
testStraddleBoundarySuccess0.000
testEqualRangesSuccess0.001
testPartialEqualLowerSuccess0.001
testPartialEqualUpperSuccess0.000
testFullyInsideSuccess0.001
testAddAndRemoveIUSuccess0.008
testAddAndRemovePropertySuccess0.004
testAddPropertySuccess0.002
testRequestStatusSuccess0.014
testRequestStatusSuccess0.109
testInstallA1Success0.005
testExtraRequirementSuccess0.005
testWithoutIUPropertySuccess0.004
testWithIUPropertySuccess0.003
testChangeIUPropertySuccess0.106
testGetAgentPlanActionNeededButUnavailableSuccess0.894
testGetAgentPlanActionNeededSuccess0.391
testConflictBetweenActionAndThingBeingInstalledSuccess0.187
testSubsequentInstallSuccess1.090
testWithOveralInDependencySuccess0.791
testTwoInstallWithActionsSuccess1.084
testCompleteScenarioSuccess2.092
testConflictBetweenActionsSuccess0.130
testGetAgentPlanActionNeededButUnavailableSuccess0.242
testGetAgentPlanActionNeededSuccess0.220
testConflictBetweenActionAndThingBeingInstalledSuccess0.192
testSubsequentInstallSuccess0.197
testWithOveralInDependencySuccess0.190
testTwoInstallWithActionsSuccess0.349
testCompleteScenarioSuccess0.892
testConflictBetweenActionsSuccess0.208
testGetAgentPlanActionNeededButUnavailableSuccess0.186
testGetAgentPlanActionNeededSuccess0.186
testConflictBetweenActionAndThingBeingInstalledSuccess0.193
testSubsequentInstallSuccess0.191
testWithOveralInDependencySuccess0.194
testTwoInstallWithActionsSuccess0.321
testCompleteScenarioSuccess0.886
testConflictBetweenActionsSuccess0.181
testInstallationSuccess0.003
test2Success0.038
test3Success0.038
testInstallTwoVersionsOptionalySuccess0.047
test1Success0.003
testEnsureANeverInstalledSuccess0.007
testInstallSuccess0.167
testInstallSuccess0.008
testInstallFeaturePatchSuccess1.175
testInstallFeaturePatchSuccess0.228
testPropertiesSuccess0.011
test1Success0.273
testRevertFeaturePatchSuccess0.317
testInstallSuccess0.004
testInstallStrictSuccess0.004
testInstallOptionalSuccess0.003
testExplanationContainsExplicitMentionOfPatchSuccess0.003
testInstallFeaturePatchSuccess1.213
testInstallFeaturePatchReverseOrderSuccess0.392
testUninstallMyBundleSuccess0.291
testInstallFeaturePatchSuccess0.147
testInstallSecondPatchSuccess0.258
testInstallSuccess0.007
testInstallAandP1Success0.006
testInstallAandP2Success0.006
testInstallAandP1AndP2Success0.007
testInstallAandP1ThenP2Success0.012
testInstallAandP1ThenP2Success0.012
testInstallSuccess0.004
testInstallAandP1Success0.002
testInstallAandP2Success0.003
testInstallAandP1AndP2Success0.002
testInstallAandP1ThenP2Success0.006
testInstallAandP1Success0.003
testInstallAandP1AndP2Success0.002
testInstallASuccess0.003
testInstallAandP1Success0.002
testInstallSuccess4.300
testInstallSuccess0.882
testInstallSuccess0.044
testInstallSuccess0.042
testGreedySuccess0.114
testNoBInstalledSuccess0.002
testBFromXInstalledSuccess0.002
testBFromYInstalledSuccess0.002
testValidateProfileSuccess0.342
testInstallSourceFeatureSuccess0.288
testInstallSuccess0.004
testExplanationSuccess0.002
testInstallationSuccess0.004
testInstallEppJavaPackageSuccess1.534
testDeepSingletonConflictSuccess0.006
testNoProblemWithMissingOptionalDependencySuccess0.006
testPartialProblemSingletonSuccess0.006
testPartialProblemRequirementSuccess0.008
testIndependentConflictSuccess0.584
testMissingRequirementSuccess0.580
testSingletonConflictSuccess0.609
testExplanationLargeConflictInSDKSuccess0.647
testConflictingSingletonAndMissingDependencySuccess0.008
testConflictingSingletonAndMissingDependency2Success0.005
testConflictingSingletonAndMissingDependency3Success0.005
testInstallB3Success0.002
testConflictThroughExtraRequirementsSuccess0.002
testInstallSuccess0.002
testMultipleInstallationsSuccess0.075
testRemoveInclusionRuleSuccess0.073
testRemoveIUandInclusionRuleSuccess0.073
testAdditionWithInclusionRuleSuccess0.006
testChangeIUPropertySuccess0.418
testRemoveIUPropertySuccess0.005
testRemoveIUPropertySuccess0.007
testInstallSuccess0.002
testInstallA1Success0.003
testInstallA2Success0.002
testInstallA1Success0.002
testInstallUserRegionSuccess0.004
testInstallUserRegion2Success0.002
testExplanationSuccess0.003
testContradictionSuccess0.002
testContradictionSuccess0.003
testContradictionSuccess0.003
testInstallSuccess0.002
testExplanationSuccess0.002
testInstallSuccess0.003
testExplanationSuccess0.002
testInstallationSuccess0.002
testInstallSuccess0.003
testInstallationSuccess0.002
testInstallationSuccess0.004
testValidateProfileWithRepositorySuccess1.221
testValidateProfileWithoutRepoSuccess0.258
testInstallJettySuccess0.948
testWithTwoTPTPSuccess0.019
testIUExtraneousPlanEntrySuccess0.002
testZeroOperandsSuccess0.002
testInstallSuccess0.002
test2Success0.003
test1Success0.003
test3Success0.002
test4Success0.002
test5Success0.002
testSDKandThirdPartyConflictSuccess0.005
testSDKandPlatformBothRootsConflictSuccess0.004
testSDKandPlatformBothRootsConflict2Success0.005
testExplanation2Success0.002
testExplanation4Success0.002
test5bSuccess0.003
test5cSuccess0.002
testExplanation5Success0.002
testInstallSuccess0.002
testOrSuccess0.003
testInstallSuccess0.003
testExplanationSuccess0.003
testConflictingPatchesSuccess0.005
testInstallBogusInstallFilterInPatchSuccess0.003
testInstallBogusInstallFilterInPatchSuccess0.003
testExplanation1Success0.003
testInstallSuccess0.002
testInstallSuccess0.003
testInstallSuccess0.002
testExplanation5Success0.002
testPatchScopeSuccess0.008
testExplanation3Success0.002
testCompleteScenarioSuccess0.145
testCompleteScenarioSuccess0.074
testInstallSuccess0.004
testInstallSuccess0.006
testExplanation1Success0.003
testGeneralScopeSuccess0.002
testGeneralScopeSuccess0.003
testOneIUWithMultiplePatchesApplyingOnItSuccess0.003
testExplanationSuccess0.004
testPatchDoesNotApplySuccess0.003
testPatchApplySuccess0.002
testExplanationSuccess0.003
testConflictingPatchesSuccess0.010
testInstallBogusInstallFilterInPatchSuccess0.004
testExplanation1Success0.003
testInstallSuccess0.006
testInstall2Success0.292
testInstall3Success0.157
testInstall4Success0.141
testFailingInstallSuccess0.004
testFailingInstallSuccess0.003
testInstallPatchSettingAnOptionalDependencySuccess0.072
testInstallPatchSettingAMissingOptionalDependencySuccess0.073
testInstallPatchSettingAMissingOptionalDependencySuccess0.070
testUninstallSuccess0.074
testExplanationSuccess0.007
testUpdateSuccess0.005
testUpdateSuccess0.149
testUpdateSuccess0.206
testUpdateSuccess0.135
testUpdateSuccess0.006
testInstallSuccess0.002
testSliceRCPOutSuccess0.196
testSliceRCPWithOptionalPiecesSuccess0.184
testSliceRCPWithIgnoringGreedSuccess0.186
testSliceRCPWithFilterSuccess0.180
testStrictDependencySuccess0.179
testExtractPlatformIndependentPiecesSuccess0.200
testMetaRequirementsSuccess0.176
testValidateIUSuccess0.175
testMissingNecessaryPieceSuccess0.178
testExtractOnlyPlatformSpecificForOnePlatformSuccess0.201
testExtractOnlyPlatformSpecificSuccess0.182
testUninstallSuccess0.139
testInstallFeaturePatchSuccess0.253
testInstallFeaturePatchSuccess0.311
testInstallationSuccess0.002
testInstallationSuccess0.003
testInstallationSuccess0.002
testInstallationSuccess0.002
testInstallationSuccess0.002
testInstallationSuccess0.002
testInstallationSuccess0.003
testInstallationSuccess0.003
testInstallationSuccess0.002
test2Success0.006
test1Success0.003
testExplanationSuccess0.002
testRemoveUnresolvedIUSuccess0.090
testAvailableVsQueryInProfileSuccess0.005
test2Success0.005
test1Success0.076
test2Success0.007
testFragmentPickedByCapabilitySuccess0.003
testSyncOperationSuccess0.057
testCopyOfHelperSuccess0.041
testNoopInstallSuccess0.005
testInstallIUWithFilterSuccess0.002
testInstallTwoVersionsOptionalySuccess0.007
testEmptySuccess0.069
testUpdateQueryForTwoIUsSuccess0.006
testUpdateWithDifferentIdSuccess0.001
testWithSuperiorVersionSuccess0.000
testUpdateWithSameIdSuccess0.000
testAddUpdateDescriptorSuccess0.001
testAddCapabilitiesSuccess0.001
testAddCapabilitiesIdentityCountsSuccess0.002
testReplaceCapabilitiesSuccess0.000
testReplaceCapabilitiesIdentityCountsSuccess0.000
testAccumulateConfigDataActionSuccess0.056
testNoAdviceSuccess0.004
testAdviceVersionSuccess0.000
testUpdateDescriptorAdviceSuccess0.000
testUpdateDescriptorAdviceDefaultBoundSuccess0.000
testUpdateDescriptorAdviceDefaultBound2Success0.000
testUpdateDescriptorAdviceDefaultIDSuccess0.000
testUpdateDescriptorAdviceDefaultsSuccess0.000
testPropertyAdviceSuccess0.001
testProvidesAdviceSuccess0.000
testRequiresAdviceSuccess0.000
testMetaRequiresAdviceSuccess0.000
testInstructionsAdviceSuccess0.000
testAdditionalInstallableUnitDescriptionsAdviceSuccess0.001
testActionSuccess0.028
testAllSuccess0.021
testTranslationFragmentSuccess0.008
testDynamicImportSuccess0.000
testCompressCategoryRepoSuccess0.010
testRememberRepoShapeJarSuccess0.005
testRememberRepoShapeXMLSuccess0.005
testActionSuccess0.018
testContextMetadataRepositorySuccess0.009
testContextArtifactRepositorySuccess0.005
testAllSuccess0.001
testMacCarbonSuccess0.122
testMacCocoaSuccess0.017
testWinSuccess0.044
testLinuxSuccess0.009
testEquinoxLauncherCUActionSuccess0.002
testSimpleSuccess0.007
testFeaturePatchSuccess0.003
testMatchRangeSuccess0.002
testFiltersSuccess0.002
test14Success0.003
test15Success0.002
test16Success0.002
testOSGiMinSuccess0.000
testPackageVersionsFromJreFolderSuccess0.006
testPackageVersionsFromJavaProfileSuccess0.001
testDefaultJavaProfileSuccess0.000
testNonExistingJreLocationSuccess0.001
testBundleLocalizationDESuccess0.001
testBundleLocalizationDefaultDESuccess0.000
testBundleLocalizationDefaultDEJarSuccess0.001
testBundleLocalizationOSGI_INF_DESuccess0.001
testBundleLocalizationDE_alternatePropFileSuccess0.001
testBundleLocalizationDE_alternatePropFile_fragmentSuccess0.001
testBundleLocalizationDE_fragmentSuccess0.002
testBundleLocalizationOSGI_INF_ENSuccess0.001
testBundleLocalizationENSuccess0.000
testBundleLocalizationENDefaultSuccess0.001
testBundleLocalizationEN_alternatePropFileSuccess0.001
testBundleLocalizationEN_alternatePropFile_fragmentSuccess0.001
testBundleLocalizationEN_fragmentSuccess0.002
testFeatureJarLocalizatioDESuccess0.001
testFeatureJarLocalizationDefaultSuccess0.001
testFeatureJarLocalizationENSuccess0.001
testFeatureLocalizatioDESuccess0.001
testFeatureLocalizationDefaultSuccess0.001
testFeatureLocalizationENSuccess0.001
testFragmentTranslation_DESuccess0.001
testFragmentTranslation_ENSuccess0.002
testSite_DESuccess0.002
testSite_ENSuccess0.002
testUnzipTouchpointActionSuccess0.005
testGenerationFileSuccess0.000
testGenerationFile2Success0.001
testGenerationFolderSuccess0.000
testGenerationFolder2Success0.000
testGenerationNoFolderSuccess0.000
testGenerationNoFolder2Success0.000
testLicenseSuccess0.026
testBrandedApplicationSuccess0.004
testLicenseNoURLSuccess0.002
testLicenseNoTextSuccess0.002
testMissingLicenseSuccess0.002
testSetBundleConfigDataSuccess0.002
testMultiProductPublishingSuccess0.004
testMultiPlatformCUs_DifferentPlatformsSuccess0.001
testMultiPlatformCUs_SamePlatformsSuccess0.002
testMultiPlatformCUs_SamePlatforms_NoVersionSuccess0.002
testMultiPlatformCUs_SamePlatforms_BoundedVersionsSuccess0.002
testCUsHostSuccess0.001
testCUNoHostSuccess0.002
testMultiConfigspecProductPublishingSuccess0.003
testPlatformProductSuccess0.003
testConfigSpecANYProductPublishingSuccess0.001
testMessageForProductWithIgnoredContentSuccess0.002
testPlatformProductSuccess0.003
testProductFileWithRepoAdviceSuccess0.004
testProductWithAdviceFileSuccess0.002
testWithJRELocationFolderSuccess0.001
testWithJREProfileSuccess0.001
test01PublishWithBundleSuccess0.001
test02PublishWithFeatureSuccess0.001
test03PublishWithMixedContentSuccess0.001
test04PublishWithInvalidContentTypeSuccess0.001
test05PublishWithEmptyContentTypeSuccess0.000
test06OverrideUseFeaturesAttrSuccess0.001
test07OverrideUseFeaturesAttr2Success0.001
testGetPropertiesSuccess0.003
testGetProgramArgumentsSuccess0.001
testGetVMArgumentsSuccess0.002
testGetBundlesSuccess0.002
testBoundedVersionConfigurationsSuccess0.002
testUnboundedVersionConfigurationsSuccess0.002
testGetExecutableNameSuccess0.002
testGetProductFileSuccess0.002
testGetIconsSuccess0.002
testSimpleConfiguratorConfigURLSuccess0.005
testConfigNullLauncherSuccess0.003
testGetProgramArgumentsSuccess0.003
testGetVMArgumentsSuccess0.002
testGetBundlesSuccess0.001
testGetLauncherNameSuccess0.003
testGetLocationSuccess0.022
testGetConfigurationPropertiesSuccess0.002
testGetBundleInfosSuccess0.002
testGetFragmentsSuccess0.002
testGetFeaturesSuccess0.002
testGetConfigIniPathSuccess0.002
testGetIdSuccess0.002
testGetUIDSuccess0.002
testGetSplashLocationSuccess0.003
testGetProductNameSuccess0.002
testGetApplicationSuccess0.001
testUseFeaturesSuccess0.003
testGetVersionSuccess0.002
testIncludeLaunchersSuccess0.002
testGetLicenseURLSuccess0.002
testGetLicenseTextSuccess0.003
testAllSuccess0.035
testEmptySuccess0.001
testNullAdviceSuccess0.000
testNullRepoSuccess0.001
testIUAdviceAMetdataAResultBSuccess0.000
testAdviceASuccess0.001
testAdviceAllSuccess0.001
testMetadataASuccess0.001
testMetadataAllSuccess0.001
testAdviceAMetadataBSuccess0.000
testResultASuccess0.001
testResultAllSuccess0.000
testAdviceAResultBSuccess0.000
testAdviceAllResultAllSuccess0.001
testAdviceAllMetadataAResultBSuccess0.001
testAdviceAllMetadataAllResultAllSuccess0.002
testResultFilterAdviceAllResultAllSuccess0.001
testResultFilterAdviceAResultAllSuccess0.000
testResultFilterAdviceBResultAllSuccess0.001
testResultFilterAdviceEmptyResultAllSuccess0.001
testResultFilterAdviceAllMetadataAllSuccess0.001
testResultFilterAdviceAMetadataAllSuccess0.000
testResultFilterAdviceBMetadataAllSuccess0.001
testResultFilterAdviceEmptyMetadataAllSuccess0.001
testResultFilterAdviceAllMetadataBResultASuccess0.000
testResultFilterAdviceBMetadataAResultBSuccess0.001
testBug255820_Product_normalizeSuccess0.001
testInvalidConfiguration1Success0.000
testInvalidConfiguration2Success0.000
testQuotedTokenizerSuccess0.001
testBadVersionPropertyFileSuccess0.000
testLoadNullVersionAdviceSuccess0.001
testLoadNullVersionAdvice2Success0.000
testOverloadNullSuccess0.000
testLoadVersionAdviceFooSuccess0.000
testLoadVersionAdviceBarSuccess0.001
testLoadVersionAdviceFooBarSuccess0.000
testArraySuccess0.001
testToStringSuccess0.004
testArgumentsSuccess0.001
testAnonymousMemberSuccess0.000
testInstanceOfSuccess0.000
testLatestSuccess0.003
testRangeSuccess0.000
testPropertySuccess0.004
testSomeAPISuccess0.001
testPatchSuccess0.005
testPatternSuccess0.004
testLimitSuccess0.004
testNotSuccess0.003
testArtifactQuerySuccess0.001
testClassConstructorSuccess0.888
testTouchpointsSuccess0.911
testTraverseSuccess0.929
testTraverseWithFilterSuccess0.921
testCommonRequirementsSuccess1.255
testMatchQueryInjectionInPredicateSuccess0.866
testRootVariableSerializationSuccess0.002
testMatchQueryInjectionInContextSuccess0.855
testTranslationsSuccess0.003
testConsistencySuccess0.003
testParserPerformanceSuccess0.269
testMatchQueryVersusExpressionPerformanceSuccess1.916
testMatchQueryVersusIndexedExpressionPerformanceSuccess1.030
testMatchQueryVersusIndexedExpressionPerformance2Success1.256
testMatchQueryVersusMatchIteratorPerformanceSuccess1.473
testCapabilityQueryPerformanceSuccess1.048
testIUPropertyQueryPerformanceSuccess1.232
testSlicerPerformanceSuccess2.325
testPermissiveSlicerPerformanceSuccess17.393
testUpdateWithDifferentIdSuccess0.002
testWithSuperiorVersionSuccess0.000
testURISyntaxCheckerSuccess0.031
testParseBundleInfoUNCSuccess0.001
testParseBundleInfoSuccess0.001
testParseBundleInfoWithSpacesSuccess0.001
testParseUNCBundleInfoSuccess0.000
testRead34BundlesInfoSuccess0.001
testReadVersionLineSuccess0.000
testReadMissingBundleInfoSuccess0.001
testBundlesTxtSuccess1.128
testBundlesTxtSuccess0.879
testWriteBundleInfoLineSuccess0.002
testWriteBundleInfoLineWithCommaSuccess0.000
testWriteBundleInfoLineWithSpaceSuccess0.000
testWriteBundleInfoLineWithAtSymbolSuccess0.000
testWriteVersionLineSuccess0.001
testSaveConfigurationSuccess0.001
testLocationEncodingSuccess0.001
testUTF8EncodingSuccess0.002
testCategoryCreationSuccess0.008
testCategoryCreationMultiFeatureSuccess0.008
testCategoryCreationMultiFeatureQualifierSuccess0.008
testIUCategoryCreation01Success0.007
testIUCategoryCreation02Success0.005
testIUCategoryCreation03Success0.006
testIUCategoryCreation04Success0.006
testIUCategoryCreation05Success0.006
testIUCategoryCreation06Success0.005
testLoadBadSiteForMetadataSuccess0.003
testLoadBadSiteForArtifactSuccess0.003
testQualifierSuccess0.005
testAssociateSiteSuccess0.005
testMirrorsURLSuccess0.005
testXXXSiteXXXXMLURLSuccess0.002
testRelativeSiteURLSuccess0.001
testAbsoluteSiteURLSuccess0.002
testDefaultDigestURLSuccess0.002
testZippedDefaultDigestURLSuccess0.214
testRelativeDigestURLSuccess0.001
testAbsoluteDigestURLSuccess0.003
testNoDigestGoodSiteSuccess0.002
testNoEndingSlashURLSuccess0.001
testSiteXMLURLSuccess0.001
testSiteWithSpacesSuccess0.002
testBadXXXSiteXXXXMLURLSuccess0.000
testBadDigestGoodSiteSuccess0.001
testCorruptDigestGoodSiteSuccess0.003
testBadDigestBadSiteSuccess0.000
testBadSiteXMLSuccess0.001
testNoSiteSuccess0.000
testNullSiteSuccess0.000
testBadFeatureURLSuccess0.002
testGoodFeatureURLSuccess0.001
testZippedGoodFeatureURLSuccess0.216
testIncludedFeatureSuccess0.004
testIncludedFeatureArchiveSuccess0.021
testBadIncludedFeatureArchiveSuccess0.003
testNoFeatureIdAndVersionSuccess0.002
testSiteFeatureVersionEqualsSuccess0.000
testSiteFeatureLabelEqualsSuccess0.000
testSiteFeatureIDEqualsSuccess0.000
testSiteFeatureEqualsSuccess0.001
testSiteFeatureHashSuccess0.000
testSiteFeatureNotEqualsSuccess0.001
testSiteFeatureFileURLSuccess0.000
testRepoWithFeatureWithNullUpdateURLSuccess0.018
testBug243422Success0.007
testShortenVersionNumberInFeatureSuccess0.004
testFeatureJarUnzipInstructionSuccess0.004
testMetadataRepoCountSuccess0.004
testArtifactRepoCountSuccess0.003
testPack200Success0.005
testMirrorsSuccess0.007
testCategoryQualifierSuccess0.011
testInitializeCompletePhaseCommitSuccess0.002
testQualifyActionSuccess0.000
testBug262073Success0.002
testInitializeCompleteOperandSuccess0.001
testPrepareIUSuccess0.035
testInstallPartialIUSuccess0.046
testInstallPartialIUValidationFailureSuccess0.022
testExecuteUndoSuccess0.006
testExecuteUndoSuccess0.004
testExecuteUndoWithArtifactSuccess0.033
testExecuteUndoWithArtifactByProgramArgValueSuccess0.032
testExecuteUndoWithArtifactLocationSuccess0.032
testExecuteUndoWithArtifactLocationByProgramArgValueSuccess0.032
testExecuteUndoSuccess0.003
testInvalidLocationSuccess0.001
testInvalidEnablementSuccess0.000
testInvalidTypeSuccess0.001
testMissingEnablementSuccess0.000
testMissingTypeSuccess0.000
testNoArgumentsSuccess0.000
testUndoSuccess0.001
testMultipleActionAddSuccess0.001
testUserWinsSuccess0.000
testFullInstallSuccess0.006
testBug266881Success0.092
testExecuteUndoSuccess0.032
testExecuteUndoSuccess0.033
testExecuteUndoSuccess0.012
testExecuteUndoWithArtifactSuccess0.008
testExecuteUndoWithArtifactLocationSuccess0.007
testExecuteUndoSuccess0.010
testExecuteUndoSuccess0.057
testExecuteUndoSuccess0.011
testInstallFolderWithSpacesSuccess0.008
testStandardUseSuccess0.006
testPrefixEvaluationSuccess0.005
testInvalidValuesSuccess0.002
testUserInjectsInitialValueSuccess0.003
testUserInjectsLargerValueSuccess0.003
testUserInjectsSmallerValueSuccess0.002
testExecuteUndoSuccess0.060
testExecuteUndoWithArtifactSuccess0.010
testExecuteUndoWithArtifactLocationSuccess0.008
testExecuteUndoSuccess0.033
testExecuteUndoWithMissingArtifactSuccess0.030
testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStartedSuccess0.006
testMakeRelativeSuccess0.000
testExecuteUndoSuccess0.001
testExecuteUndoSuccess0.002
testExecuteUndoWithArtifactSuccess0.038
testExecuteUndoWithArtifactLocationSuccess0.030
testExecuteUndoSuccess0.002
testInvalidLocationSuccess0.001
testInvalidEnablementSuccess0.000
testInvalidTypeSuccess0.001
testNoArgumentsSuccess0.000
testUndoSuccess0.001
testRemoveMetadataRepositorySuccess0.001
testUndoInvalidArgumentSuccess0.000
testExecuteUndoSuccess0.026
testExecuteUndoSuccess0.001
testExecuteUndoSuccess0.002
testExecuteUndoSuccess0.002
testEmptyNameSuccess0.001
testChangeNameSuccess0.005
testExecuteUndoSuccess0.001
testExecuteUndoWithArtifactSuccess0.034
testExecuteUndoWithArtifactLocationSuccess0.035
testExecuteUndoSuccess0.031
testExecuteUndoWithMissingArtifactSuccess0.030
testExecuteOnFragmentBundleResultsInBundleNotBeingMarkedStartedSuccess0.004
testExecuteUndoSuccess0.030
testExecuteUndoSuccess0.007
testExecuteUndoSuccess0.012
testExecuteUndoSuccess0.038
testExecuteUndoWhereInstallFolderIsDifferentSuccess0.003
testDirectoryCleanupSuccess0.004
testExecuteUndoSuccess0.001
testExecuteUndoSuccess0.005
testExecuteUndoSuccess0.001
testQualifyActionSuccess0.000
testInitializeCompletePhaseSuccess0.001
testExecuteUndoSuccess0.004
testExecuteUndoSuccess0.002
testExecuteUndoBackupSuccess0.005
testUndoBackUpWithSymbolsInProfileIdSuccess0.004
testExecuteUndoSuccess0.003
testCopyDirectorySuccess0.002
testMergeDirectorySuccess0.002
testMergeOverwriteSuccess0.002
testBlockedMergeOverwriteSuccess0.002
testOverwriteSuccess0.001
testBlockedOverwriteSuccess0.001
testExecuteUndoSuccess0.005
testExecuteMultipleRemovesOnTheSameDirSuccess0.003
testExecuteMultipleRemovesOnTheSameEmptyDirSuccess0.003
testExecuteMultipleRemovesOnTheSameEmptyDir2Success0.003
initializeFailureNeed to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.getPlatformZip(AbstractReconcilerTest.java:228)
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.initialize(AbstractReconcilerTest.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.014
testNonSingletonFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testNonSingleton(BasicTests.java:174)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testSingletonFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testSingleton(BasicTests.java:219)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testDirectoryBasedPluginFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testDirectoryBasedPlugin(BasicTests.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testSimpleRepoWithSiteXMLPlaceHolderFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testSimpleRepoWithSiteXMLPlaceHolder(BasicTests.java:280)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testSimpleRepoFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testSimpleRepo(BasicTests.java:313)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
test_p2RepoFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.test_p2Repo(BasicTests.java:384)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testDisabledBundleInLinkFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testDisabledBundleInLink(BasicTests.java:411)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testMove1FailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testMove1(BasicTests.java:94)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testMove2FailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.BasicTests.testMove2(BasicTests.java:136)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
cleanupSuccess0.000
initializeFailureNeed to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.getPlatformZip(AbstractReconcilerTest.java:228)
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.initialize(AbstractReconcilerTest.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testDiscoverOneFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.testDiscoverOne(ConfigurationTests.java:58)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
test_247095FailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_247095(ConfigurationTests.java:143)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
test_247095bFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_247095b(ConfigurationTests.java:199)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
test_249607FailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_249607(ConfigurationTests.java:259)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
test_249898FailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_249898(ConfigurationTests.java:300)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testSiteEnabledFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.testSiteEnabled(ConfigurationTests.java:89)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
test_232094aFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_232094a(ConfigurationTests.java:338)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
test_232094bFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ConfigurationTests.test_232094b(ConfigurationTests.java:343)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
cleanupSuccess0.000
initializeFailureNeed to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.getPlatformZip(AbstractReconcilerTest.java:228)
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.initialize(AbstractReconcilerTest.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testPatchingDroppedInFeatureSuccess0.000
testAddBundleSuccess0.000
cleanupSuccess0.000
initializeFailureNeed to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.getPlatformZip(AbstractReconcilerTest.java:228)
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.initialize(AbstractReconcilerTest.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testBasicStartupFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.SharedInstallTests.testBasicStartup(SharedInstallTests.java:86)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testReadOnlyDropinsStartupFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.SharedInstallTests.testReadOnlyDropinsStartup(SharedInstallTests.java:115)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testUserDropinsStartupFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.SharedInstallTests.testUserDropinsStartup(SharedInstallTests.java:153)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
cleanupSuccess0.000
initializeFailureNeed to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.

junit.framework.AssertionFailedError: Need to set the "org.eclipse.equinox.p2.reconciler.tests.platform.archive" system property with a valid path to the platform binary drop or copy the archive to be a sibling of the install folder.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.getPlatformZip(AbstractReconcilerTest.java:228)
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.initialize(AbstractReconcilerTest.java:71)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testReconcileFailureTest suite not initialized, check log for previous errors.

junit.framework.AssertionFailedError: Test suite not initialized, check log for previous errors.
at org.eclipse.equinox.p2.tests.reconciler.dropins.AbstractReconcilerTest.assertInitialized(AbstractReconcilerTest.java:94)
at org.eclipse.equinox.p2.tests.reconciler.dropins.Bug362692.testReconcile(Bug362692.java:42)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:928)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
cleanupSuccess0.000
testAddListenerSuccess5.261
testLoadP2fSuccess0.014
testLoadUnknownP2fSuccess0.002
testIncompatibleP2fSuccess0.002
testExportFeaturesInstalledFromLocalSuccess0.005

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
785981885.22%650.304
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.osgi.tests7851898650.304

Package org.eclipse.osgi.tests

NameTestsErrorsFailuresTime(s)
AutomatedTests7851898650.304
Back to top


TestCase AutomatedTests

NameStatusTypeTime(s)
testInstallInvalidManifest01Success0.046
testInstallInvalidManifest02Success0.003
testInstallInvalidManifest03Success0.002
testInstallInvalidManifest04Success0.002
testInstallInvalidManifest05Success0.002
testStartError01Success0.007
testStartError02Success0.011
testUnsupportedOperation01Success0.003
testInstallLocationWithSpacesSuccess0.004
testInstallLocationWithUnderscoresSuccess0.005
testInstallBundleWithExtensionPointOnlySuccess0.003
testInstallBundleWithExtensionOnlySuccess0.004
testInstallBundleWithExtensionAndExtensionPointSuccess0.003
testInstall2NonSingletonBundlesSuccess0.014
testInstall2SingletonBundlesSuccess0.013
testAIXSuccess0.001
testHPUXSuccess0.000
testLinuxSuccess0.001
testMacOSXSuccess0.000
testQNXSuccess0.000
testSolarisSuccess0.000
testWindowsSuccess0.000
testISeriesSuccess0.000
testZSeriesSuccess0.001
testColonOnPathSuccess0.000
testSubstitutableExports001Success0.006
testSubstitutableExports002Success0.004
testSubstitutableExports003Success0.004
testSubstitutableExports004Success0.003
testSubstitutableExports005Success0.008
testSubstitutableExports006Success0.006
testSubstitutableExports007Success0.002
testSubstitutableExports008Success0.004
testSubstitutableExports009Success0.004
testSubstitutableExports010Success0.004
testSubstitutableExports011Success0.008
testSubstitutableExports012Success0.061
testSubstitutableExports013Success0.008
testSubstitutableExports014Success0.035
testSubstitutableExports015Success0.028
testSubstitutableExports016Success0.008
testSubstitutableExports017Success0.015
testSubstitutableExports018Success0.011
testSubstitutableExports019Success0.004
testSubstitutableExports020Success0.006
testSubstitutableExports021Success0.004
testSubstitutableExports022Success0.005
testSubstitutableExports023Success0.011
testSubstitutableExports024Success0.002
testSubstitutableExports025Success0.012
testDisabledInfo01Success0.002
testDisabledInfo02Success0.001
testDisabledInfo03Success0.208
testDisabledInfo04Success0.002
testBug251427Success0.001
testCacheSuccess0.005
testCloneSuccess0.003
testBug205270Success0.002
testBug184127Success0.164
testBug241128_01Success0.002
testBug241128_02Success0.002
testBug241128_03Success0.001
testBug241128_04Success0.002
testGenericsBasicsSuccess0.001
testAdd3Resolve1Success0.002
testBasicResolutionSuccess0.002
testComplexResolutionSuccess0.001
testDependentBundlesSuccess0.003
testPrerequisiteBundleSuccess0.001
testLinkageChangeSuccess0.001
testReinstallSuccess0.002
testRemovalSuccess0.002
testRemoveAndAddSuccess0.000
testRemovalResolveSuccess0.003
testReresolveBundleSuccess0.002
testUpdateSuccess0.001
testSingletonsSuccess0.002
testSingletonsSameVersionSuccess0.001
testSingletonsSelection1Success0.002
testSingletonsSelection2Success0.002
testSingletonsSelection3Success0.003
testSingletonsSelection4Success0.003
testSingletonsSelection5Success0.003
testSingletonsSelection6Success0.002
testSingletonsSelection7Success0.001
testNonSingletonsSameVersionSuccess0.002
testTransitiveUsesSuccess0.001
testMultipleExportsUses01Success0.003
testRequireBundleUsesSuccess0.002
testCyclicTransitiveUsesSuccess0.003
testFragmentTransitiveUsesSuccess0.003
testFragmentUses01Success0.002
testFragmentUses02Success0.001
testCyclicUsesExportDropSuccess0.001
testRemovalPendingSuccess0.002
testFragmentConstraints01Success0.003
testFragmentConstraints02Success0.002
testFragmentConstraints03Success0.002
testFragmentConstraints04Success0.001
testFragmentConstraints05Success0.002
testFragmentConstraints06Success0.002
testFragmentConstraints07Success0.002
testFragmentsBug188199Success0.002
testFragmentsMultipleVersionSuccess0.002
testPlatformProperties01Success0.004
testPlatformProperties02Success0.003
testPlatformProperties03Success0.002
testPlatformProperties04Success0.002
testPlatformPropertiesBug188075Success0.169
testPlatformPropertiesBug207500aSuccess0.178
testPlatformPropertiesBug207500bSuccess0.007
testPlatformPropertiesBug246640aSuccess0.003
testPlatformPropertiesBug246640bSuccess0.002
testEECapabilityRequirementSuccess0.011
testEECapabilityRequirement1Success0.005
testBug338697Success0.174
testSelectionPolicySuccess0.003
testBug187616Success0.003
testBug217150Success0.000
testNativeCodeResolution01Success0.001
testNativeCodeResolution02Success0.001
testNativeCodeResolution03Success0.000
testNativeCodeResolution04Success0.001
testMultiStateAdd01Success0.001
testMultiStateAdd02Success0.001
testMultiStateAdd03Success0.001
testBug266935_01Success0.001
testBug266935_02Success0.001
testBug266935_03Success0.001
testBug266935_04Success0.002
testBug320124Success0.001
testBug324618Success0.001
testRequirementsSuccess0.183
testCapabilitiesSuccess0.174
testRangesSuccess0.003
testBug369880Success0.002
testResolveFragmentEE01Success0.002
testResolveFragmentEE02Success0.171
testCycle1Success0.003
testCycle2Success0.003
testCycle3Success0.001
testCycle4Success0.001
test185285Success0.002
testRemovalSuccess0.001
testUpdateSuccess0.000
testAdditionSuccess0.001
testSingleVersionRangeSuccess0.000
testInvertedRangeSuccess0.000
testGreaterThanSuccess0.000
testLowerThanSuccess0.000
testNullMinSuccess0.000
testNullMaxSuccess0.000
testTest_001Success0.001
testTest_001Success0.001
testTest_001Success0.000
testTest_002Success0.001
testTest_003Success0.001
testTest_001Success0.001
testTest_002Success0.001
testTest_003Success0.002
testTest_001Success0.000
testTest_002Success0.002
testTest_003Success0.001
testTest_003Success0.001
testTest_005Success0.001
testTest_005Success0.001
testTest_001Success0.003
testTest_001Success0.002
testTest_002Success0.001
testTest_003Success0.002
testTest_001Success0.001
testTest_008Success0.001
testTest_002Success0.001
testTest_002Success0.001
testTest_001Success0.001
testTest_001Success0.002
testTest_001Success0.001
testTest_002Success0.002
testTest_003Success0.001
testTest_004Success0.001
testTest_005Success0.002
testTest_006Success0.001
testTest_007Success0.002
testTest_001Success0.001
testTest_002Success0.001
testTest_003Success0.001
testXFriendsSuccess0.001
testVisiblePackages001Success0.001
testVisiblePackages002Success0.002
testVisiblePackages003Success0.001
testGenericsBasicsSuccess0.002
testGenericsUpdateSuccess0.002
testGenericsRefreshSuccess0.002
testGenericsFragsSuccess0.001
testGenericsIntraFragsSuccess0.001
testGenericsAliasesSuccess0.001
testGenericsOptionalMultipleSuccess0.002
testGenericsCyclesSuccess0.001
testGenericsOSGiOSGiSuccess0.174
testGenericsOSGiEquinoxSuccess0.178
testGenericsOSGiNameEquinoxSuccess0.177
testGenericsOSGiNameOSGiSuccess0.212
testGenericsOSGiNameEquinoxNameSuccess0.222
testGenericsEquinoxOSGiSuccess0.223
testGenericsEquinoxEquinoxSuccess0.243
testGenericFragments01Success0.247
testGenericFragments02Success0.485
testGenericUsesSuccess0.010
testDeclaringIdentityCapabilitySuccess0.001
testOSGiCardinalitySuccess0.003
testDevModeDomino02Success0.003
testDevModeDomino01Success0.001
testDevModeFragment01Success0.001
testDevModeSingleton01Success0.001
testDevModeSingleton02Success0.001
testRegistration01Success0.153
testTracingEntry01Success0.002
testTracingEntry02Success0.002
testDyanmicEnablement01Success0.002
testDyanmicEnablement02Success0.001
testDyanmicEnablement03Success0.002
testDyanmicEnablement04Success0.001
testBatchSetOptionsWhenEnabledSuccess0.001
testSetNullOptionsSuccess0.001
testBatchSetOptionsWhenDisabledSuccess0.002
testSetOptionsWhenDisabledSuccess0.001
testStringValuesSuccess0.001
testIntegerValuesSuccess0.001
testBooleanValuesSuccess0.001
testVerboseDebuggingSuccess0.007
testTraceFile01Success0.002
testTraceFile02Success0.004
testTraceFile03Success0.004
testTraceFile04Success0.002
testTraceFile05Success0.003
testTraceFile06Success0.002
testTraceFile07Success0.002
testTraceFile08Success0.002
testTraceFile09Success0.002
testLogDebugSuccess0.006
testLogErrorSuccess0.003
testLogInfoSuccess0.001
testLogWarningSuccess0.001
testLogZeroLevelSuccess0.001
testLogNegativeLevelSuccess0.001
testLogMessageSuccess0.001
testLogNullMessageSuccess0.001
testLogThrowableSuccess0.000
testLogNullThrowableSuccess0.001
testLogServiceReferenceSuccess0.001
testNullLogServiceReferenceSuccess0.001
testLogServiceReferenceWithNullThrowableSuccess0.001
testLogNull1Success0.001
testLogNull2Success0.001
testLogNull3Success0.001
testLogNull4Success0.001
testLogFull1Success0.001
testLogFull2Success0.001
testLogFull3Success0.002
testLogFull4Success0.001
testaddListenerSuccess0.017
testaddListenerTwiceSuccess0.005
testaddNullListenerSuccess0.004
testBadListenerSuccess0.005
testLogEntrySuccess0.005
testLogBundleEventInfoSuccess0.012
testLogServiceEventInfoSuccess0.005
testLogServiceEventDebugSuccess0.008
testLogFrameworkEventSuccess0.028
testImpliesSuccess0.000
testLogContextSuccess0.001
testNullLogContextSuccess0.001
testLogContextWithNullThrowableSuccess0.001
testIsLoggableTrueSuccess0.000
testNotIsLoggableWithNoListenerSuccess0.001
testNotIsLoggableWithListenerSuccess0.000
testNamedLoggerLogNullSuccess0.001
testNullLoggerLogNullSuccess0.000
testNamedLoggerLogFullSuccess0.001
testNamedLoggerLogFullWithNullBundleSuccess0.001
testNamedLoggerLogFullWithBundleSuccess0.001
testLoggerIsLoggableTrueSuccess0.001
testLoggerNotIsLoggableWithListenerSuccess0.000
testaddNullListenerSuccess0.001
testaddFilteredListenerSuccess0.001
testaddNullFilterrSuccess0.000
testaddFilteredListenerTwiceSuccess0.002
testBadFilterSuccess0.002
testSynchronousLogListenerSuccess0.001
testExtendedLogEntrySuccess0.001
findTrustAnchor positive test: self signed trustedSuccess0.003
findTrustAnchor positive test: chain with root trustedSuccess0.004
findTrustAnchor positive test: chain with intermediate trustedSuccess0.001
findTrustAnchor positive test: chain with leaf trustedSuccess0.000
findTrustAnchor negative test: untrusted self signedSuccess0.002
findTrustAnchor negative test: untrusted chainSuccess0.003
findTrustAnchor negative test: invalid chainSuccess0.003
findTrustAnchor negative test: incomplete-able chainSuccess0.001
findTrustAnchor negative test: null chainSuccess0.001
addTrustAnchor positive test: add with aliasSuccess0.002
addTrustAnchor negative test: null cert specifiedSuccess0.000
addTrustAnchor negative test: existing cert specifiedSuccess0.002
addTrustAnchor negative test: existing alias specifiedSuccess0.000
removeTrustAnchor positive test: remove by aliasSuccess0.002
removeTrustAnchor positive test: remove by certSuccess0.001
removeTrustAnchor negative test: cert not foundSuccess0.000
removeTrustAnchor negative test: by alias not foundSuccess0.000
removeTrustAnchor negative test: remove by null aliasSuccess0.001
removeTrustAnchor negative test: remove by null certificateSuccess0.000
getTrustAnchor positive test: get by aliasSuccess0.000
getTrustAnchor negative test: get by null aliasSuccess0.001
getTrustAnchor negative test: does not existSuccess0.000
getAliases positive test: get the alias listSuccess0.001
testSignedContent01Success0.002
testSignedContent02Success0.000
testSignedContent03Success0.151
testSignedContent04Success0.000
testSignedContent05Success0.000
testSignedContent06Success0.001
testSignedContent07Success0.000
testSignedContent07aSuccess0.000
testSignedContent08Success0.000
testSignedContent09Success0.000
testSignedContent10Success0.000
testSignedContent11Success0.000
testSignedContent12Success0.000
testSignedContent13Success0.000
testSignedContent14Success0.000
testSignedContent15Success0.000
testSignedContent16Success0.000
testBug225090_01Success0.000
testBug225090_02Success0.000
testBug228427_01Success0.000
testBug228427_02Success0.000
testBug228427_03Success0.000
testBug228427_04Success0.000
testBug236329_01Success0.000
testBug252098Success0.001
testSignedContent01Success0.011
testSignedContent02Success0.018
testSignedContent03Success0.019
testSignedContent04Success0.059
testSignedContent05Success0.016
testSignedContent06Success0.006
testSignedContent07Success0.006
testSignedContent07aSuccess0.004
testSignedContent08Success0.008
testSignedContent09Success0.001
testSignedContent10Success0.004
testSignedContent11Success0.012
testSignedContent12Success0.007
testSignedContent13Success0.011
testSignedContent14Success0.004
testSignedContent15Success0.004
testSignedContent16Success0.003
testBug225090_01Success0.003
testBug225090_02Success0.002
testBug228427_01Success0.003
testBug228427_02Success0.003
testBug228427_03Success0.003
testBug228427_04Success0.003
testBug236329_01Success0.003
testBug252098Success0.006
testAuthorize01Success0.000
testAuthorize02Success0.000
testAuthorize03Success0.000
testAuthorize04Success0.000
testAuthorize01Success0.001
testAuthorize02Success0.001
testAuthorize03Success0.000
testAuthorize04Success0.000
testAuthorize01Success0.000
testAuthorize02Success0.000
testAuthorize03Success0.000
testAuthorize04Success0.000
testBundleSignerCondition01Success0.008
testBundleSignerCondition02Success0.004
testBundleSignerCondition03Success0.001
testBundleSignerCondition04Success0.002
testBundleSignerCondition05Success0.003
testBundleSignerCondition06Success0.003
testBundleSignerCondition07Success0.003
testBundleSignerCondition08Success0.003
testBundleSignerCondition09Success0.003
testBundleSignerCondition10Success0.003
testBundleSignerCondition11Success0.003
testBundleSignerCondition12Success0.003
testAdminPermission01Success0.009
testAdminPermission02Success0.005
testAdminPermission03Success0.004
testAdminPermission04Success0.004
testAdminPermission05Success0.005
testAdminPermission06Success0.005
testAdminPermission07Success0.004
testAdminPermission08Success0.004
testAdminPermission09Success0.005
testAdminPermission10Success0.004
testAdminPermission11Success0.005
testSimpleAppSuccess0.000
testInvalidArgsSuccess1.130
testAsyncValue01Success4.934
testAsyncValue02Success0.000
testAsyncValue03Success4.925
testAsyncValue04Success0.905
testAsyncValue05Success0.000
testAsyncValue06Success4.933
testExitValue01Success4.930
testExitValue02Success4.932
testExitValue03Success4.935
testExitValue04Success0.905
testExitValue05Success0.000
testExitValue06Success0.001
testExitValue07Success4.930
testExitValue08Success0.000
testExitValue09Success4.929
testExitValue10Success4.931
testGlobalSingletonSuccess0.000
testCardinality01Success0.000
testCardinality02Success0.000
testMainThreaded01Success0.000
testMainThreaded02Success0.000
testHandleEvents01Success0.000
testDescriptorEvents01Success0.451
testPersistentLock01Success0.000
testPersistentLock02Success0.000
testPersistentLock03Success0.000
testPersistentSchedule01Success0.050
testPersistentSchedule02Success29.989
testPersistentSchedule03Success0.000
testPersistentSchedule04Success0.132
testPersistentSchedule05Success120.889
testPersistentSchedule06Success0.000
testPersistentSchedule07Success0.000
testPersistentSchedule08Success0.000
testFailedApplication01Success0.000
testDestroyBeforeStart01Success1.964
testDestroyBeforeStart02Success1.962
testNonFatalExceptionSuccess0.005
testFatalExceptionSuccess0.004
test0thSessionSuccess0.001
test1stSessionSuccess0.000
test1stSessionFollowUpSuccess0.001
test2ndSessionSuccess0.000
test2ndSessionFollowUpSuccess0.000
test3rdSessionSuccess0.000
test3rdSessionFollowUpSuccess0.000
testInitializationSuccess0.001
testMoveSuccess0.001
testTakeSnapshotSuccess0.004
testAfterMovingSuccess0.000
testVerifySnapshotSuccess0.000
testLockJavaNIOSuccess0.001
testSessionFailLockJavaNIOSuccess0.000
testReleaseJavaNIOSuccess0.000
testSessionSuccessLockJavaNIOSuccess0.000
testLockJavaIOSuccess0.000
testSessionFailLockJavaIOSuccess0.000
testReleaseJavaIOSuccess0.000
testSessionSuccessLockJavaIOSuccess0.001
testCreateLocation01Success0.002
testCreateLocation02Success0.001
testCreateLocation03Success0.001
testCreateLocation04Success0.001
testCreateLocation05Success0.001
testLocationDataArea01Success0.001
testSetLocationWithEmptyLockFileSuccess0.001
testSetLocationWithRelLockFileSuccess0.001
testSetLocationWithAbsLockFileSuccess0.000
testSlashesSuccess0.001
testSchemesSuccess0.001
testNoneSuccess0.002
testUserDirSuccess0.001
testUserHomeSuccess0.001
testUNCSuccess0.001
testAddRemoveSuccess0.204
testReadOnlySuccess0.345
testExistingVersionSuccess0.612
testNotOpenSuccess1.221
testRemoveThenAddSuccess0.991
testMultipleFileManagersSuccess0.853
testJavaIOLockingSuccess0.000
testCleanupOnOpenSuccess1.378
testCleanupOnSaveSuccess0.700
testReliableFileSuccess5.462
testBigReliableFileSuccess0.440
testMigrationSuccess0.910
testAbortSuccess0.668
testGetOutputStreamSetSuccess1.554
testAbortStreamSetSuccess0.187
testObjectPool01Success0.537
testObjectPool02Success0.528
testSpacesInValuesSuccess0.000
testBug238675_01Success0.000
testBug238675_02Success0.000
testEmptyMessageBug200296Success0.000
testBidiPathsSuccess0.000
testBidiPathsDeprocessSuccess0.000
testBidiPathsWithNullDelimiterSuccess0.000
testBidiStringWithNoDelimitersSuccess0.001
testOtherStringsSuccess0.000
testOtherStringsDeprocessSuccess0.000
testOtherStringsWithNullDelimiterSuccess0.000
testDoubleProcessPathsSuccess0.000
testDoubleProcessOtherStringsSuccess0.000
testAdditionalStringsSuccess0.001
testAdditionalStringsDeprocessSuccess0.000
testEmptyStringParamsSuccess0.000
testEmptyStringParamsDeprocessSuccess0.000
testNullParamsSuccess0.000
testNullParamsDeprocessSuccess0.000
testEmptyStringParamsSuccess0.000
testEmptyStringParamsDeprocessSuccess0.000
testNullParamsSuccess0.000
testNullParamsDeprocessSuccess0.000
testLatinPathsSuccess0.000
testLatinPathsDeprocessSuccess0.000
testLatinPathsWithNullDelimiterSuccess0.000
testLatinOtherStringsSuccess0.001
testLatinOtherStringsDeprocessSuccess0.000
testLatinOtherStringsWithNoDelimiterSuccess0.000
testBug251427Success0.001
testLogServiceErrorN/A

java.lang.IllegalArgumentException:
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:237)
at org.eclipse.core.runtime.Status.<init>(Status.java:129)
at org.eclipse.osgi.tests.bundles.LoggingTests.testLogService(LoggingTests.java:174)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.031
testPluginILogErrorN/A

java.lang.IllegalArgumentException:
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:237)
at org.eclipse.core.runtime.Status.<init>(Status.java:129)
at org.eclipse.osgi.tests.bundles.LoggingTests.testPluginILog(LoggingTests.java:228)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testRuntimeLogErrorN/A

java.lang.IllegalArgumentException:
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:237)
at org.eclipse.core.runtime.Status.<init>(Status.java:129)
at org.eclipse.osgi.tests.bundles.LoggingTests.testRuntimeLog(LoggingTests.java:267)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testFrameworkLogErrorN/A

java.lang.IllegalArgumentException:
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
at org.eclipse.core.runtime.Status.setPlugin(Status.java:237)
at org.eclipse.core.runtime.Status.<init>(Status.java:129)
at org.eclipse.osgi.tests.bundles.LoggingTests.testFrameworkLog(LoggingTests.java:306)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testEventAdminAdapter1Success0.010
testEventAdminAdapter2Success5.012
testBug347183Success0.028
testBug320546_01Success0.006
testBug320546_02Success0.007
testBug328795Success0.020
testBug338081Success0.009
testInstallWithLocation01FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation01(BundleInstallUpdateTests.java:36)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testInstallWithLocation02FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation02(BundleInstallUpdateTests.java:55)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testInstallWithStream03FailureWrong BSN expected:<test2> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test2> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithStream03(BundleInstallUpdateTests.java:75)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testUpdateNoStream01FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream01(BundleInstallUpdateTests.java:94)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.017
testUpdateNoStream02FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream02(BundleInstallUpdateTests.java:115)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testUpdateWithStream01FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream01(BundleInstallUpdateTests.java:137)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.007
testUpdateWithStream02FailureWrong BSN expected:<test1> but was:<null>

junit.framework.ComparisonFailure: Wrong BSN expected:<test1> but was:<null>
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream02(BundleInstallUpdateTests.java:160)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testBug290193Success0.008
testCollisionHookFailureExpected to fail to update to another bsn/version that causes collision

junit.framework.AssertionFailedError: Expected to fail to update to another bsn/version that causes collision
at org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testCollisionHook(BundleInstallUpdateTests.java:207)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testSystemBundle01Success1.201
testSystemBundle02Success1.127
testSystemBundle03Success1.094
testSystemBundle04Success1.169
testSystemBundle05_1Success1.232
testSystemBundle05_2Success1.185
testSystemBundle06Success2.190
testSystemBundle07Success1.121
testSystemBundle08Success2.167
testSystemBundle09Success1.104
testSystemBundle10Success1.661
testSystemBundle11Success1.214
testSystemBundle12Success2.067
testSystemBundle13FailureUnexpected symbolic name expected:<substitutes.a> but was:<null>

junit.framework.ComparisonFailure: Unexpected symbolic name expected:<substitutes.a> but was:<null>
at org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle13(SystemBundleTests.java:770)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.333
testSystemBundle14Success1.134
testSystemBundle16Success1.134
testSystemBundle17Success1.112
testSystemBundle18Success1.110
testSystemBundle19Success1.166
testMRUBundleFileListSuccess7.506
testURLExternalFormat01Success2.406
testUUIDSuccess2.278
testBug304213Success1.162
testBug351083DevClassPathSuccess1.184
testBug352275Success1.117
testBug351519RefreshEnabledSuccess1.070
testBug351519RefreshDisabledSuccess1.133
testBug351519RefreshDefaultSuccess1.056
testWeavingPersistenceFailureWrong number of wires for wiring1 expected:<3> but was:<1>

junit.framework.AssertionFailedError: Wrong number of wires for wiring1 expected:<3> but was:<1>
at org.eclipse.osgi.tests.bundles.SystemBundleTests.testWeavingPersistence(SystemBundleTests.java:1548)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
2.875
testInvalidBundleActivator01FailureExpected a start failure on invalid activator

junit.framework.AssertionFailedError: Expected a start failure on invalid activator
at org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator01(BundleExceptionTests.java:31)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testInvalidBundleActivator02FailureExpected a start failure on invalid activator

junit.framework.AssertionFailedError: Expected a start failure on invalid activator
at org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator02(BundleExceptionTests.java:42)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
testInvalidBundleActivator03FailureExpected a stop failure on invalid activator

junit.framework.AssertionFailedError: Expected a stop failure on invalid activator
at org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator03(BundleExceptionTests.java:54)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.007
testDuplicateError01FailureExpected an install failure on duplicate bundle

junit.framework.AssertionFailedError: Expected an install failure on duplicate bundle
at org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError01(BundleExceptionTests.java:65)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testDuplicateError02FailureExpected an update failure on duplicate bundle

junit.framework.AssertionFailedError: Expected an update failure on duplicate bundle
at org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError02(BundleExceptionTests.java:78)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testUninstallSystemBundleSuccess0.003
testSubstituteExports01xFailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01x(SubstituteExportsBundleTests.java:42)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01x(SubstituteExportsBundleTests.java:38)
0.015
testSubstituteExports01yFailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.y.Ay

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.y.Ay
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01y(SubstituteExportsBundleTests.java:66)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.y.Ay
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01y(SubstituteExportsBundleTests.java:62)
0.015
testSubstituteExports02FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports02(SubstituteExportsBundleTests.java:90)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports02(SubstituteExportsBundleTests.java:86)
0.014
testSubstituteExports03FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports03(SubstituteExportsBundleTests.java:120)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports03(SubstituteExportsBundleTests.java:114)
0.018
testSubstituteExports04FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports04(SubstituteExportsBundleTests.java:148)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports04(SubstituteExportsBundleTests.java:144)
0.017
testSubstituteExports05FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports05(SubstituteExportsBundleTests.java:197)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ax
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports05(SubstituteExportsBundleTests.java:191)
0.019
testSubstituteExports06FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ix

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Ix
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports06(SubstituteExportsBundleTests.java:255)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Ix
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports06(SubstituteExportsBundleTests.java:249)
0.019
testSubstituteExports07FailureUnexpected exception: java.lang.ClassNotFoundException: substitutes.x.Jx

junit.framework.AssertionFailedError: Unexpected exception: java.lang.ClassNotFoundException: substitutes.x.Jx
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports07(SubstituteExportsBundleTests.java:348)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: substitutes.x.Jx
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports07(SubstituteExportsBundleTests.java:342)
0.017
testSubstituteExports08Failurebundle did not get refreshed: unknown_0.0.0 [328]

junit.framework.AssertionFailedError: bundle did not get refreshed: unknown_0.0.0 [328]
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.doRefreshTest(SubstituteExportsBundleTests.java:477)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports08(SubstituteExportsBundleTests.java:420)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.016
testSubstituteExports09Failurebundle did not get refreshed: unknown_0.0.0 [332]

junit.framework.AssertionFailedError: bundle did not get refreshed: unknown_0.0.0 [332]
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.doRefreshTest(SubstituteExportsBundleTests.java:477)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports09(SubstituteExportsBundleTests.java:429)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.018
testSubstituteExports10Failurebundle did not get refreshed: unknown_0.0.0 [336]

junit.framework.AssertionFailedError: bundle did not get refreshed: unknown_0.0.0 [336]
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.doRefreshTest(SubstituteExportsBundleTests.java:477)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports10(SubstituteExportsBundleTests.java:440)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.022
testSubstituteExports11Failurebundle did not get refreshed: unknown_0.0.0 [342]

junit.framework.AssertionFailedError: bundle did not get refreshed: unknown_0.0.0 [342]
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.doRefreshTest(SubstituteExportsBundleTests.java:477)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports11(SubstituteExportsBundleTests.java:453)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.025
testSubstituteExports12Failurebundle did not get refreshed: unknown_0.0.0 [350]

junit.framework.AssertionFailedError: bundle did not get refreshed: unknown_0.0.0 [350]
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.doRefreshTest(SubstituteExportsBundleTests.java:477)
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports12(SubstituteExportsBundleTests.java:466)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.025
testSubstituteExports13FailurexPackages is null

junit.framework.AssertionFailedError: xPackages is null
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports13(SubstituteExportsBundleTests.java:493)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.017
testSubstituteExports14FailurexPackages is null

junit.framework.AssertionFailedError: xPackages is null
at org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports14(SubstituteExportsBundleTests.java:530)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.021
testBundleEvents01FailureEvent count expected:<10> but was:<5>

junit.framework.AssertionFailedError: Event count expected:<10> but was:<5>
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents01(PackageAdminBundleTests.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testBundleEvents02FailureEvent count expected:<25> but was:<10>

junit.framework.AssertionFailedError: Event count expected:<25> but was:<10>
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents02(PackageAdminBundleTests.java:121)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.023
testBug259903FailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug259903(PackageAdminBundleTests.java:163)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.022
testBug287636FailureCould not find exported package

junit.framework.AssertionFailedError: Could not find exported package
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug287636(PackageAdminBundleTests.java:177)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.017
testBug289719Failurejunit.framework.AssertionFailedError: Compare results: 2 expected:<BundleEvent [STOPPING] unknown_0.0.0 [386]> but was:<BundleEvent [UNRESOLVED] unknown_0.0.0 [385]> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71) at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:488) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174) at java.lang.Thread.run(Thread.java:662) junit.framework.AssertionFailedError: Compare results: 3 expected:<BundleEvent [STOPPED] unknown_0.0.0 [386]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [385]> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71) at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:543) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174) at java.lang.Thread.run(Thread.java:662) junit.framework.AssertionFailedError: Compare results: 4 expected:<BundleEvent [STOPPING] unknown_0.0.0 [387]> but was:<BundleEvent [STARTING] unknown_0.0.0 [385]> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71) at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:367) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(PackageAdminImpl.java:314) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:558) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174) at java.lang.Thread.run(Thread.java:662) junit.framework.AssertionFailedError: Compare results: 5 expected:<BundleEvent [STOPPED] unknown_0.0.0 [387]> but was:<BundleEvent [STARTED] unknown_0.0.0 [385]> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:283) at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71) at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505) at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(PackageAdminImpl.java:314) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:558) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254) at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174) at java.lang.Thread.run(Thread.java:662)

junit.framework.AssertionFailedError: junit.framework.AssertionFailedError: Compare results: 2 expected:<BundleEvent [STOPPING] unknown_0.0.0 [386]> but was:<BundleEvent [UNRESOLVED] unknown_0.0.0 [385]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:488)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174)
at java.lang.Thread.run(Thread.java:662)
junit.framework.AssertionFailedError: Compare results: 3 expected:<BundleEvent [STOPPED] unknown_0.0.0 [386]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [385]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:543)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174)
at java.lang.Thread.run(Thread.java:662)
junit.framework.AssertionFailedError: Compare results: 4 expected:<BundleEvent [STOPPING] unknown_0.0.0 [387]> but was:<BundleEvent [STARTING] unknown_0.0.0 [385]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:367)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(PackageAdminImpl.java:314)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:558)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174)
at java.lang.Thread.run(Thread.java:662)
junit.framework.AssertionFailedError: Compare results: 5 expected:<BundleEvent [STOPPED] unknown_0.0.0 [387]> but was:<BundleEvent [STARTED] unknown_0.0.0 [385]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests$Bug289719Listener.bundleChanged(PackageAdminBundleTests.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1569)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1505)
at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1500)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(PackageAdminImpl.java:314)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:558)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:254)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:174)
at java.lang.Thread.run(Thread.java:662)

at org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug289719(PackageAdminBundleTests.java:230)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.526
testDisabledInfo01Success0.015
testDisabledInfo02Success0.014
testDisabledInfo03Success0.015
testDisabledInfo04FailuretestDesc is resolved!!

junit.framework.AssertionFailedError: testDesc is resolved!!
at org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testDisabledInfo04(PlatformAdminBundleTests.java:231)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testDisabledInfo05Success0.013
testDisabledInfo06Success0.014
testUnresolvedLeaves01FailuretestADesc is resolved!!

junit.framework.AssertionFailedError: testADesc is resolved!!
at org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testUnresolvedLeaves01(PlatformAdminBundleTests.java:414)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testFrameworkExtension01Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testFrameworkExtension01(ExtensionBundleTests.java:30)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.013
testFrameworkExtension02Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testFrameworkExtension02(ExtensionBundleTests.java:43)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.014
testExtClasspathExtension01Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testExtClasspathExtension01(ExtensionBundleTests.java:56)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.016
testXFriendsFailurecompareResults length expected:<4> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<4> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testXFriends(ClassLoadingBundleTests.java:1239)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.019
testURLExternalFormat01Success0.008
testSimpleSuccess0.008
testLoadTriggerClassFailureWrong state expected:<8> but was:<32>

junit.framework.AssertionFailedError: Wrong state expected:<8> but was:<32>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoadTriggerClass(ClassLoadingBundleTests.java:60)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testChainDepedenciesErrororg/eclipse/osgi/tests/bundles/ITestRunner

java.lang.NoClassDefFoundError: org/eclipse/osgi/tests/bundles/ITestRunner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testChainDepedencies(ClassLoadingBundleTests.java:75)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.tests.bundles.ITestRunner
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.012
testMultiChainDepedencies01Errorchain/test/a/AMultiChain1

java.lang.NoClassDefFoundError: chain/test/a/AMultiChain1
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies01(ClassLoadingBundleTests.java:99)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: chain.test.a.AMultiChain1
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.013
testMultiChainDepedencies02FailurecompareResults length expected:<8> but was:<4>

junit.framework.AssertionFailedError: compareResults length expected:<8> but was:<4>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies02(ClassLoadingBundleTests.java:140)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.022
testBug300692_01FailurecompareResults 0 expected:<BundleEvent [RESOLVED] unknown_0.0.0 [454]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [450]>

junit.framework.AssertionFailedError: compareResults 0 expected:<BundleEvent [RESOLVED] unknown_0.0.0 [454]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [450]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:60)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_01(ClassLoadingBundleTests.java:196)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testBug300692_02FailurecompareResults 0 expected:<BundleEvent [RESOLVED] unknown_0.0.0 [459]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [455]>

junit.framework.AssertionFailedError: compareResults 0 expected:<BundleEvent [RESOLVED] unknown_0.0.0 [459]> but was:<BundleEvent [RESOLVED] unknown_0.0.0 [455]>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.assertEquals(AbstractBundleTests.java:71)
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:60)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_02(ClassLoadingBundleTests.java:261)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.012
testClassCircularityErrorErrorcircularity/test/a/ICircularity

java.lang.NoClassDefFoundError: circularity/test/a/ICircularity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testClassCircularityError(ClassLoadingBundleTests.java:306)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: circularity.test.a.ICircularity
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.008
testFragmentPackageAccessErrorfragment.test.attach.host.a.internal.test.TestPackageAccess

java.lang.ClassNotFoundException: fragment.test.attach.host.a.internal.test.TestPackageAccess
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentPackageAccess(ClassLoadingBundleTests.java:320)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.007
testFragmentMultiHostErrorN/A

java.lang.NullPointerException
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentMultiHost(ClassLoadingBundleTests.java:334)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testFragmentExportPackageFailureUnexpected class loading exception: java.lang.ClassNotFoundException: fragment.test.attach.frag.b.Test

junit.framework.AssertionFailedError: Unexpected class loading exception: java.lang.ClassNotFoundException: fragment.test.attach.frag.b.Test
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentExportPackage(ClassLoadingBundleTests.java:362)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: fragment.test.attach.frag.b.Test
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentExportPackage(ClassLoadingBundleTests.java:360)
0.011
testLegacyLazyStartErrororg/eclipse/osgi/tests/bundles/ITestRunner

java.lang.NoClassDefFoundError: org/eclipse/osgi/tests/bundles/ITestRunner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLazyStart(ClassLoadingBundleTests.java:373)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.tests.bundles.ITestRunner
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.010
testLegacyLoadActivationFailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLoadActivation(ClassLoadingBundleTests.java:418)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.013
testOSGiLazyStartErrororg/eclipse/osgi/tests/bundles/ITestRunner

java.lang.NoClassDefFoundError: org/eclipse/osgi/tests/bundles/ITestRunner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testOSGiLazyStart(ClassLoadingBundleTests.java:428)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.tests.bundles.ITestRunner
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.015
testStartTransientByLoadClassFailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransientByLoadClass(ClassLoadingBundleTests.java:490)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.042
testStartTransientFailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransient(ClassLoadingBundleTests.java:591)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.063
testStartResolveSuccess0.017
testStopTransientFailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStopTransient(ClassLoadingBundleTests.java:642)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.018
testBug258659_01FailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_01(ClassLoadingBundleTests.java:724)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.015
testBug258659_02FailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_02(ClassLoadingBundleTests.java:751)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.019
testBug258659_03FailurecompareResults length expected:<2> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<2> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_03(ClassLoadingBundleTests.java:778)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.015
testBug258659_04FailurecompareResults length expected:<3> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<3> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_04(ClassLoadingBundleTests.java:810)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.018
testBug213791FailurecompareResults length expected:<1> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<1> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug213791(ClassLoadingBundleTests.java:836)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.014
testThreadLockFailurecompareResults length expected:<2> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<2> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testThreadLock(ClassLoadingBundleTests.java:848)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.016
testURLsBug164077Success0.010
testEntryURLEqualsHashCodeSuccess0.006
testResourceURLEqualsHashCodeSuccess0.006
testGetEntryDir01Success0.006
testGetResourceDir01Success0.006
testBootGetResourcesSuccess0.006
testMultipleGetResources01Failureresource number expected:<2> but was:<1>

junit.framework.AssertionFailedError: resource number expected:<2> but was:<1>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources01(ClassLoadingBundleTests.java:1015)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
testMultipleGetResources02Failureresource number expected:<4> but was:<1>

junit.framework.AssertionFailedError: resource number expected:<4> but was:<1>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources02(ClassLoadingBundleTests.java:1029)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testMultipleGetResources03Failureresource number expected:<4> but was:<1>

junit.framework.AssertionFailedError: resource number expected:<4> but was:<1>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources03(ClassLoadingBundleTests.java:1046)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.011
testListResourcesFailurecould not find resource

junit.framework.AssertionFailedError: could not find resource
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testListResources(ClassLoadingBundleTests.java:1060)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testURLExternalFormat02Success0.005
testURLExternalFormat03Success0.005
testURLExternalFormat04Success0.006
testURISuccess0.003
testMultipleExportFragments01FailureNumber host exports expected:<3> but was:<0>

junit.framework.AssertionFailedError: Number host exports expected:<3> but was:<0>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments01(ClassLoadingBundleTests.java:1170)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.007
testMultipleExportFragments02FailurecompareResults length expected:<4> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<4> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments02(ClassLoadingBundleTests.java:1201)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.015
testMultipleExportFragments03FailurecompareResults length expected:<4> but was:<0>

junit.framework.AssertionFailedError: compareResults length expected:<4> but was:<0>
at org.eclipse.osgi.tests.bundles.AbstractBundleTests.compareResults(AbstractBundleTests.java:58)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments03(ClassLoadingBundleTests.java:1218)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.018
testImporterExporter01FailureNo exporter.importer.test found

junit.framework.AssertionFailedError: No exporter.importer.test found
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testImporterExporter01(ClassLoadingBundleTests.java:1251)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testImporterExporter02Success0.009
testBug207847Success0.013
testBug235958Success0.006
testBuddyClassLoadingRegistered1Failuretest.txt number expected:<3> but was:<1>

junit.framework.AssertionFailedError: test.txt number expected:<3> but was:<1>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered1(ClassLoadingBundleTests.java:1346)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testBuddyClassLoadingRegistered2Failuretest1.txt

junit.framework.AssertionFailedError: test1.txt
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered2(ClassLoadingBundleTests.java:1366)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.013
testBuddyClassLoadingRegistered3FailureUnexpected ClassNotFoundException: java.lang.ClassNotFoundException: buddy.registered.a.test1.ATest

junit.framework.AssertionFailedError: Unexpected ClassNotFoundException: java.lang.ClassNotFoundException: buddy.registered.a.test1.ATest
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered3(ClassLoadingBundleTests.java:1397)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: buddy.registered.a.test1.ATest
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered3(ClassLoadingBundleTests.java:1394)
0.010
testBuddyClassLoadingDependent1Failuretest.txt number expected:<3> but was:<1>

junit.framework.AssertionFailedError: test.txt number expected:<3> but was:<1>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent1(ClassLoadingBundleTests.java:1427)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.008
testBuddyClassLoadingDependent2Failuretest1.txt

junit.framework.AssertionFailedError: test1.txt
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent2(ClassLoadingBundleTests.java:1447)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testBuddyClassLoadingDependent3FailureUnexpected ClassNotFoundException: java.lang.ClassNotFoundException: buddy.dependent.a.test1.ATest

junit.framework.AssertionFailedError: Unexpected ClassNotFoundException: java.lang.ClassNotFoundException: buddy.dependent.a.test1.ATest
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent3(ClassLoadingBundleTests.java:1481)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: buddy.dependent.a.test1.ATest
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent3(ClassLoadingBundleTests.java:1478)
0.009
testBundleReference01Errororg/osgi/framework/BundleActivator

java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference01(ClassLoadingBundleTests.java:1493)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.007
testBundleReference02Errororg/osgi/framework/BundleActivator

java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:632)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:614)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:568)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:492)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:465)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference02(ClassLoadingBundleTests.java:1500)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.006
testResolveURLRelativeBundleResourceWithPortSuccess0.004
testManifestPackageSpecSuccess0.005
testArrayTypeLoadSuccess0.003
testSystemBundleGetResources01Success0.002
testSystemBundleGetResources02Success0.004
testBug299921Success0.003
testBug306181FailureBundle B is not active expected:<8> but was:<32>

junit.framework.AssertionFailedError: Bundle B is not active expected:<8> but was:<32>
at org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug306181(ClassLoadingBundleTests.java:1605)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.015
testBug348805Success0.007
testBug348806Success0.007
testBug370258_beginExceptionSuccess0.007
testBug370258_endExceptionSuccess0.008
testNativeCode01Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode01(NativeCodeBundleTests.java:34)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
10.018
testNativeCode02Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode02(NativeCodeBundleTests.java:51)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
10.019
testNativeCode03Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode03(NativeCodeBundleTests.java:66)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.014
testNativeCode04Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode04(NativeCodeBundleTests.java:75)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
testNativeCode05Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode05(NativeCodeBundleTests.java:86)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.012
testNativeCode06Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode06(NativeCodeBundleTests.java:98)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.014
testNativeCode07Failure1.0

junit.framework.AssertionFailedError: 1.0
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode07(NativeCodeBundleTests.java:108)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
5.014
testNativeCode08FailureShould not be able to start bundle with missing native code path

junit.framework.AssertionFailedError: Should not be able to start bundle with missing native code path
at org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode08(NativeCodeBundleTests.java:118)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.009
testServiceListener01Success0.006
testServiceListener02Success0.005
testServiceListener03Success0.007
testServiceOrdering01Success0.004
testDuplicateObjectClassSuccess0.003
testServiceReferenceCompare01Success0.004
testModifiedRankingSuccess0.005
testServiceException01Success0.007
testServiceException02Success0.004
testServiceException03Success0.005
testServiceException04Success0.005
testFindHook01Success0.011
testEventHook01Success0.007
testListenerHook01Success0.008
testListenerHook02Success0.004
testServiceTracker01Success0.006
testServiceTracker02Success0.006
testServiceTracker03Success0.006
testCopyOnWriteIdentityMapSuccess0.002
testFilterSuccess0.011
testInvalidValuesSuccess0.004
testIllegalSuccess0.001
testScalarSubstringSuccess0.002
testNormalizationSuccess0.000
testComparableSuccess0.001
testObjectSuccess0.000
testFilterSuccess0.015
testInvalidValuesSuccess0.006
testIllegalSuccess0.000
testScalarSubstringSuccess0.002
testNormalizationSuccess0.001
testComparableSuccess0.001
testObjectSuccess0.000
testAdminPermissionSuccess0.011
testServicePermissionSuccess0.006
testPackagePermissionSuccess0.005
testCreateComposite01Success1.427
testCreateComposite02Success4.882
testCreateComposite03Success11.544
testCompositeShare01Success1.496
testCompositeShare01aSuccess1.378
testCompositeShare02Success1.495
testCompositeShare03FailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare03_1.0.0 [566]" could not be resolved. Reason: The bundle is disabled: null

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare03_1.0.0 [566]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare03(CompositeShareTests.java:101)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare03_1.0.0 [566]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.467
testCompositeShare04aFailureExpected start failure

junit.framework.AssertionFailedError: Expected start failure
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare04a(CompositeShareTests.java:133)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.521
testCompositeShare04bFailureExpected start failure

junit.framework.AssertionFailedError: Expected start failure
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare04b(CompositeShareTests.java:188)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.498
testCompositeShare04cFailureExpected start failure

junit.framework.AssertionFailedError: Expected start failure
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare04c(CompositeShareTests.java:292)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.595
testCompositeShare04d_Bug363561FailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare04a_1.0.0 [567]" could not be resolved. Reason: The bundle is disabled: null

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare04a_1.0.0 [567]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare04d_Bug363561(CompositeShareTests.java:309)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare04a_1.0.0 [567]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.017
testCompositeShare05FailureBundle should not be resolved

junit.framework.AssertionFailedError: Bundle should not be resolved
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare05(CompositeShareTests.java:334)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.045
testCompositeShare06Success1.921
testCompositeShare07aFailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare07a_1.0.0 [575]" could not be resolved. Reason: The bundle is disabled: null

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare07a_1.0.0 [575]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare07a(CompositeShareTests.java:415)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare07a_1.0.0 [575]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.563
testCompositeShare07bFailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare07b_1.0.0 [578]" could not be resolved. Reason: The bundle is disabled: null

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare07b_1.0.0 [578]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare07b(CompositeShareTests.java:490)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare07b_1.0.0 [578]" could not be resolved. Reason: The bundle is disabled: null
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.595
testCompositeShare08FailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare08LV2_1.0.0 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare08LV2_1.0.0 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare08(CompositeShareTests.java:580)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare08LV2_1.0.0 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
1.592
testCompositeShare09aFailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare09a_1.0.0 [583]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare09a_1.0.0 [583]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.createCompositeBundle(AbstractCompositeTests.java:81)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare09a(CompositeShareTests.java:631)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare09a_1.0.0 [583]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.583
testCompositeShare09bFailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare09b_1.0.0 [585]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testCompositeShare09b_1.0.0 [585]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testCompositeShare09b(CompositeShareTests.java:696)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testCompositeShare09b_1.0.0 [585]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.c.service1; version="0.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.558
testCompositeShare10Success1.546
testCompositeShare11Success1.533
testBug258209_1FailureUnexpected state expected:<32> but was:<2>

junit.framework.AssertionFailedError: Unexpected state expected:<32> but was:<2>
at org.eclipse.osgi.tests.composites.CompositeShareTests.testBug258209_1(CompositeShareTests.java:974)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.603
testBug365677FailureFailed to start composite: org.osgi.framework.BundleException: The bundle "testBug365677_1.0.0 [589]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"

junit.framework.AssertionFailedError: Failed to start composite: org.osgi.framework.BundleException: The bundle "testBug365677_1.0.0 [589]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"
at org.eclipse.core.tests.harness.CoreTest.fail(CoreTest.java:67)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:135)
at org.eclipse.osgi.tests.composites.CompositeShareTests.testBug365677(CompositeShareTests.java:1022)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.osgi.framework.BundleException: The bundle "testBug365677_1.0.0 [589]" could not be resolved. Reason: Missing Constraint: Import-Package: test.link.a; version="0.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
at org.eclipse.osgi.tests.composites.AbstractCompositeTests.startCompositeBundle(AbstractCompositeTests.java:130)
0.576
testLinkSecurity01Success1.882
testLinkSecurity02FailureShould fail to start test.link.d

junit.framework.AssertionFailedError: Should fail to start test.link.d
at org.eclipse.osgi.tests.composites.CompositeSecurityTests.testLinkSecurity02(CompositeSecurityTests.java:116)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.718
testLinkSecurity03FailureShould fail to start test.link.d

junit.framework.AssertionFailedError: Should fail to start test.link.d
at org.eclipse.osgi.tests.composites.CompositeSecurityTests.testLinkSecurity03(CompositeSecurityTests.java:191)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.606
testCreateSecurityAdminSuccess0.006
testCreateDomainSuccess0.025
testLocationPermission01Success0.025
testLocationPermission02Success0.026
testLocationPermission03Success0.032
testDefaultPermissions01Success0.026
testDefaultPermissions02Success0.026
testNotLocationCondition01Success0.027
testNotLocationCondition02Success0.025
testMultipleLocationConditions01Success0.026
testMultipleLocationConditions02Success0.036
testUpdate01Success0.004
testUpdate02Success0.025
testUpdate03Success0.033
testUpdate04Success0.028
testSecurityManager01Success0.028
testPostponedConditions01Errorext/framework/b/TestCondition

java.lang.NoClassDefFoundError: ext/framework/b/TestCondition
at org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions01(SecurityAdminUnitTests.java:408)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.ClassNotFoundException: ext.framework.b.TestCondition
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
0.025
testPostponedConditions02Errorext/framework/b/TestCondition

java.lang.NoClassDefFoundError: ext/framework/b/TestCondition
at org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions02(SecurityAdminUnitTests.java:463)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.024
testPostponedConditions03Errorext/framework/b/TestCondition

java.lang.NoClassDefFoundError: ext/framework/b/TestCondition
at org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions03(SecurityAdminUnitTests.java:502)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.024
testPostponedConditions04Errorext/framework/b/TestCondition

java.lang.NoClassDefFoundError: ext/framework/b/TestCondition
at org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions04(SecurityAdminUnitTests.java:540)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.023
testPostponedConditions05Errorext/framework/b/TestCondition

java.lang.NoClassDefFoundError: ext/framework/b/TestCondition
at org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions05(SecurityAdminUnitTests.java:578)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.024
testAccessControlContext01Success0.010
testAccessControlContext01aSuccess0.005
testAccessControlContext02Success0.005
testAccessControlContext03Success0.008
testAccessControlContext04Success0.009
testAccessControlContext05Success0.009
testAccessControlContext06Success0.006
testAccessControlContext07Success0.006
testEncodingInfos01Success0.005
testEncodingInfos02Success0.006
testBug286307Success0.027
testEnableSecurityManager01Success1.095
testEnableSecurityManager02Success1.567
testEnableSecurityManager03FailureFound unexpected required bundle

junit.framework.AssertionFailedError: Found unexpected required bundle
at org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager03(SecurityManagerTests.java:221)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.388
testEnableSecurityManager04FailurelinkAClient has wrong state expected:<2> but was:<4>

junit.framework.AssertionFailedError: linkAClient has wrong state expected:<2> but was:<4>
at org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager04(SecurityManagerTests.java:305)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
3.467
testEnableSecurityManager05Success1.243
testLocalization01FailureWrong Bundle-Name expected:<en_US> but was:<null>

junit.framework.ComparisonFailure: Wrong Bundle-Name expected:<en_US> but was:<null>
at org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testLocalization01(SecurityManagerTests.java:409)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.487
testBug254600Success1.363
testBug287750FailureWrong startlevel expected:<10> but was:<1>

junit.framework.AssertionFailedError: Wrong startlevel expected:<10> but was:<1>
at org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug287750(SecurityManagerTests.java:561)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.528
testBug367614Success1.425
testIdentitySuccess0.060
testRequirementMatchesSuccess0.024
testSingletonIdentitySuccess0.052

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
16929082.84%297.541
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.pde.build.tests169029297.541

Package org.eclipse.pde.build.tests

NameTestsErrorsFailuresTime(s)
P2TestSuite55015180.800
PDEBuildTestSuite114014116.741
Back to top


TestCase P2TestSuite

NameStatusTypeTime(s)
testP2SimpleProductFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testP2SimpleProduct(P2Tests.java:41)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.091
testBug237096Success3.498
testBug242346Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testBug242346(P2Tests.java:184)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.011
testBug222962_305837Success1.686
testBug237662Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testBug237662(P2Tests.java:291)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.007
testBug255518Success2.074
testBug258126Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testBug258126(P2Tests.java:367)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.005
testBug262421Success1.662
testBug265526_265524Success3.313
testBug265564Success21.781
testBug263272Success2.815
testBug263272_2Success2.198
testBug267461Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testBug267461(P2Tests.java:814)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug304736Success1.725
testBug271373Success2.456
testMetadataGenerator_BootStrapFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.P2Tests.testMetadataGenerator_BootStrap(P2Tests.java:935)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
testBug271373Success1.936
testPublishBundle_simpleSuccess1.246
testBug277824Success2.526
testBug277824_2Success2.315
testPublishFeature_rootFilesSuccess0.890
testPublishFeature_versionReplacementSuccess1.318
testPublishBundle_customCallbacksSuccess1.169
testPublishBundle_p2infCUsSuccess2.302
testPublishFeature_customCallbacksSuccess0.956
testPublishFeature_ExecutableFeatureFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testPublishFeature_ExecutableFeature(PublishingTests.java:430)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
testPublishBundle_APIToolingSuccess1.314
testPublish_Packaging_1Success5.636
testPublish_Source_1Success1.362
testPublish_Brand_1Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testPublish_Brand_1(PublishingTests.java:608)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testAssemblePackageSuccess2.654
testPublishAndRunSimpleProductFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testPublishAndRunSimpleProduct(PublishingTests.java:771)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug265726Success78.995
testMultiConfigSuccess1.294
testShape_267506Success3.237
testBug267461_2Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testBug267461_2(PublishingTests.java:1071)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug267972Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testBug267972(PublishingTests.java:1113)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug266488Success2.519
testPublishFeature_Bug270882Success1.111
testBug264743_PublishExecutableSuccess3.102
testBug269972Success1.243
testBug259792_ReuseIUsSuccess3.417
testPublish_FeatureBasedProductFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testPublish_FeatureBasedProduct(PublishingTests.java:1427)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testDirectorLoggingFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testDirectorLogging(PublishingTests.java:1481)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug272907Success1.254
testBug268498Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testBug268498(PublishingTests.java:1573)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testPublish_P2InfConfigPropertyFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.p2.PublishingTests.testPublish_P2InfConfigProperty(PublishingTests.java:1646)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug262464_customConfigSuccess2.142
testBug283060Success2.310
testBug284499Success2.488
testBug293048Success2.329
testBug307157Success1.103
testBug323286Success1.745
testBug322340Success1.938
testBug329162Success1.565

Back to top

TestCase PDEBuildTestSuite

NameStatusTypeTime(s)
testBug206679_247198Success1.907
testBug114150Success3.761
testBug184517Success0.817
testbug184920Success0.749
testBug179616ASuccess1.345
testBug179616BSuccess1.283
testBug107372_208617Success1.549
testBug228537Success0.646
testIndividualSourceBundlesSuccess3.675
testBug230870Success2.340
testIndividualSourceBundles_2Success1.288
test243475_243227Success2.487
testBug247007_247027Success0.580
testBug257761Success1.224
testBug272543Success1.721
testBug290828Failureexpected:<1> but was:<0>

junit.framework.AssertionFailedError: expected:<1> but was:<0>
at org.eclipse.pde.build.internal.tests.SourceTests.testBug290828(SourceTests.java:612)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
1.035
testbug302941Success0.594
testBug147292Success0.392
testBug148288Success0.002
testBug178447Success0.410
testBug183869Success1.946
testBug183924Success0.926
testBug187809Success0.004
testBug203270Success0.408
testBug125577Success0.610
testSimpleClasspathSuccess0.618
testBug207500Success0.630
testPluginPathSuccess0.629
testBug128901_filteredDependencyCheckSuccess0.582
testBug198536Success0.242
testBug207335Success0.583
testBug206679Success0.004
testBug193393Success0.629
testBug196159_196754Success1.826
testBug210464Success0.631
testBug212920Success0.585
testBug224098Success0.624
testBug208011_simpleCycleSuccess1.167
testBug199241Success1.248
testBug237475Success0.600
testBug247091Success0.612
testBug247091_2Success0.000
testBug246127Success0.392
testBug247232Success0.564
testBug248767_212467Success2.304
testBug238177Success0.623
testQualifierSuffixesSuccess0.378
testBug156043Success2.343
testBug239843_1Success1.064
testBug239843_2Success0.367
testBug239843_3Success0.357
testBug262294Success0.351
testRootFiles_1Success1.031
testBug256787Success0.246
testBug260634Success1.095
testBug217005Success1.016
testBug219832Success2.938
testBug190041Success5.797
testBug279583Success0.359
testBug281592Success1.233
testBug279622Success1.065
testBug284721Success1.231
testBug252711Success0.378
testCatchAllValueSuccess1.135
testBug291527Success1.114
testBug243582Success1.039
testBug284806Success0.735
testBug301311Success0.001
test303960sourceFileExtensions1Success0.574
test303960sourceFileExtensions2Success0.563
test303960compilerAdapterSuccess0.540
test303960compilerAdapterUseLog1Success0.570
test303960compilerAdapterUseLog2Success0.565
test303960compilerAdapterUseLog3Success0.554
test303960compilerAdapterUseArgFile1Success0.543
test303960compilerAdapterUseArgFile2Success0.547
test303960compilerAdapterUseArgFile3Success0.546
test303960compilerArgs1Success0.555
test303960compilerArgs2Success0.563
testBug309572Success1.977
testBug265771Success2.703
testBug157375_NestedJarsSuccess2.151
testBug192127Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.testBug192127(ProductTests.java:43)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.010
test218878Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.test218878(ProductTests.java:83)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
test234032Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.test234032(ProductTests.java:115)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
test237922Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.test237922(ProductTests.java:138)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
test186224Success0.892
test315792Success0.505
test237747Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.test237747(ProductTests.java:207)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug238001Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.testBug238001(ProductTests.java:230)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug249410Success0.006
testBug252246Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.testBug252246(ProductTests.java:312)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug271373Success1.451
testBug265438Success1.287
testBug246060Success0.231
testBug262324Success0.576
testBug266056Success0.595
testBug266056_2Success0.580
testBug269540Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.ProductTests.testBug269540(ProductTests.java:541)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testLicenseFeatureOldP2Success1.040
testEmptyCombosPDESuccess11.901
testRootUsedWithNoLicenseRefPDESuccess0.687
testLicenseFeaturePDESuccess0.985
testP2GatheringSuccess1.173
testP2Gathering_CustomSuccess0.903
testBinaryLicenseSuccess2.968
testBug338835_MissingLicenseSectionSuccess0.252
testCustomAssemblyFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.AssembleTests.testCustomAssembly(AssembleTests.java:44)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.005
testBug179612_defaultFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.AssembleTests.testBug179612_default(AssembleTests.java:67)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug179612_customFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.AssembleTests.testBug179612_custom(AssembleTests.java:91)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug196754Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.AssembleTests.testBug196754(AssembleTests.java:121)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.004
testBug211605Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.pde.build.internal.tests.AssembleTests.testBug211605(AssembleTests.java:143)
at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testBug255824Success1.901
testPackager_bug315710Success3.720

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
60516.67%12.530
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.releng.tests65012.530

Package org.eclipse.releng.tests

NameTestsErrorsFailuresTime(s)
BuildTests65012.530
Back to top


TestCase BuildTests

NameStatusTypeTime(s)
testChkpiiSuccess0.042
testFeatureFilesErrorFeature directory missing required files: /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.platform.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.core.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.jdt.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.rcp.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.rcp.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.pde.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.help.source_1.3.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.extras.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.user.ui.source_2.2.0.201204170131;

junit.framework.AssertionFailedError: Feature directory missing required files: /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.platform.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.core.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.jdt.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.rcp.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.rcp.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.pde.source_3.8.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.help.source_1.3.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.extras.feature.source_1.1.0.201204170131; /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/features/org.eclipse.equinox.p2.user.ui.source_2.2.0.201204170131;
at org.eclipse.releng.tests.BuildTests.testFeatureFiles(BuildTests.java:445)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.025
testPluginFilesErrorPlugin directory missing required files: /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/plugins/org.eclipse.jdt.doc.user_3.8.0.201204170131.jar;

junit.framework.AssertionFailedError: Plugin directory missing required files: /home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/plugins/org.eclipse.jdt.doc.user_3.8.0.201204170131.jar;
at org.eclipse.releng.tests.BuildTests.testPluginFiles(BuildTests.java:472)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.352
testJavadocLogsErrorjavadoc errors and/or warnings in: Unable to find org.eclipse.platform.doc.isv.javadoc.txt to read. Unable to find org.eclipse.jdt.doc.isv.javadoc.txt to read. Unable to find org.eclipse.pde.doc.user.javadoc.txt to read. See the javadoc logs linked from the test results page for details

junit.framework.AssertionFailedError: javadoc errors and/or warnings in:
Unable to find org.eclipse.platform.doc.isv.javadoc.txt to read.
Unable to find org.eclipse.jdt.doc.isv.javadoc.txt to read.
Unable to find org.eclipse.pde.doc.user.javadoc.txt to read.
See the javadoc logs linked from the test results page for details
at org.eclipse.releng.tests.BuildTests.testJavadocLogs(BuildTests.java:667)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.006
testComparatorLogsErrorcomparator warnings in: See the 'comparatorlog.txt' in 'Release engineering build logs' for details.

junit.framework.AssertionFailedError: comparator warnings in:
See the 'comparatorlog.txt' in 'Release engineering build logs' for details.
at org.eclipse.releng.tests.BuildTests.testComparatorLogs(BuildTests.java:741)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.003
testVersionCompareErrorFeatures included in "/home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/relengcomparecurrent/features" has been compared to those included in "/home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/relengcompare/features". There are 318 error messages and 1 warning messages. See the version compare logs linked from the test results page for details

junit.framework.AssertionFailedError: Features included in "/home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/relengcomparecurrent/features" has been compared to those included in "/home/user/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/test-eclipse/eclipse/relengcompare/features".
There are 318 error messages and 1 warning messages.
See the version compare logs linked from the test results page for details
at org.eclipse.releng.tests.BuildTests.verifyCompareResults(BuildTests.java:869)
at org.eclipse.releng.tests.BuildTests.testVersionCompare(BuildTests.java:993)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
12.067

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
106-500.00%1.302
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.team.tests.ccvs.core1601.302

Package org.eclipse.team.tests.ccvs.core

NameTestsErrorsFailuresTime(s)
AllCoreTests1500.276
AllTests0101.026
Back to top


TestCase AllCoreTests

NameStatusTypeTime(s)
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.003
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.000
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.000
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.000
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.000
testChangeDefaultWin32SshHomeOldWorkspaceSuccess0.001

Back to top

TestCase AllTests

NameStatusTypeTime(s)
unknownErrorCould not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}

org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:${cvs_user}@${cvs_host}:${cvs_root}: Cannot locate host: ${cvs_host}
at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806)
at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159)
at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196)
at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170)
at org.eclipse.team.tests.ccvs.core.CVSUITestSetup.setUp(CVSUITestSetup.java:29)
at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.net.UnknownHostException: ${cvs_host}
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.Socket.connect(Socket.java:529)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory.internalCreateSocket(ResponsiveSocketFactory.java:137)
at org.eclipse.team.internal.ccvs.core.util.ResponsiveSocketFactory$1.run(ResponsiveSocketFactory.java:63)
at java.lang.Thread.run(Thread.java:662)
0.003

Back to top

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
136515.38%0.233
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.ua.tests.doc13560.233

Package org.eclipse.ua.tests.doc

NameTestsErrorsFailuresTime(s)
AllTests13560.233
Back to top


TestCase AllTests

NameStatusTypeTime(s)
testPlatformUserIndexFailurecould not open: index

junit.framework.AssertionFailedError: could not open: index
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.validateIndex(PrebuiltIndexChecker.java:77)
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.testPlatformUserIndex(PrebuiltIndexChecker.java:49)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.025
testPlatformIsvIndexFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.validateIndex(PrebuiltIndexChecker.java:70)
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.testPlatformIsvIndex(PrebuiltIndexChecker.java:53)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testPdeUserIndexFailurecould not open: index

junit.framework.AssertionFailedError: could not open: index
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.validateIndex(PrebuiltIndexChecker.java:77)
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.testPdeUserIndex(PrebuiltIndexChecker.java:57)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.002
testJdtUserIndexFailurecould not open: index

junit.framework.AssertionFailedError: could not open: index
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.validateIndex(PrebuiltIndexChecker.java:77)
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.testJdtUserIndex(PrebuiltIndexChecker.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testJdtIsvIndexFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.validateIndex(PrebuiltIndexChecker.java:70)
at org.eclipse.ua.tests.doc.internal.linkchecker.PrebuiltIndexChecker.testJdtIsvIndex(PrebuiltIndexChecker.java:65)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testPlatformUserSuccess0.118
testPlatformIsvStaticErrorN/A

java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:49)
at org.eclipse.help.internal.validation.TocValidator.processToc(TocValidator.java:119)
at org.eclipse.help.internal.validation.TocValidator.filteredValidate(TocValidator.java:83)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testPlatformIsvStatic(TocLinkChecker.java:80)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000
testPlatformIsvGeneratedErrorN/A

java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:49)
at org.eclipse.help.internal.validation.TocValidator.processToc(TocValidator.java:119)
at org.eclipse.help.internal.validation.TocValidator.filteredValidate(TocValidator.java:83)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testPlatformIsvGenerated(TocLinkChecker.java:85)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testPdeUserStaticSuccess0.046
testPdeUserGeneratedFailureInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/overview-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/build/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/build/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/plugin/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/project/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/launching/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/launcher/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/templates/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_build_fetchFactories.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_javadoc.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_source.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_targets.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_launchShortcuts.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_newExtension.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_osgiFrameworks.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_pluginContent.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_samples.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_targetProvisioners.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_templates.html

junit.framework.AssertionFailedError: Invalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/overview-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/build/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/build/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/plugin/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/core/project/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/launching/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/launcher/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/api/org/eclipse/pde/ui/templates/package-summary.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_build_fetchFactories.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_javadoc.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_source.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_core_targets.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_launchShortcuts.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_newExtension.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_osgiFrameworks.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_pluginContent.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_samples.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_targetProvisioners.htmlInvalid link in "/org.eclipse.pde.doc.user/topics_Reference.xml": reference/extension-points/org_eclipse_pde_ui_templates.html
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.doAssert(TocLinkChecker.java:120)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testPdeUserGenerated(TocLinkChecker.java:96)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.027
testJdtUserErrorN/A

java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:49)
at org.eclipse.help.internal.validation.TocValidator.processToc(TocValidator.java:119)
at org.eclipse.help.internal.validation.TocValidator.filteredValidate(TocValidator.java:83)
at org.eclipse.help.internal.validation.TocValidator.validate(TocValidator.java:76)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testJdtUser(TocLinkChecker.java:100)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testJdtIsvStaticErrorN/A

java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:49)
at org.eclipse.help.internal.validation.TocValidator.processToc(TocValidator.java:119)
at org.eclipse.help.internal.validation.TocValidator.filteredValidate(TocValidator.java:83)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testJdtIsvStatic(TocLinkChecker.java:105)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.001
testJdtIsvGeneratedErrorN/A

java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:49)
at org.eclipse.help.internal.validation.TocValidator.processToc(TocValidator.java:119)
at org.eclipse.help.internal.validation.TocValidator.filteredValidate(TocValidator.java:83)
at org.eclipse.ua.tests.doc.internal.linkchecker.TocLinkChecker.testJdtIsvGenerated(TocLinkChecker.java:110)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3528)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3181)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at org.eclipse.core.launcher.Main.main(Main.java:34)
0.000

Back to top

Back to the top