Andrey Loskutov

Results 38 issues of Andrey Loskutov

Seen in https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-1924/4/testReport/org.eclipse.e4.ui.tests.workbench/PartRenderingEngineTests/ensureCleanUpAddonCleansUp/ ``` java.lang.AssertionError: CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertFalse(Assert.java:65) at org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests.ensureCleanUpAddonCleansUp(PartRenderingEngineTests.java:2472) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native...

bug
test

See https://download.eclipse.org/eclipse/downloads/drops4/I20240730-1800/testresults/html/org.eclipse.debug.tests_ep433I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html Most likely regression from https://github.com/eclipse-platform/eclipse.platform/pull/1477 ``` Exception occurred executing command line. org.eclipse.core.runtime.CoreException: Exception occurred executing command line. at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:1015) at org.eclipse.debug.tests.launching.LaunchTests.startProcessAndAssertOutputContains(LaunchTests.java:155) at org.eclipse.debug.tests.launching.LaunchTests.testProcessLaunchWithLongWorkingDirectory(LaunchTests.java:150) at java.base/java.lang.reflect.Method.invoke(Method.java:568) Caused by: java.io.IOException:...

bug
Linux
regression

See https://download.eclipse.org/eclipse/downloads/drops4/I20240923-1800/testresults/html/org.eclipse.swt.tests_ep434I-unit-win32-java17_win32.win32.x86_64_17.html Last known good state: [I20240917-1800](https://download.eclipse.org/eclipse/downloads/drops4/I20240917-1800/testResults.php). After that we didn't had any Windows test executed. They started to run again with [I20240923-0040](https://download.eclipse.org/eclipse/downloads/drops4/I20240923-0040/testResults.php), showing 38 test failures in SWT and...

bug
help wanted
regression
Windows

Recently I've seen few cases where current "Generic Text Editor" (`org.eclipse.ui.genericeditor.GenericEditor`) was competing with "Text Editor" (`org.eclipse.ui.DefaultTextEditor`) and IDE decided to use later one, even if "Generic" is almost always...

enhancement

Sometimes the Generic Text Editor performs so poorly that I close it and use the crappy old editor without the pretty coloring, e.g., this file is difficult to edit at...

performance

See * https://download.eclipse.org/eclipse/downloads/drops4/I20250423-0410/ * https://download.eclipse.org/eclipse/downloads/drops4/I20250423-0410/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt ``` omparator differences from current build /home/jenkins/agent/workspace/Builds/I-build-4.36/cje-production/siteDir/eclipse/downloads/drops4/I20250423-0410 compared to reference repo at https://download.eclipse.org/eclipse/updates/4.36-I-builds/ 1. eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF no-classifier: different org/eclipse/e4/core/internal/di/AnnotationLookup$AnnotationProxy.class: different The main artifact has been replaced...

bug

Regression from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2834 Fails on all platforms, like https://download.eclipse.org/eclipse/downloads/drops4/I20250224-1800/testresults/html/org.eclipse.ua.tests.doc_ep435I-unit-linux-x86_64-java21_linux.gtk.x86_64_21.html ``` Expecting empty but was: ["Link from http://127.0.0.1:44843/help/topic/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html to platform.php#rescaleOnRuntimePreference is broken: target URI http://127.0.0.1:44843/help/topic/org.eclipse.platform.doc.isv/whatsNew/platform.php#rescaleOnRuntimePreference doens't exist."] java.lang.AssertionError: Expecting empty but...

bug

I'm using Windows 11 with 125% monitor scaling. It looks like one of the recent changes broke the dimensions calculation for Link elements, because they are cut off now: ![Image](https://github.com/user-attachments/assets/7851a7a7-5304-464f-8de3-f5170cc75fe3)...

bug
regression
Windows

Found that in my log, I was most likely switching between repositories or branches in the history view, and egit tried to recreate shown commits table. The exception happens during...

Linux/GTK

See https://github.com/eclipse-platform/eclipse.platform.ui/issues/2786