Bug 240814
| Summary: | REGRESSION (r293885): [ macOS wk2 ] webrtc/canvas-to-peer-connection.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | WebRTC | Assignee: | Karl Rackler <rackler> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gsnedders, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
webrtc/canvas-to-peer-connection.html
The first failure I saw on the dashboard was on 5/6/2022 at r293885. r293885 removed usage of PixelBufferConformer in RealtimeOutgoingVideoSourceCocoa so that possibly introduced the consistent failure on macOS X86_64 wk2.
REPRODUCTION STEPS
I can reproduce this on r293885.
Command:
run-webkit-tests --root 293885 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 -f --no-retry webrtc/canvas-to-peer-connection.html
Result:
Regressions: Unexpected text-only failures (1)
webrtc/canvas-to-peer-connection.html [ Failure ]
History:
https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fcanvas-to-peer-connection.html&platform=mac&limit=50000&architecture=x86_64
Diff:
--- /Volumes/Data/worker/Apple-BigSur-Debug-WK2-Tests/build/layout-test-results/webrtc/canvas-to-peer-connection-expected.txt
+++ /Volumes/Data/worker/Apple-BigSur-Debug-WK2-Tests/build/layout-test-results/webrtc/canvas-to-peer-connection-actual.txt
@@ -1,3 +1,3 @@
-PASS draw: withWebGL
+FAIL draw: withWebGL assert_array_approx_equals: rect 0,255,255,255 at 0.9,0.9 not found iteration: 0 property 1, expected 255 +/- 25, expected 255 but got 229
I have marked this test as a consistent failure while this issue is investigated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93768909>
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/925
EWS
Test gardening commit r294652 (250876@main): <https://commits.webkit.org/250876@main>
Reviewed commits have been landed. Closing PR #925 and removing active labels.
Alexey Proskuryakov
Bots seem to be very certain on r293885 being the culprit, yes.
EWS
Committed r295026 (251121@main): <https://commits.webkit.org/251121@main>
Reviewed commits have been landed. Closing PR #1005 and removing active labels.
youenn fablet
*** Bug 241006 has been marked as a duplicate of this bug. ***