| Summary: | [GTK] Fix unused parameter warnings | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brendan Long <b.long> | ||||
| Component: | New Bugs | Assignee: | Brendan Long <b.long> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, eric.carlson, glenn, jer.noble, philipj, sergio, shiva.jm | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Brendan Long
2014-04-15 21:03:29 PDT
Created attachment 229425 [details]
Patch
Comment on attachment 229425 [details] Patch Clearing flags on attachment: 229425 Committed r167360: <http://trac.webkit.org/changeset/167360> All reviewed patches have been landed. Closing bug. This broke webkitpy regression tests. I'll fix.
[3/1417] webkit2.messages_unittest.ReceiverImplementationTest.test_receiver_implementation failed:
Traceback (most recent call last):
File "/Volumes/Data/slave/mavericks-release-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-release-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();'
Fixed in <http://trac.webkit.org/r167379> Please do run test-webkitpy and test-webkitperl when changing scripts. *** Bug 131730 has been marked as a duplicate of this bug. *** |