Commit d2c4c6f
js-port: also skip ToastBarTopPositionScreenshotTest under chartDocumentStaleness
CI run on 23ad45d made it through 72 of 73 tests, then hung at
ToastBarTopPositionScreenshotTest. The diag log shows the same
canvas-accumulation symptom the chart tests hit:
PARPAR:DIAG:FALLBACK:cn1ssEmitCurrentFormScreenshotDom:noCanvas=1
PARPAR:DIAG:SCREENSHOT_START:settleReason=screenshot:ToastBarTopPosition
By the time ToastBar runs (index 72, the LAST test in the suite),
the page has accumulated ~420 hostRef-tracked canvases and the
screenshot pipeline's canvas selection emits noCanvas=1 -- same
root cause as ChartDoughnutScreenshotTest and friends. Park it
under the same chartDocumentStaleness reason. With this skip the
suite should finish cleanly: 67 tests run normally, 6 chart tails
plus ToastBar force-finalise.
Tests we expect to run now (all previously force-finalised under
the obsolete ``jsChunkDrop`` reason):
- KotlinUiTest
- MainScreenScreenshotTest
- SheetScreenshotTest, SheetSlideUpAnimationScreenshotTest
- ImageViewerNavigationScreenshotTest
- TabsScreenshotTest, TextAreaAlignmentScreenshotTest
- ValidatorLightweightPickerScreenshotTest,
LightweightPickerButtonsScreenshotTest
- All 26 tests.graphics.* cells
- ChartLineScreenshotTest, ChartCubicLineScreenshotTest,
ChartBarScreenshotTest, ChartStackedBarScreenshotTest,
ChartRangeBarScreenshotTest, ChartScatterScreenshotTest,
ChartBubbleScreenshotTest, ChartPieScreenshotTest
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 23ad45d commit d2c4c6f
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3132 | 3132 | | |
3133 | 3133 | | |
3134 | 3134 | | |
3135 | | - | |
| 3135 | + | |
| 3136 | + | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
| 3141 | + | |
| 3142 | + | |
3136 | 3143 | | |
3137 | 3144 | | |
3138 | 3145 | | |
| |||
3171 | 3178 | | |
3172 | 3179 | | |
3173 | 3180 | | |
3174 | | - | |
| 3181 | + | |
| 3182 | + | |
3175 | 3183 | | |
3176 | 3184 | | |
3177 | 3185 | | |
| |||
0 commit comments