Bug 150188 - Remove deprecated function insertRule() from http/tests/css/resources/shared-stylesheet-mutation.js
Summary: Remove deprecated function insertRule() from http/tests/css/resources/shared-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 14:25 PDT by Ryan Haddad
Modified: 2015-10-15 18:34 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.04 KB, patch)
2015-10-15 14:26 PDT, Ryan Haddad
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-mavericks (650.78 KB, application/zip)
2015-10-15 15:03 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews104 for mac-mavericks-wk2 (686.42 KB, application/zip)
2015-10-15 15:09 PDT, Build Bot
no flags Details
follow-up fix (2.65 KB, patch)
2015-10-15 18:01 PDT, Alexey Proskuryakov
commit-queue: commit-queue-
Details | Formatted Diff | Diff
follow-up fix (2.67 KB, patch)
2015-10-15 18:12 PDT, Alexey Proskuryakov
ap: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-10-15 14:25:00 PDT
Remove deprecated function insertRule() from http/tests/css/resources/shared-stylesheet-mutation.js

The function was deprecated with https://bugs.webkit.org/show_bug.cgi?id=150113, causing the following two LayoutTests to fail due to the deprecation warning:
http/tests/css/shared-stylesheet-mutation-preconstruct.html
http/tests/css/shared-stylesheet-mutation-preconstruct.html
Comment 1 Ryan Haddad 2015-10-15 14:26:42 PDT
Created attachment 263190 [details]
Patch
Comment 2 Build Bot 2015-10-15 15:03:49 PDT
Comment on attachment 263190 [details]
Patch

Attachment 263190 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/292703

New failing tests:
http/tests/css/shared-stylesheet-mutation.html
http/tests/css/shared-stylesheet-mutation-preconstruct.html
Comment 3 Build Bot 2015-10-15 15:03:52 PDT
Created attachment 263194 [details]
Archive of layout-test-results from ews101 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 4 Build Bot 2015-10-15 15:09:39 PDT
Comment on attachment 263190 [details]
Patch

Attachment 263190 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/292711

New failing tests:
http/tests/css/shared-stylesheet-mutation.html
http/tests/css/shared-stylesheet-mutation-preconstruct.html
Comment 5 Build Bot 2015-10-15 15:09:41 PDT
Created attachment 263195 [details]
Archive of layout-test-results from ews104 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 6 Dean Jackson 2015-10-15 16:18:51 PDT
Comment on attachment 263190 [details]
Patch

Clearing flags on attachment: 263190

Committed r191147: <http://trac.webkit.org/changeset/191147>
Comment 7 Dean Jackson 2015-10-15 16:18:59 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Ryan Haddad 2015-10-15 17:15:16 PDT
Reopening since these tests still seems to be failing.
Comment 9 Alexey Proskuryakov 2015-10-15 18:01:08 PDT
Created attachment 263235 [details]
follow-up fix
Comment 10 WebKit Commit Bot 2015-10-15 18:03:16 PDT
Comment on attachment 263235 [details]
follow-up fix

Rejecting attachment 263235 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 263235, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

/Volumes/Data/EWS/WebKit/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://webkit-queues.webkit.org/results/293314
Comment 11 Alexey Proskuryakov 2015-10-15 18:12:05 PDT
Created attachment 263236 [details]
follow-up fix
Comment 12 Dean Jackson 2015-10-15 18:34:15 PDT
Committed r191158: <http://trac.webkit.org/changeset/191158>