Introduce SVG rasterizer logic #19
GitHub Actions / Test Results
failed
Dec 6, 2024 in 0s
1 errors, 33 pass in 2s
Annotations
Check failure on line 0 in org.eclipse.swt.widgets.WidgetWin32Tests
github-actions / Test Results
testImagePixelsWithDoubleZoomLevel (org.eclipse.swt.widgets.WidgetWin32Tests) with error
artifacts/test-results-win32.win32.x86_64-java17/binaries/org.eclipse.swt.win32.win32.x86_64/target/surefire-reports/TEST-org.eclipse.swt.widgets.WidgetWin32Tests.xml [took 0s]
Raw output
Unsupported or unrecognized format
org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:4922)
at org.eclipse.swt.SWT.error(SWT.java:4837)
at org.eclipse.swt.SWT.error(SWT.java:4808)
at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.java:87)
at org.eclipse.swt.graphics.ImageLoader.loadDefault(ImageLoader.java:222)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:209)
at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:29)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:366)
at org.eclipse.swt.graphics.Image.<init>(Image.java:471)
at org.eclipse.swt.widgets.WidgetWin32Tests.testImagePixelsWithDoubleZoomLevel(WidgetWin32Tests.java:73)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Check notice on line 0 in .github
github-actions / Test Results
34 tests found
There are 34 tests, see "Raw output" for the full list of tests.
Raw output
org.eclipse.swt.graphics.GCWin32Tests ‑ drawnElementsShouldScaleUpToTheRightZoomLevel
org.eclipse.swt.graphics.GCWin32Tests ‑ gcZoomLevelMustChangeOnShellZoomChange
org.eclipse.swt.graphics.PathWin32Tests ‑ testBoundsAreScaledWRTZoomLevel
org.eclipse.swt.graphics.PathWin32Tests ‑ testHandlesExistForEachZoomLevelInHashMap
org.eclipse.swt.graphics.PathWin32Tests ‑ testPathMustBeScaledOnZoomLevelChange
org.eclipse.swt.graphics.RegionWin32Tests ‑ testRegionMustBeScaledOnHandleOfScaledZoomLevel
org.eclipse.swt.graphics.TextLayoutWin32Tests ‑ testCalculateGetBoundsWithVerticalIndent
org.eclipse.swt.graphics.TextLayoutWin32Tests ‑ testGetBoundPublicAPIshouldReturnTheSameValueRegardlessOfZoomLevel
org.eclipse.swt.graphics.TransformWin32Tests ‑ testScaledTrasformMustHaveScaledValues
org.eclipse.swt.graphics.TransformWin32Tests ‑ testShouldHaveDifferentHandlesAtDifferentZoomLevels
org.eclipse.swt.internal.DefaultSWTFontRegistryTests ‑ fontsAlwaysDependOnPrimaryZoom
org.eclipse.swt.internal.DefaultSWTFontRegistryTests ‑ fontsAreCached
org.eclipse.swt.internal.DefaultSWTFontRegistryTests ‑ systemFontsAlwaysDependOnPrimaryZoom
org.eclipse.swt.internal.DefaultSWTFontRegistryTests ‑ systemFontsAreCached
org.eclipse.swt.internal.ScalingSWTFontRegistryTests ‑ fontsAreCached
org.eclipse.swt.internal.ScalingSWTFontRegistryTests ‑ fontsAreScaled
org.eclipse.swt.internal.ScalingSWTFontRegistryTests ‑ recreateDisposedFonts
org.eclipse.swt.internal.ScalingSWTFontRegistryTests ‑ systemFontsAreCached
org.eclipse.swt.internal.ScalingSWTFontRegistryTests ‑ systemFontsAreScaled
org.eclipse.swt.widgets.ControlWin32Tests ‑ testDoNotScaleFontCorrectlyInNoAutoScaleSzenario
org.eclipse.swt.widgets.ControlWin32Tests ‑ testScaleFontCorrectlyInAutoScaleSzenario
org.eclipse.swt.widgets.DisplayWin32Test ‑ setRescaleAtRuntime_activate
org.eclipse.swt.widgets.DisplayWin32Test ‑ setRescaleAtRuntime_deactivate
org.eclipse.swt.widgets.DisplayWin32Test ‑ setRescaleAtRuntime_toggling
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testButtonFontAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testButtonPointsAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testCaretInStyledTextAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testCoolItemAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testExpandItemAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testImagePixelsWithDoubleZoomLevel
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testTabFolderSizeAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testTableAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testTreeAfterZooming
org.eclipse.swt.widgets.WidgetWin32Tests ‑ testWidgetZoomShouldChangeOnZoomLevelChange
Loading