Skip to content

Regression

org.eclipse.sirius.tests.swtbot.SetStyleToWorkspaceImageTests.testSetWkpImageFromClipboardButton (from org.eclipse.sirius.tests.swtbot.suite.AllTestSuite)

Failing for the past 1 build (Since Unstable #2967 )
Took 11 sec.

Error Message

Timeout after: 10000 ms.: The widget (of type 'ToolItem' and (with tooltip 'Paste the copied style to the selected elements' or with tooltip 'Paste the current recorded format (layout and style) to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded format (layout and style) to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste the current recorded layout to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded layout to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste the current recorded style to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded style to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste image from clipboard to the selected diagram element as workspace image') and with style 'SWT.DROP_DOWN') was not enabled.

Stacktrace

org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 10000 ms.: The widget (of type 'ToolItem' and (with tooltip 'Paste the copied style to the selected elements' or with tooltip 'Paste the current recorded format (layout and style) to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded format (layout and style) to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste the current recorded layout to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded layout to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste the current recorded style to the selected diagram using a mapping based on semantic elements' or with tooltip 'Paste the current recorded style to the selected elements using a mapping based on semantic elements' or with tooltip 'Paste image from clipboard to the selected diagram element as workspace image') and with style 'SWT.DROP_DOWN') was not enabled.
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.eclipse.gef.finder.SWTGefBot.waitUntil(SWTGefBot.java:1)
	at org.eclipse.sirius.tests.swtbot.SetStyleToWorkspaceImageTests.testSetWkpImageFromClipboardButton(SetStyleToWorkspaceImageTests.java:630)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at org.eclipse.sirius.tests.swtbot.support.api.AbstractSiriusSwtBotGefTestCase.runTest(AbstractSiriusSwtBotGefTestCase.java:445)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at org.eclipse.swtbot.swt.finder.SWTBotTestCase.runBare(SWTBotTestCase.java:240)
	at org.eclipse.sirius.tests.swtbot.support.api.AbstractSiriusSwtBotGefTestCase.runBare(AbstractSiriusSwtBotGefTestCase.java:2031)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:51)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79)
	at java.base/java.lang.Thread.run(Thread.java:833)

Standard Output

Setup of org.eclipse.sirius.tests.swtbot.SetStyleToWorkspaceImageTests.testSetWkpImageFromClipboardButton()