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

Issue 1866333004: Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a (Closed)

Created:
4 years, 8 months ago by suzyh_UTC10 (ex-contributor)
Modified:
4 years, 8 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-style_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@wpt-sync
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a Using update-w3c-deps in Blink bf7dc636b3ed84582375d2cebe613ffaf1c00794. This patch adds web-animations to the list of directories imported from web-platform-tests. BUG=600248 Committed: https://crrev.com/5948d8b9cd8325cb75b9d903d25d566529b83a00 Cr-Commit-Position: refs/heads/master@{#386923} Committed: https://crrev.com/7791bb415868eac7b981f1fb1366947ad984cdef Cr-Commit-Position: refs/heads/master@{#387198}

Patch Set 1 #

Patch Set 2 : Add test expectations for failing web-animations tests #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Add two potential timeouts to TestExpectations #

Total comments: 7

Patch Set 6 : Add comment to W3CImportExpectations #

Patch Set 7 : Rebase #

Total comments: 1

Patch Set 8 : Rebase #

Patch Set 9 : Add Failure option for two TestExpectations entries #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6278 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animatable/animate.html View 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animatable/animate-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration.html View 1 chunk +149 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/endDelay.html View 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getAnimations.html View 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getAnimations-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getComputedStyle.html View 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/getComputedStyle-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/iterationStart.html View 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/iterationStart-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after.html View 1 chunk +419 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-before.html View 1 chunk +418 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-before-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-next-sibling.html View 1 chunk +503 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-next-sibling-expected.txt View 1 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-parent.html View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-parent-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-previous-sibling.html View 1 chunk +511 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-previous-sibling-expected.txt View 1 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-remove.html View 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-remove-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace.html View 1 chunk +444 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt View 1 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/idlharness.html View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-timeline/document-timeline.html View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-timeline/idlharness.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-timeline/idlharness-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/constructor.html View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor.html View 1 chunk +601 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt View 1 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/effect-easing.html View 1 chunk +438 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/effect-easing-expected.txt View 1 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming.html View 1 chunk +227 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration.html View 1 chunk +445 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-expected.txt View 1 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-progress.html View 1 chunk +445 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/keyframe-handling.html View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/keyframe-handling-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/testcommon.js View 1 chunk +166 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (26 generated)
suzyh_UTC10 (ex-contributor)
After https://codereview.chromium.org/1854003004 updating the rest of web-platform-tests, this patch adds in the web-animations tests. Let ...
4 years, 8 months ago (2016-04-08 03:50:41 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/1
4 years, 8 months ago (2016-04-08 03:51:05 UTC) #5
suzyh_UTC10 (ex-contributor)
On 2016/04/08 at 03:50:41, suzyh wrote: > After https://codereview.chromium.org/1854003004 updating the rest of web-platform-tests, this ...
4 years, 8 months ago (2016-04-08 03:51:32 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/40001
4 years, 8 months ago (2016-04-08 04:29:16 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/47427) android_chromium_gn_compile_dbg on ...
4 years, 8 months ago (2016-04-08 04:33:28 UTC) #11
suzyh_UTC10 (ex-contributor)
OK, this is ready for review now. I think the CQ dry run failure is ...
4 years, 8 months ago (2016-04-08 04:35:54 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/60001
4 years, 8 months ago (2016-04-08 06:36:15 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/207929)
4 years, 8 months ago (2016-04-08 07:53:20 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/80001
4 years, 8 months ago (2016-04-08 08:17:35 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-08 09:13:23 UTC) #21
jsbell
generally lgtm, but some comments/questions about the imports. Please fix the W3CImportExpectations entry, otherwise I'm ...
4 years, 8 months ago (2016-04-08 17:01:27 UTC) #22
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/1866333004/diff/80001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/1866333004/diff/80001/third_party/WebKit/LayoutTests/TestExpectations#newcode1585 third_party/WebKit/LayoutTests/TestExpectations:1585: crbug.com/600248 imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-progress.html [ Crash ] On 2016/04/08 at 17:01:27, ...
4 years, 8 months ago (2016-04-11 23:21:05 UTC) #23
suzyh_UTC10 (ex-contributor)
-shans +alancutter since Shane is OOO
4 years, 8 months ago (2016-04-12 02:55:04 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/120001
4 years, 8 months ago (2016-04-13 00:43:24 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/18154) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-04-13 00:46:28 UTC) #29
alancutter (OOO until 2018)
lgtm with nit. https://codereview.chromium.org/1866333004/diff/120001/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md File third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md (right): https://codereview.chromium.org/1866333004/diff/120001/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md#newcode4 third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md:4: Specification: http://w3c.github.io/web-animations/ These tests also cover ...
4 years, 8 months ago (2016-04-13 00:54:20 UTC) #30
suzyh_UTC10 (ex-contributor)
On 2016/04/13 at 00:54:20, alancutter wrote: > lgtm with nit. > > https://codereview.chromium.org/1866333004/diff/120001/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/README.md > File ...
4 years, 8 months ago (2016-04-13 01:40:59 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/140001
4 years, 8 months ago (2016-04-13 01:52:46 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 03:00:50 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/140001
4 years, 8 months ago (2016-04-13 06:21:14 UTC) #40
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 8 months ago (2016-04-13 06:27:38 UTC) #41
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/5948d8b9cd8325cb75b9d903d25d566529b83a00 Cr-Commit-Position: refs/heads/master@{#386923}
4 years, 8 months ago (2016-04-13 06:28:49 UTC) #43
vabr (Chromium)
On 2016/04/13 06:28:49, commit-bot: I haz the power wrote: > Patchset 8 (id:??) landed as ...
4 years, 8 months ago (2016-04-13 12:25:46 UTC) #44
vabr (Chromium)
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1883663003/ by vabr@chromium.org. ...
4 years, 8 months ago (2016-04-13 12:28:28 UTC) #45
jsbell
On 2016/04/13 12:25:46, vabr (Chromium) wrote: > On 2016/04/13 06:28:49, commit-bot: I haz the power ...
4 years, 8 months ago (2016-04-13 16:31:00 UTC) #46
suzyh_UTC10 (ex-contributor)
On 2016/04/13 at 16:31:00, jsbell wrote: > On 2016/04/13 12:25:46, vabr (Chromium) wrote: > > ...
4 years, 8 months ago (2016-04-13 23:01:52 UTC) #47
jsbell
On 2016/04/13 23:01:52, suzyh wrote: > Well, [ Crash Failure ], but yes, that's what ...
4 years, 8 months ago (2016-04-13 23:33:50 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/160001
4 years, 8 months ago (2016-04-14 00:07:03 UTC) #50
suzyh_UTC10 (ex-contributor)
On 2016/04/13 at 23:33:50, jsbell wrote: > On 2016/04/13 23:01:52, suzyh wrote: > > Well, ...
4 years, 8 months ago (2016-04-14 00:07:46 UTC) #51
jsbell
On 2016/04/14 00:07:46, suzyh wrote: > On 2016/04/13 at 23:33:50, jsbell wrote: > > On ...
4 years, 8 months ago (2016-04-14 00:28:17 UTC) #52
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-14 01:20:52 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866333004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866333004/160001
4 years, 8 months ago (2016-04-14 01:27:46 UTC) #57
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 8 months ago (2016-04-14 01:34:50 UTC) #58
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 01:37:05 UTC) #60
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/7791bb415868eac7b981f1fb1366947ad984cdef
Cr-Commit-Position: refs/heads/master@{#387198}

Powered by Google App Engine
This is Rietveld 408576698