Bug 214888

Summary: REGRESSION (r264930): [ iOS debug wk2 ] webrtc/video.html is a constant failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=214783

Description Karl Rackler 2020-07-28 12:10:11 PDT
Description:
webrtc/video.html

This test was updated in https://trac.webkit.org/changeset/264930/webkit, so that probably introduced the constant failure.

History:
https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fvideo.html&platform=ios&flavor=wk2&style=debug&limit=50000

Diff:
--- /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/webrtc/video-expected.txt
+++ /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/webrtc/video-actual.txt
@@ -3,5 +3,5 @@
 PASS Basic video exchange 
 PASS Call setParameters to disable sending a given encoding 
 PASS Call setParameters to reenable sending a given encoding 
-PASS Call setParameters to reduce size by two 
+FAIL Call setParameters to reduce size by two assert_equals: expected 320 but got 640
Comment 1 Radar WebKit Bug Importer 2020-07-28 12:10:58 PDT
<rdar://problem/66230515>
Comment 2 Karl Rackler 2020-07-28 12:15:55 PDT
I have marked these tests as failing while this issue is investigated.
https://trac.webkit.org/changeset/264998/webkit
Comment 3 Karl Rackler 2020-07-28 18:28:50 PDT
Revert deadline ETA: 2020-07-29 12:10 PDT
The change will be reverted after the deadline.
Comment 4 Ryan Haddad 2020-07-28 22:37:30 PDT
The change was reverted in https://trac.webkit.org/changeset/265026

Removed failure expectation in r265029.