Bug 212025

Summary: REGRESSION (r261776): webkit.messages_unittest.ParsingTest.test_receiver webkitpy test is failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achristensen, lmoura, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Truitt Savell 2020-05-18 07:46:48 PDT
webkit.messages_unittest.ParsingTest.test_receiver

This webkitpy test is failing on Mac and iOS sense the changes in https://trac.webkit.org/changeset/261776/webkit according to history.

Build:
https://build.webkit.org/builders/Apple-Catalina-Release-WK2-Tests/builds/5595

Log:
[5/1849] webkit.messages_unittest.ParsingTest.test_receiver failed:
  Traceback (most recent call last):
    File "/Volumes/Data/slave/catalina-release-tests-wk2/build/Source/WebKit/Scripts/webkit/messages_unittest.py", line 335, in test_receiver
      self.check_message(message, _expected_results['messages'][index])
    File "/Volumes/Data/slave/catalina-release-tests-wk2/build/Source/WebKit/Scripts/webkit/messages_unittest.py", line 310, in check_message
      self.assertEquals(len(message.parameters), len(expected_message['parameters']))
  AssertionError: 2 != 1


History:
https://results.webkit.org/?suite=webkitpy-tests&test=webkit.messages_unittest.ParsingTest.test_receiver
Comment 1 Radar WebKit Bug Importer 2020-05-18 07:47:17 PDT
<rdar://problem/63340853>
Comment 2 Lauro Moura 2020-05-18 07:53:46 PDT
Added a patch for the tests in bug212008.

*** This bug has been marked as a duplicate of bug 212008 ***