You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move the JavaSE-only Liquid Glass frame probe out of the cross-port compliance test array
keep the probe available to filtered JavaSE simulator runs through a separate reference-test array
document the boundary between portability tests and simulator reference probes
Root cause
TabsLiquidGlassAnimationScreenshotTest was added to DEFAULT_TEST_CLASSES, but it deliberately skips every portability target and only produces JavaSE reference frames. The Port Status gate correctly rejected it as an unmapped compliance test during website run 29552778957.
Mapping it into the public table would be misleading because every displayed platform would show a skip. This change keeps it out of the portability contract without deleting the reference probe.
Java compilation of all 202 HelloCodenameOne common sources under JDK 17
git diff --check
The full local fixture package continued past Java and Kotlin compilation but later failed in the existing Codename One CSS/CEF tooling; that failure is outside the changed source path.
Compared 145 screenshots: 145 matched.
Native Windows port (x64 / Intel-AMD): full hellocodenameone screenshot suite rendered offscreen with Direct2D/DirectWrite, plus the real benchmarks (base64 native/CN1/SIMD, image createMask/applyMask/modifyAlpha/PNG/JPEG, SSE2 SIMD kernels). Compared against the in-repo baseline in scripts/windows/screenshots.
Compared 145 screenshots: 145 matched.
Native Windows port, REAL shipping pipeline: the hellocodenameone screenshot suite rendered by a binary CROSS-COMPILED on Linux (clang-cl + xwin, WebView2 linked) and RUN on a Windows x64 runner. Compared against the in-repo baseline in scripts/windows/screenshots.
Compared 145 screenshots: 145 matched.
Native Windows port (arm64 / Apple Silicon - Arm): full hellocodenameone screenshot suite rendered offscreen with Direct2D/DirectWrite, plus the real benchmarks (base64 native/CN1/SIMD, image createMask/applyMask/modifyAlpha/PNG/JPEG, NEON SIMD kernels). Compared against the in-repo baseline in scripts/windows/screenshots.
Compared 146 screenshots: 146 matched.
Native Linux port (x64), GTK3/Cairo/Pango, ParparVM bytecode-to-C (no JVM): the hellocodenameone screenshot suite rendered by a native ELF built + run on the GitHub x64 runner. Baseline: scripts/linux/screenshots.
Compared 146 screenshots: 146 matched.
Native Linux port (arm64), GTK3/Cairo/Pango, ParparVM bytecode-to-C (no JVM): the hellocodenameone screenshot suite rendered by a native ELF built + run on the GitHub arm64 runner. Baseline: scripts/linux/screenshots-arm.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Root cause
TabsLiquidGlassAnimationScreenshotTestwas added toDEFAULT_TEST_CLASSES, but it deliberately skips every portability target and only produces JavaSE reference frames. The Port Status gate correctly rejected it as an unmapped compliance test during website run29552778957.Mapping it into the public table would be misleading because every displayed platform would show a skip. This change keeps it out of the portability contract without deleting the reference probe.
Validation
python3 scripts/hellocodenameone/conformance/port_status.py validatepython3 -m unittest -v test_port_status.pyfrom the conformance directorynode scripts/website/validate_port_status.mjs /tmp/cn1-port-status-sitegit diff --checkThe full local fixture package continued past Java and Kotlin compilation but later failed in the existing Codename One CSS/CEF tooling; that failure is outside the changed source path.