Bug 212025 - REGRESSION (r261776): webkit.messages_unittest.ParsingTest.test_receiver webkitpy test is failing
Summary: REGRESSION (r261776): webkit.messages_unittest.ParsingTest.test_receiver webk...
Status: RESOLVED DUPLICATE of bug 212008
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-18 07:46 PDT by Truitt Savell
Modified: 2020-05-18 07:53 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***