Andrey Loskutov

Results 414 comments of Andrey Loskutov

> Neither test execution order nor bundle build time are fixed, this makes it almost impossible why the OOM happens on Jenkins IMO. Not sure why do you think the...

> "From version 4.11, JUnit will by default use a deterministic, but not predictable, order. " from https://github.com/junit-team/junit4/wiki/test-execution-order . So as long as nothing changes order stays the same but...

Still failing with OOMs, still till the end no sign of any memory issues. https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-2433/6/consoleFull So it could be a memory spike on shutdown (why?) **or** in the tycho/surefire post-processing...

``` [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:4.0.9:test (default-test) on project org.eclipse.ui.tests: An unexpected error occurred while launching the test runtime (process returned error code 13). The process logfile /home/jenkins/agent/workspace/eclipse.platform.ui_PR-2433/tests/org.eclipse.ui.tests/target/work/data/.metadata/.log might...

Is this Wayland specific? I can't reproduce on RHEL 9.2/X11/KDE.

> It's the theme, just as [@maccasoft](https://github.com/maccasoft) suspected. The text is truncated when using the "Breeze" application style and fine when going back to the "default" theme. OK, that could...

See stylesheet we use for Eclipse It can be used by passing this VM argument to in `eclipse.ini` ``` -vmargs -Dorg.eclipse.swt.internal.gtk.cssFile=/path/to/theme_patches.css ``` Patch for breeze GTK theme. ``` /* *...

@trancexpress : I believe SWT already had extra css styles for Adwaita. Seeing more people complaining about breeze, would it make sense to add our breeze css patch file to...

- Which GTK3 version is used? - Are you on Wayland? If yes, please try with X11. - Please try with Eclipse 4.27. 4.16/4.17 are too old.

This would mean users that have Java < 21 configured to run ant files will be broken.