[Webkit-unassigned] [Bug 194611] New: [GTK][WPE] http/wpt/webrtc/getUserMedia-processSwapping.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 14:01:21 PST 2019


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

            Bug ID: 194611
           Summary: [GTK][WPE]
                    http/wpt/webrtc/getUserMedia-processSwapping.html is
                    failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

This test is failing on GTK and WPE:

http/wpt/webrtc/getUserMedia-processSwapping.html

--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/http/wpt/webrtc/getUserMedia-processSwapping-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/http/wpt/webrtc/getUserMedia-processSwapping-actual.txt
@@ -1 +1 @@
-PASS
+FAIL: no capture state

This is a new test, so probably it has always been failing.

async function getUserMediaAndNavigate()
{
    local.srcObject = await navigator.mediaDevices.getUserMedia({video: true});
    await local.play();
    await new Promise(resolve => setTimeout(resolve, 1000));
    if (window.testRunner && !testRunner.isDoingMediaCapture) {
        document.body.innerHTML = "FAIL: no capture state";
        testRunner.notifyDone();
        return;
    }
    window.location = get_host_info().HTTPS_ORIGIN + "/WebKit/webrtc/getUserMedia-processSwapping.html";
}

-- 
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/20190213/6ad44cbd/attachment.html>


More information about the webkit-unassigned mailing list