Bug 407728

Summary: Failures in CTabItemTest
Product: [Eclipse Project] Platform Reporter: Paul Webster <pwebster>
Component: UIAssignee: Bogdan Gheorghe <gheorghe>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: bsd, daniel_megert, emoffatt
Version: 4.2Keywords: test
Target Milestone: 4.3 RC1   
Hardware: PC   
OS: Linux   
URL: http://download.eclipse.org/eclipse/downloads/drops4/I20130509-2000/testresults/html/org.eclipse.e4.ui.tests.css.swt_win32.win32.x86_7.0.html
Whiteboard:

Description Paul Webster CLA 2013-05-10 06:38:46 EDT
There were 6 test failures in I20130509-2000, but only on windows7.  The URL field has the test list.

ex: 

expected:<false> but was:<true>
junit.framework.AssertionFailedError: expected:<false> but was:<true>
at org.eclipse.e4.ui.tests.css.swt.CTabItemTest.testSelectedShowClose(CTabItemTest.java:313)
at org.eclipse.e4.ui.tests.css.swt.CTabItemTest.testSelectedShowClose(CTabItemTest.java:323)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Brian de Alwis CLA 2013-05-13 13:31:47 EDT
The show close tests are finicky — they almost never run successfully on MacOS X.
Comment 2 Dani Megert CLA 2013-05-14 07:51:57 EDT
The failures might have been caused by bug 407862. In the latest build they all pass fine.
Comment 3 Paul Webster CLA 2013-05-17 11:00:22 EDT
I think bug 407862 was the root cause.

PW

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