Bug 409474

Summary: [win32] Shell.test_isVisible and Control.test_isVisible failed
Product: [Eclipse Project] Platform Reporter: Dani Megert <daniel_megert>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Dani Megert CLA 2013-05-30 06:11:41 EDT
http://download.eclipse.org/eclipse/downloads/drops4/I20130529-2000/testresults/html/org.eclipse.swt.tests_win32.win32.x86_7.0.html


shell.isVisible() b:

junit.framework.AssertionFailedError: shell.isVisible() b:
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.test_isVisible(Test_org_eclipse_swt_widgets_Shell.java:397)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Control.runTest(Test_org_eclipse_swt_widgets_Control.java:816)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Scrollable.runTest(Test_org_eclipse_swt_widgets_Scrollable.java:78)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Composite.runTest(Test_org_eclipse_swt_widgets_Composite.java:138)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Canvas.runTest(Test_org_eclipse_swt_widgets_Canvas.java:134)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Decorations.runTest(Test_org_eclipse_swt_widgets_Decorations.java:253)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.runTest(Test_org_eclipse_swt_widgets_Shell.java:365)
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)



Window should not be visible

junit.framework.AssertionFailedError: Window should not be visible
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Control.test_isVisible(Test_org_eclipse_swt_widgets_Control.java:339)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Control.runTest(Test_org_eclipse_swt_widgets_Control.java:816)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Scrollable.runTest(Test_org_eclipse_swt_widgets_Scrollable.java:78)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Composite.runTest(Test_org_eclipse_swt_widgets_Composite.java:138)
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 2 Leo Ufimtsev CLA 2016-06-15 10:48:08 EDT
does the issue still crop up? things work on the gtk side.
Comment 3 Alexander Kurtakov CLA 2017-04-20 13:06:48 EDT
Resolving the bug as no one seems to experienced it in almost a year.