Bug 199440
| Summary: | [MediaStream][GStreamer] Several MediaStream tests failing over unexpected video size | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, pnormand |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
*** This bug has been marked as a duplicate of bug 205066 ***