Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiVariablePageTest fails on all platforms #1736

Closed
jukzi opened this issue Mar 7, 2024 · 2 comments · Fixed by #1796
Closed

MultiVariablePageTest fails on all platforms #1736

jukzi opened this issue Mar 7, 2024 · 2 comments · Fixed by #1796
Labels
bug Something isn't working regression test junit test related things

Comments

@jukzi
Copy link
Contributor

jukzi commented Mar 7, 2024

for example
https://download.eclipse.org/eclipse/downloads/drops4/I20240306-1800/testresults/html/org.eclipse.ui.tests_ep432I-unit-mac64-java17_macosx.cocoa.x86_64_17.html

junit.framework.AssertionFailedError: org.eclipse.ui.textEditorScope expected:<true> but was:<false>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:174)
at junit.framework.TestCase.assertEquals(TestCase.java:317)
at org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest.checkActiveContext(MultiVariablePageTest.java:242)
at org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest.testContextActivation(MultiVariablePageTest.java:210)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)

@jukzi jukzi added bug Something isn't working regression test junit test related things labels Mar 7, 2024
@iloveeclipse
Copy link
Member

This is a regression from eclipse-platform/eclipse.platform.swt#1044.
Reverting SWT change fixes the test.

@iloveeclipse
Copy link
Member

deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 4, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 4, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 5, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 5, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 10, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 12, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Apr 16, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue May 7, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue May 9, 2024
fedejeanne pushed a commit that referenced this issue May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression test junit test related things
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants