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

I20240312-1800 failed many junit related to "width" #1105

Closed
jukzi opened this issue Mar 13, 2024 · 4 comments
Closed

I20240312-1800 failed many junit related to "width" #1105

jukzi opened this issue Mar 13, 2024 · 4 comments
Labels
bug Something isn't working regression Something that used to work

Comments

@jukzi
Copy link
Contributor

jukzi commented Mar 13, 2024

https://download.eclipse.org/eclipse/downloads/drops4/I20240312-1800/testResults.php

for example IOConsoleFixedWidthTests or

java.lang.NullPointerException: Cannot load from int array because "this.fIndentation" is null
at org.eclipse.jface.text.source.LineNumberRulerColumn.getWidth(LineNumberRulerColumn.java:477)
at org.eclipse.jface.text.source.LineNumberChangeRulerColumn.getWidth(LineNumberChangeRulerColumn.java:262)
at org.eclipse.ui.internal.texteditor.LineNumberColumn.getWidth(LineNumberColumn.java:136)
at org.eclipse.jface.text.source.CompositeRuler.getWidth(CompositeRuler.java:673)
...
at org.eclipse.ant.tests.ui.editor.AntEditorTests.testAugmentMissingId(AntEditorTests.java:304)

There where 4 changes to "width" yesterday. (for example eclipse-platform/eclipse.platform.ui#1716) But i could not reproduce the fails locally.

@shubhamWaghmare-sap @BeckerWdf can you investigate?

@jukzi jukzi added bug Something isn't working regression Something that used to work labels Mar 13, 2024
@jukzi
Copy link
Contributor Author

jukzi commented Mar 13, 2024

don't know if its related, but logs contain a NoSuchMethodError that i don't understand:

java.lang.NoSuchMethodError: 'org.eclipse.swt.internal.SWTEventListener org.eclipse.swt.widgets.TypedListener.getEventListener()'
	at org.eclipse.ui.internal.console.ansi.participants.AnsiConsolePageParticipant.getDocument(AnsiConsolePageParticipant.java:71)

@HannesWell probably caused by #1101

@jukzi jukzi transferred this issue from eclipse-platform/eclipse.platform.ui Mar 13, 2024
@iloveeclipse
Copy link
Member

Jörg, the nightly build is broken due incompatible SWT change, that will be reverted. Don't need to create bugs based on this build results.
#1101

@BeckerWdf
Copy link
Contributor

They change in #1716 is in CTabRendering I don't see how this is related to LineNumberRulerColumn

@iloveeclipse
Copy link
Member

I've triggered new SDK build with reverted #1101 to get clean test results for latest changes, see https://ci.eclipse.org/releng/job/Builds/job/I-build-4.32/19/

Closing this one.

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 Something that used to work
Projects
None yet
Development

No branches or pull requests

3 participants