Bug 407728 - Failures in CTabItemTest
Summary: Failures in CTabItemTest
Status: CLOSED DUPLICATE of bug 407862
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.3 RC1   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL: http://download.eclipse.org/eclipse/d...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-05-10 06:38 EDT by Paul Webster CLA
Modified: 2013-05-17 11:00 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***