Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 379855

Summary: junit.framework.AssertionFailedError: Export job had errors
Product: [Eclipse Project] PDE Reporter: Ludmila Shikhvarg <ludmila.shikhvarg>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Ludmila Shikhvarg CLA 2012-05-17 17:24:54 EDT
Build Identifier: Build Identifier: Version: 3.7.2 Build id: M20120208-0800

Two tests in org.eclipse.pde.ui.tests are failed with jdk 7u6 on macosx with :
junit.framework.AssertionFailedError: Export job had errors
at org.eclipse.pde.ui.tests.ee.ExportBundleTests.testExportCustomEnvironment(ExportBundleTests.java:97)
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:3938)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
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:123)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)

Failed tests are:
testExportCustomEnvironment
testExport14Environment


Reproducible: Always

Steps to Reproduce:
1. Use eclipse-Automated-Tests-3.7.2 to run automated tests.
2. Install jdk 7u6 from http://jdk7.java.net/archive/7u6-b08.html
3. Run pdeui tests
Comment 1 Curtis Windatt CLA 2014-02-19 13:39:50 EST
Moving to PDE. Closing as a duplicate of Bug 424597 as there is something wrong with these tests, but they do not consistently fail.

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