Bug 256758
| Summary: | REGRESSION(290266@main): [GStreamer] Broke fast/mediastream/captureStream/canvas3d.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Platform | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
-PASS captureStream with 3d context drawing - not buffered initially
-PASS captureStream with 3d context drawing - buffered initially
+FAIL captureStream with 3d context drawing - not buffered initially assert_equals: expected "BGRA" but got "RGBA"
+FAIL captureStream with 3d context drawing - buffered initially assert_equals: expected "BGRA" but got "RGBA"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/13863
EWS
Committed 265245@main (b1285c6fa564): <https://commits.webkit.org/265245@main>
Reviewed commits have been landed. Closing PR #13863 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/110898693>
Diego Pino
This test is failing after 290266@main
https://results.webkit.org/?platform=GTK&platform=WPE&&suite=layout-tests&test=fast/mediastream/captureStream/canvas3d.html&limit=4000
```
https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/297019%40main%20%2821728%29/fast/mediastream/captureStream/canvas3d-diff.txt
--- /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/fast/mediastream/captureStream/canvas3d-expected.txt
+++ /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/fast/mediastream/captureStream/canvas3d-actual.txt
@@ -1,10 +1,6 @@
-CONSOLE MESSAGE: InvalidStateError: Video element has no video frame
-CONSOLE MESSAGE: InvalidStateError: Video element has no video frame
-Harness Error (FAIL), message = InvalidStateError: Video element has no video frame
+FAIL captureStream with 3d context drawing - not buffered initially assert_equals: expected "BGRA" but got "RGBA"
+FAIL captureStream with 3d context drawing - buffered initially assert_equals: expected "BGRA" but got "RGBA"
-FAIL captureStream with 3d context drawing - not buffered initially promise_test: Unhandled rejection with value: "no rvfc for 1"
-FAIL captureStream with 3d context drawing - buffered initially promise_test: Unhandled rejection with value: "no rvfc for 1"
-
```
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/47610
EWS
Committed 297075@main (c1f6972170d3): <https://commits.webkit.org/297075@main>
Reviewed commits have been landed. Closing PR #47610 and removing active labels.