Andrey Loskutov

Results 414 comments of Andrey Loskutov

We have now https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2906 which makes it very hard for everyone involved to trace platform build state. It would be great if we could help there ASAP as a first...

@jukzi : some of the recent changes in this area broke a lot of UI & SWT tests. Typical stack from https://download.eclipse.org/eclipse/downloads/drops4/I20241013-1800/testresults/html/org.eclipse.swt.tests_ep434I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html ``` Cannot invoke "java.util.function.Supplier.get()" because "this.shell" is null...

> Can u please just add a obvious null check. (I am afk) OK, see https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2452

> "no screen devices" may relate to https://bugs.openjdk.org/browse/JDK-8336862 Great, isn't that the reason for https://github.com/eclipse-platform/eclipse.platform.swt/issues/1486 ? So we should **downgrade** JDK on Windows to `17.0.11` version to get tests working...

> We dont see any of these failures Because we don't see Windows test results yet

I've reopened https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4410. I assume something is wrong with the Azure Windows test instance.

In SWT & JFace tests I see following error reported multiple times: ``` Error: Could not find or load main class org.eclipse.test.AwtScreenshot Caused by: java.lang.ClassNotFoundException: org.eclipse.test.AwtScreenshot AwtScreenshot VM finished with...

Hurra, we don't have Windows test failures anymore... because tests don't run anymore on Windows... see https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2468

[As pointed by](https://github.com/eclipse-platform/eclipse.platform.swt/issues/1518#issuecomment-2441017988) @jukzi , the problem we observe on Windows is most likely related to https://bugs.openjdk.org/browse/JDK-8336862. So we should **downgrade** JDK on Windows to `17.0.11` version to get Windows...