Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Issue 2847943002: Cleanup LayoutTests that define a function gc(). (Closed)

Created:
3 years, 7 months ago by nikhil.sahni
Modified:
3 years, 7 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup LayoutTests that define a function gc(). There are some LayoutTests that define their own gc ,instead of that they can use canonical implementation in LayoutTests/resources/gc.js. BUG=706285 Review-Url: https://codereview.chromium.org/2847943002 Cr-Commit-Position: refs/heads/master@{#468757} Committed: https://chromium.googlesource.com/chromium/src/+/0ce4fda39a836c2f345c78a00374b2776aa9e1d2

Patch Set 1 #

Total comments: 13

Patch Set 2 : Addressed the Review Comments #

Patch Set 3 : Fixing Layout Tests Failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -547 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/canvas-context-gc-custom-properties.html View 1 chunk +1 line, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/webgl/context-destroyed-crash.html View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/detached-doctype.html View 1 chunk +1 line, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/cloned-input-checked-state.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/NodeList/adoptNode-node-list-cache.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/NodeList/childNodes-reset-cache.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/remove-all-children-crash.html View 1 chunk +1 line, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html View 1 2 3 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html View 1 2 3 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html View 1 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html View 1 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/timer-null-script-execution-context.html View 1 chunk +1 line, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html View 1 chunk +1 line, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/gc-custom-prototype.html View 2 chunks +1 line, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/navigator-detached-no-crash.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/node-iterator-document-moved-crash.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/node-iterator-reference-node-moved-crash.html View 1 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/text-node-append-data-remove-crash.html View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/gc-freeze-with-attribute-listeners.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-channel-gc.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-channel-gc-2.html View 1 chunk +1 line, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-channel-gc-3.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-channel-gc-4.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-channel-listener-circular-ownership.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-port-constructor-for-deleted-document.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-port-deleted-document.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-port-deleted-frame.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/message-port-no-wrapper.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/resources/message-port-iframe.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/ValidityState-removed-control.html View 1 chunk +1 line, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/change-form-element-document-crash.html View 1 chunk +1 line, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/dangling-form-element-crash.html View 1 chunk +1 line, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash2.html View 1 chunk +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/removed-image-as-property.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/html/pending-stylesheet-crash.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/js/exec-state-marking.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/media/lifetime.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/shared-worker-event-listener.html View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/shared-worker-gc.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/worker-event-listener.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/worker-gc.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/worker-init.html View 1 chunk +1 line, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/worker-supplement-gc.html View 1 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/workers/worker-terminate.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/geolocation-api/remove-remote-context-in-error-callback-crash.html View 1 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/images/destroyed-image-load-event.html View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/mediasession/mojo/callback-alive-after-gc.html View 1 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/remoteplayback/availability-callback-gc.html View 1 1 chunk +1 line, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/tref-clone-crash.html View 1 chunk +1 line, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/web-animations-api/animation-finish-promise-gc.html View 1 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
Srirama
In Description s/there/their https://codereview.chromium.org/2847943002/diff/1/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html File third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html (right): https://codereview.chromium.org/2847943002/diff/1/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html#newcode7 third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html:7: <script src="../../../resources/gc.js"></script> move it up inside ...
3 years, 7 months ago (2017-04-28 09:39:56 UTC) #5
nikhil.sahni
https://codereview.chromium.org/2847943002/diff/1/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html File third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html (right): https://codereview.chromium.org/2847943002/diff/1/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html#newcode7 third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html:7: <script src="../../../resources/gc.js"></script> On 2017/04/28 09:39:55, Srirama wrote: > move ...
3 years, 7 months ago (2017-04-28 10:08:48 UTC) #7
Srirama
Peer review is fine
3 years, 7 months ago (2017-04-28 12:52:47 UTC) #8
nikhil.sahni
Hello jbroman, All layout test cases are passed and peer reviewis done...please let me know ...
3 years, 7 months ago (2017-05-02 07:45:15 UTC) #15
jbroman
lgtm
3 years, 7 months ago (2017-05-02 14:46:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847943002/40001
3 years, 7 months ago (2017-05-02 17:25:33 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 20:17:35 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/0ce4fda39a836c2f345c78a00374...

Powered by Google App Engine
This is Rietveld 408576698