Added sheet scrolling swipe and animation#4835
Merged
Merged
Conversation
Collaborator
Author
|
✅ JavaScript-port screenshot tests passed. |
Collaborator
Author
|
Compared 86 screenshots: 86 matched. Native Android coverage
✅ Native Android screenshot tests passed. Native Android coverage
Benchmark ResultsDetailed Performance Metrics
|
Contributor
✅ Continuous Quality ReportTest & Coverage
Static Analysis
Generated automatically by the PR CI workflow. |
The animation grid test emits a 2x3 frame composite that exceeds the JS port's chunk-emission window, causing the screenshot decoder to fail on a truncated PNG. Add the test to both port.js skip tables (cn1ssForcedTimeoutTestClasses keyed by class id and cn1ssForcedTimeoutTestNames keyed by simple name) so the JS port force-finalises it the same way as every other animation grid test. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
✅ ByteCodeTranslator Quality ReportTest & Coverage
Benchmark Results
Static Analysis
Generated automatically by the PR CI workflow. |
Collaborator
Author
Both baselines were extracted from the latest CI build artifacts on this PR (Android run 25173656748 emulator-screenshot artifact, iOS run 25173656731 ios-ui-tests artifact). They show the 6-frame animation grid with the sheet sliding from off-screen at the bottom to its resting position over a 30%-black scrim background. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Android JDK 8 image occasionally drops a single CN1SS chunk line from logcat (typically once per run, on a different test each time), which leaves an unreassemblable PNG and fails the build for what is ultimately a transport-layer flake. JDK 17 and JDK 21 don't show the issue. When the initial decode loop reports any FAILED_TESTS, restart the already-installed APK directly via `adb shell am start` (no Gradle, no recompile, no reinstall), capture a fresh logcat, and re-decode just the previously-failed tests. The suite re-emits every test on-device, but we short-circuit the wait as soon as every previously- failed test re-emits its CN1SS:END marker — so a typical single-test flake recovers in a handful of seconds rather than ~5 minutes of suite re-run. Tests that decode successfully on retry are removed from FAILED_TESTS, so the existing comparison/exit logic only fails the build for genuine, reproducible chunk drops. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Fixed #4825