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

Issue 2701053003: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)

Created:
3 years, 10 months ago by zakerinasab
Modified:
3 years, 10 months ago
Reviewers:
Justin Novosad
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. This change replaces js-test.js assertions with testharness.js assertions. The expectation files are removed as they are not needed anymore. To simplify review and landing, each change corrects at most 10 tests. BUG=639732 Review-Url: https://codereview.chromium.org/2701053003 Cr-Commit-Position: refs/heads/master@{#451833} Committed: https://chromium.googlesource.com/chromium/src/+/432f731efbc6918a043bb51697f2d4f0f848742c

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -792 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html View 1 chunk +41 lines, -47 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html View 1 chunk +38 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html View 1 chunk +71 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/pointInPath.js View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/pointInPath-expected.txt View 1 chunk +0 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html View 1 chunk +37 lines, -9 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt View 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/resize-while-save-active.html View 2 chunks +11 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/resize-while-save-active-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html View 1 chunk +108 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing-expected.txt View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/pattern-with-transform.js View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/radialGradient-infinite-values.js View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/rgba-parsing.js View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/set-colors.js View 1 chunk +0 lines, -112 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/set-colors.html View 1 chunk +133 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/set-colors-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/set-empty-font-crash.html View 1 chunk +7 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/set-empty-font-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html View 1 1 chunk +13 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur-expected.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData.html View 1 chunk +55 lines, -63 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset.html View 1 1 chunk +13 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
zakerinasab
New CL uploaded.
3 years, 10 months ago (2017-02-17 23:04:39 UTC) #3
Justin Novosad
lgtm with nits https://codereview.chromium.org/2701053003/diff/1/third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html File third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html (right): https://codereview.chromium.org/2701053003/diff/1/third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html#newcode16 third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html:16: }, 'Verify taht setting a huge ...
3 years, 10 months ago (2017-02-21 18:19:59 UTC) #4
zakerinasab
Comments addressed. Landing. https://codereview.chromium.org/2701053003/diff/1/third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html File third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html (right): https://codereview.chromium.org/2701053003/diff/1/third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html#newcode16 third_party/WebKit/LayoutTests/fast/canvas/shadow-huge-blur.html:16: }, 'Verify taht setting a huge ...
3 years, 10 months ago (2017-02-21 18:34:06 UTC) #5
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/2701053003/20001
3 years, 10 months ago (2017-02-21 18:34:53 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-21 21:14:16 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/432f731efbc6918a043bb51697f2...

Powered by Google App Engine
This is Rietveld 408576698