Bug 409474 - [win32] Shell.test_isVisible and Control.test_isVisible failed
Summary: [win32] Shell.test_isVisible and Control.test_isVisible failed
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-05-30 06:11 EDT by Dani Megert CLA
Modified: 2017-04-20 13:06 EDT (History)
0 users

See Also:


Attachments

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