Bug 131765 - webkitpy assertion failures
Summary: webkitpy assertion failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 14:51 PDT by Lucas Forschler
Modified: 2014-04-16 16:44 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Forschler 2014-04-16 14:51:54 PDT
from: 
http://build.webkit.org/builders/Apple%20Mavericks%20Debug%20WK1%20%28Tests%29/builds/4721/steps/webkitpy-test/logs/stdio

 Traceback (most recent call last):
    File "/Volumes/Data/slave/mavericks-debug-tests-wk1/build/Source/WebKit2/Scripts/webkit2/messages_unittest.py", line 337, in test_receiver_implementation
      self.assertGeneratedFileContentsEqual(file_contents, _expected_receiver_implementation)
    File "/Volumes/Data/slave/mavericks-debug-tests-wk1/build/Source/WebKit2/Scripts/webkit2/messages_unittest.py", line 317, in assertGeneratedFileContentsEqual
      self.assertEquals(first_line, second_list[index])
  AssertionError: '    UNUSED_PARAM(decoder);' != '    ASSERT_NOT_REACHED();'
Comment 1 Alexey Proskuryakov 2014-04-16 16:44:46 PDT
I fixed this earlier today, <http://trac.webkit.org/changeset/167379>.