This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 430838 - Test failing after platform pre-req change
Summary: Test failing after platform pre-req change
Status: RESOLVED FIXED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: jst.ws.jaxws (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 3.6 M7   Edit
Assignee: Shane Clarke CLA
QA Contact: Shane Clarke CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 17:05 EDT by Shane Clarke CLA
Modified: 2014-05-01 16:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Clarke CLA 2014-03-20 17:05:46 EDT
org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.validation.WpValidationTest.testNameIsUniqe test has started failing after the 3.6.0 build moved it's platform pre-req to I20140318-0830.

It looks like it's related to an underlying JDT/APT issue with source positions on org.eclipse.jdt.apt.core.internal.declaration.AnnotationValueImpl

Build I20140318-0830 does have failures/errors in JDT & APT tests.

Could not find marker with attributes specified: {charStart=116, severity=2, charEnd=124}

junit.framework.AssertionFailedError: Could not find marker with attributes specified: {charStart=116, severity=2, charEnd=124}
at org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.validation.ValidationTestsSetUp.validateSingleResourceMarker(ValidationTestsSetUp.java:206)
at org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.validation.ValidationTestsSetUp.validateResourceMarkers(ValidationTestsSetUp.java:171)
at org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.validation.WpValidationTest.testNameIsUniqe(WpValidationTest.java:79)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at org.eclipse.jst.ws.jaxws.testutils.jmock.MockObjectTestCase.runBareInternal(MockObjectTestCase.java:49)
at org.eclipse.jst.ws.jaxws.testutils.jmock.testcases.BeforeAfterEnabler.runBare(BeforeAfterEnabler.java:42)
at org.eclipse.jst.ws.jaxws.testutils.jmock.MockObjectTestCase.runBare(MockObjectTestCase.java:55)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
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:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3748)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3396)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1119)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1003)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:147)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:630)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:574)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
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:133)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:103)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:378)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Comment 1 Shane Clarke CLA 2014-05-01 16:05:03 EDT
Fix committed and pushed to master.