[Webkit-unassigned] [Bug 199440] New: [MediaStream][GStreamer] Several MediaStream tests failing over unexpected video size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 06:50:41 PDT 2019


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

            Bug ID: 199440
           Summary: [MediaStream][GStreamer] Several MediaStream tests
                    failing over unexpected video size
           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

fast/mediastream/apply-constraints-video.html
fast/mediastream/getUserMedia-video-rescaling.html
fast/mediastream/mediastreamtrack-video-clone.html

--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/apply-constraints-video-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/apply-constraints-video-actual.txt
@@ -53,13 +53,13 @@
 PASS settings['width'] is 1280

 ** Constraint: {"width":100,"height":100,"frameRate":4} - frameRate value is less than track capabilities, should be clamped to the minimum values.
-PASS settings['width'] is 100
-PASS settings['height'] is 100
+FAIL settings['width'] should be 100. Was 112.
+FAIL settings['height'] should be 100. Was 112.
 PASS settings['frameRate'] is 5

 ** Constraint: {"frameRate":20} - set frame rate, width and height should remain unchanged
-PASS settings['width'] is 100
-PASS settings['height'] is 100
+FAIL settings['width'] should be 100. Was 112.
+FAIL settings['height'] should be 100. Was 112.
 PASS settings['frameRate'] is 20

 ** Constraint: {"facingMode":"xnvironment","height":720} - illegal facing mode value should be ignored, height should change.

--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/getUserMedia-video-rescaling-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/getUserMedia-video-rescaling-actual.txt
@@ -1,6 +1,6 @@


-PASS wdith 100 height 100 video 
-PASS width 100 video 
-PASS height 100 video  
+FAIL wdith 100 height 100 video promise_test: Unhandled rejection with value: object "Error: Invalid constraint"
+FAIL width 100 video promise_test: Unhandled rejection with value: object "Error: Invalid constraint"
+FAIL height 100 video  promise_test: Unhandled rejection with value: object "Error: Invalid constraint"


--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/mediastreamtrack-video-clone-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/mediastream/mediastreamtrack-video-clone-actual.txt
@@ -1,12 +1,12 @@
-   
+    

 PASS Setup for width test 
 PASS Setup for height test 
 PASS Setup for width+height test 
-PASS Check cloned track settings after applying width constraints 
-PASS Check cloned track settings after applying width constraint to original track 
-PASS Check cloned track settings after applying height constraints 
-PASS Check cloned track settings after applying height constraints to original track 
-PASS Check cloned track settings after applying width+height constraints 
-PASS Check cloned track settings after applying width+height constraints to original track 
+FAIL Check cloned track settings after applying width constraints assert_equals: expected 160 but got 640
+FAIL Check cloned track settings after applying width constraint to original track assert_equals: expected 640 but got 1280
+FAIL Check cloned track settings after applying height constraints assert_equals: expected 100 but got 200
+FAIL Check cloned track settings after applying height constraints to original track assert_equals: expected 200 but got 400
+FAIL Check cloned track settings after applying width+height constraints assert_equals: expected 100 but got 112
+FAIL Check cloned track settings after applying width+height constraints to original track assert_equals: expected 100 but got 400

-- 
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/20190703/0710e870/attachment.html>


More information about the webkit-unassigned mailing list