Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Eclipse Build/Tests

< Linux Tools Project‎ | Eclipse Build
Revision as of 15:01, 24 September 2009 by Overholt.redhat.com (Talk | contribs) (Test runs where there are failures or errors)

Eclipse SDK Test Results as part of eclipse-build

Using the Linux Tools project's [Eclipse_Build eclipse-build] output, it is possible to run the SDK JUnit tests with ant runTests.

Test runs where there are failures or errors

Test plugin Failures Errors Comments Build Host Configuration
org.eclipse.core.tests.resources 0 73 x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.core.tests.runtime 0 3
org.eclipse.jdt.core.tests.compiler 2 0 (org.eclipse.jdt.core.tests.compiler.regression) x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.jdt.ui.tests 3 0 flaky test(s)? One of the failures appears to be some sort of character encoding issue but does not occur when I run it locally. The two others are an ordering issue in JUnit XML output. More investigation is required. x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.jdt.core.tests.compiler 2 0 (org.eclipse.jdt.core.tests.compiler.regression) x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.jdt.ui.tests 3 1 LeakTestSuite x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.osgi.tests 0 104 the error in org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testNone() is likely due to some sort of read-only thing. there are four failures due to incorrect bundle states ... this requires investigation. there are 22 errors due to some sort of casting issue. More investigation is required. I'm not sure off-hand what's up with the NPE at: org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug254600(SecurityManagerTests.java:447) x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.pde.ui.tests 2 0 x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.pde.build.tests 26 1 x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.swt.tests 1 0 this is an assertion failure expecting 1 but getting 0: org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text.test_getTopIndex(Test_org_eclipse_swt_widgets_Text.java:792). I suspect valid SWT/window manager/GTK issues x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.team.tests.core 0 1 '/tmp' is not a valid location for linked resources. <-- huh? x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.ui.parts.tests 12 0 x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.ui.tests 39 7 x86, Fedora 11, eclipse-build trunk 2009-09-24
org.eclipse.ui.tests.session 0 35 x86, Fedora 11, eclipse-build trunk 2009-09-24
plugin id number of failures number of errors comments architecture, distro, eclipse-build version

Back to the top