Bug 306053
| Summary: | [MacOS release] inspector/canvas/setRecordingAutoCaptureFrameCount.html is a flakey text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
inspector/canvas/setRecordingAutoCaptureFrameCount.html is a flakey text failure on macOS release.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcanvas%2FsetRecordingAutoCaptureFrameCount.html&version_name=Sequoia&version_name=Sonoma&version_name=Tahoe&architecture=arm64
TEXT DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/canvas/setRecordingAutoCaptureFrameCount-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/canvas/setRecordingAutoCaptureFrameCount-actual.txt
@@ -14,9 +14,16 @@
-- Running test case: Canvas.setRecordingAutoCaptureFrameCount.2D.Multiple
PASS: Recording started.
-PASS: Canvas should have no finished recordings.
-PASS: Canvas should be actively recording.
-PASS: Recording should have 2 frames.
+FAIL: Canvas should not be done recording.
+FAIL: Canvas should have no finished recordings.
+ Expected: 0
+ Actual: 1
+FAIL: Canvas should be actively recording.
+ Expected: truthy
+ Actual: false
+FAIL: Recording should have 2 frames.
+ Expected: 2
+ Actual: 0
-- Running test case: Canvas.setRecordingAutoCaptureFrameCount.WebGL.None
PASS: Canvas should have no finished recordings.
DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/306014@main%20(1236)/inspector/canvas/setRecordingAutoCaptureFrameCount-pretty-diff.html
STEPS TO REPRODUCE:
I was able to reproduce on Tahoe ToT with the following:
run-webkit-test --release --no-retry --force --iterations 2000 inspector/canvas/setRecordingAutoCaptureFrameCount.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/168693902>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/57071
EWS
Committed 307521@main (327e3ead94d5): <https://commits.webkit.org/307521@main>
Reviewed commits have been landed. Closing PR #57071 and removing active labels.