Bug 224068
| Summary: | [GTK][WPE] Layout test http/wpt/webrtc/webrtc-late-transform.html fails since it was added on r275300 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, eric.carlson, pnormand, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=223993 | ||
Carlos Alberto Lopez Perez
The layout test fails on GTK and WPE since it was added on r275300:
--- /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/media/video-orientation-canvas-expected.txt
+++ /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/media/video-orientation-canvas-actual.txt
@@ -1,6 +1,6 @@
-EXPECTED (context.getImageData(88, 115, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(88, 115, 1, 1).data == [208,0,0,255] with tolerance 5, OBSERVED '[0,0,0,255]' FAIL
EXPECTED (context.getImageData(237, 88, 1, 1).data == [208,0,0,255] with tolerance 5 OK
-EXPECTED (context.getImageData(200, 237, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(200, 237, 1, 1).data == [208,0,0,255] with tolerance 5, OBSERVED '[0,0,0,255]' FAIL
END OF TEST
The failure happens since r275300
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
The layout test http/wpt/webrtc/webrtc-late-transform.html fails on GTK and WPE since it was added on r275300:
--- /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/http/wpt/webrtc/webrtc-late-transform-expected.txt
+++ /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/http/wpt/webrtc/webrtc-late-transform-actual.txt
@@ -1,4 +1,8 @@
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
-PASS video exchange with late receiver transform
+Harness Error (FAIL), message = Unhandled rejection: The operation is not supported.
+FAIL video exchange with late receiver transform promise_test: Unhandled rejection with value: "checkVideoIsUpdated timed out :true 20"
+
Carlos Alberto Lopez Perez
Updated expectations on r275376
Radar WebKit Bug Importer
<rdar://problem/121075202>