[Webkit-unassigned] [Bug 235396] New: [GTK] fast/mediastream/getUserMedia-to-canvas-*.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 02:27:19 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235396

            Bug ID: 235396
           Summary: [GTK] fast/mediastream/getUserMedia-to-canvas-*.html
                    fails
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

[GTK] fast/mediastream/getUserMedia-to-canvas-*.html seem to fail (setMockCameraOrientation() related?)

Harness Error (FAIL), message = Test named ‘func: with2DContext, angle: 90, imageBitmap: false’ specified 2 ‘cleanup’ functions, and 1 failed.

cleanup functions:

t.add_cleanup(async () => {
        debuge.removeChild(video);
        // Reset orientation for the next test by going to 0.
        if (subcase.angle == 180) {
            // 180 -> 0 cannot detect rotation via video size change. Go via 90.
            const [angle, videoSize] = setMockCameraImageOrientation(90, realVideoSize);
            await waitForVideoSize(video, videoSize[0], videoSize[1]);
        }
        setMockCameraImageOrientation(0);
        await waitForVideoSize(video, realVideoSize[0], realVideoSize[1]);
    });

and

    t.add_cleanup(async () => debuge.removeChild(canvas));

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220120/8295b5d6/attachment-0001.htm>


More information about the webkit-unassigned mailing list