[JBoss JIRA] Created: (JBIDE-8537) org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest failure
by Alexey Kazakov (JIRA)
org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest failure
------------------------------------------------------------------
Key: JBIDE-8537
URL: https://issues.jboss.org/browse/JBIDE-8537
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M1
Failed tests:
testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest)
testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest) Time elapsed: 6.038 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker resolution did not decrease number of problems. was: 1 now: 1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.checkResolution(CDIMarkerResolutionTest.java:142)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.checkResolution(CDIMarkerResolutionTest.java:57)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(CDIMarkerResolutionTest.java:511)
Make sure it works in 3.2.* brunch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8504) org.jboss.tools.cdi.ui.test.CATest fail
by Daniel Azarov (JIRA)
org.jboss.tools.cdi.ui.test.CATest fail
---------------------------------------
Key: JBIDE-8504
URL: https://issues.jboss.org/browse/JBIDE-8504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.1
Reporter: Daniel Azarov
Assignee: Alexey Kazakov
Fix For: 3.2.x, 3.3.0.M1
Tests run: 27, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 90.814 sec <<< FAILURE!
testEL(org.jboss.tools.cdi.ui.test.CATest) Time elapsed: 4.602 sec <<< FAILURE!
junit.framework.AssertionFailedError: Proposal example not found!
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.jst.jsp.test.ca.ContentAssistantTestCase.checkProposals(ContentAssistantTestCase.java:99)
at org.jboss.tools.jst.jsp.test.ca.ContentAssistantTestCase.checkProposals(ContentAssistantTestCase.java:71)
at org.jboss.tools.cdi.ui.test.CATest.testEL(CATest.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8786) org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.testMakeBeanScopedDependentResolution() failure.
by Alexey Kazakov (JIRA)
org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.testMakeBeanScopedDependentResolution() failure.
-----------------------------------------------------------------------------------------------------------
Key: JBIDE-8786
URL: https://issues.jboss.org/browse/JBIDE-8786
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M1
Tests run: 45, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 132.907 sec <<< FAILURE!
testMakeBeanScopedDependentResolution(org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest) Time elapsed: 3.696 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker resolution did not decrease number of problems. was: 1 now: 1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.checkResolution(CDIMarkerResolutionTest.java:135)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.testMakeBeanScopedDependentResolution(CDIMarkerResolutionTest.java:556)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8787) org.jboss.tools.cdi.seam.text.ext.test.CDISeamResourceLoadingHyperlinkDetectorTest.testCDISeamResourceLoadingHyperlinkDetector() failure.
by Alexey Kazakov (JIRA)
org.jboss.tools.cdi.seam.text.ext.test.CDISeamResourceLoadingHyperlinkDetectorTest.testCDISeamResourceLoadingHyperlinkDetector() failure.
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8787
URL: https://issues.jboss.org/browse/JBIDE-8787
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M1
{noformat}
Running org.jboss.tools.cdi.seam.text.ext.test.CdiSeamTextExtAllTests
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 sec <<< FAILURE!
testCDISeamResourceLoadingHyperlinkDetector(org.jboss.tools.cdi.seam.text.ext.test.CDISeamResourceLoadingHyperlinkDetectorTest) Time elapsed: 0.002 sec <<< ERROR!
org.eclipse.core.internal.resources.ResourceException: Resource '/tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/openon/ResourceLoader.java' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:327)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:201)
at org.eclipse.core.internal.resources.File.getContents(File.java:291)
at org.eclipse.core.internal.resources.File.getContents(File.java:282)
at org.jboss.tools.common.util.FileUtil.readStream(FileUtil.java:202)
at org.jboss.tools.cdi.seam.text.ext.test.CDISeamResourceLoadingHyperlinkDetectorTest.testCDISeamResourceLoadingHyperlinkDetector(CDISeamResourceLoadingHyperlinkDetectorTest.java:16)
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8925) The method getSampleSOAPInputMessage(Definition, String, String, String, String) is undefined for the type TesterWSDLUtils
by Nick Boldt (JIRA)
The method getSampleSOAPInputMessage(Definition, String, String, String, String) is undefined for the type TesterWSDLUtils
--------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8925
URL: https://issues.jboss.org/browse/JBIDE-8925
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M1
Reporter: Nick Boldt
Assignee: Brian Fitzpatrick
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.3...
[INFO] org.jboss.tools.ws.ui.test ........................ FAILURE [10.231s]
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.ws.ui.test: Compilation failure: Compilation failure:
[ERROR] /qa/services/hudson/hudson_workspace/workspace/jbosstools-3.3_trunk.component--ws/sources/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/utils/TesterWSDLUtilsTest.java (at line 125):[-1,-1]
[ERROR] return TesterWSDLUtils.getSampleSOAPInputMessage(def, service, port, binding, operation);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getSampleSOAPInputMessage(Definition, String, String, String, String) is undefined for the type TesterWSDLUtils
[ERROR] -> [Help 1]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months