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

Issue 2853293003: Moving mojo/validation test into LayoutTests (Closed)

Created:
3 years, 7 months ago by alokp
Modified:
3 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, viettrungluu+watch_chromium.org, Peter Beverloo, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, einbinder+watch-test-runner_chromium.org, blink-reviews, darin-cc_chromium.org, darin (slow to review), jochen+watch_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Moving mojo/validation test into LayoutTests BUG=647036 TBR=yzshen,dpranke,jbroman Review-Url: https://codereview.chromium.org/2853293003 Cr-Commit-Position: refs/heads/master@{#469506} Committed: https://chromium.googlesource.com/chromium/src/+/577b29ee4f96b770e486a3b1e54c510e08bd7956

Patch Set 1 #

Patch Set 2 : fixes gen dir #

Patch Set 3 : removes debug logging #

Total comments: 4

Patch Set 4 : moves index file outside data dir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -651 lines) Patch
M BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/js/tests/run_js_unittests.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/BUILD.gn View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M mojo/public/js/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
D mojo/public/js/tests/validation_test_input_parser.js View 1 chunk +0 lines, -299 lines 0 comments Download
D mojo/public/js/tests/validation_unittest.js View 1 chunk +0 lines, -343 lines 0 comments Download
A mojo/public/tools/bindings/gen_data_files_list.py View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/mojo/resources/validation_test_input_parser.js View 2 chunks +2 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/mojo/validation.html View 1 2 3 1 chunk +298 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
alokp
This patch has already been reviewed here: https://codereview.chromium.org/2745293005/
3 years, 7 months ago (2017-05-03 04:13:35 UTC) #11
alokp
This patch has already been reviewed here: https://codereview.chromium.org/2745293005/
3 years, 7 months ago (2017-05-03 04:13:36 UTC) #12
alokp
This patch has already been reviewed here: https://codereview.chromium.org/2745293005/ damargulis@ tenure is over, so I have ...
3 years, 7 months ago (2017-05-03 04:15:08 UTC) #13
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/2853293003/40001
3 years, 7 months ago (2017-05-03 04:15:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/206431) win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, ...
3 years, 7 months ago (2017-05-03 05:30:36 UTC) #17
yzshen1
LGTM as long as the GN magic works. :) https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn File mojo/public/interfaces/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn#newcode35 mojo/public/interfaces/bindings/tests/BUILD.gn:35: ...
3 years, 7 months ago (2017-05-03 05:48:23 UTC) #18
alokp
https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn File mojo/public/interfaces/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn#newcode35 mojo/public/interfaces/bindings/tests/BUILD.gn:35: "$root_gen_dir/layout_test_data/{{source_root_relative_dir}}/{{source_file_part}}/index.txt", On 2017/05/03 05:48:23, yzshen1 wrote: > What is ...
3 years, 7 months ago (2017-05-03 06:09:15 UTC) #19
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/2853293003/40001
3 years, 7 months ago (2017-05-03 06:09:36 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/435048)
3 years, 7 months ago (2017-05-03 07:33:11 UTC) #23
Dirk Pranke
lgtm https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn File mojo/public/interfaces/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn#newcode7 mojo/public/interfaces/bindings/tests/BUILD.gn:7: group("tests") { Nit: I'd usually think "tests" referred ...
3 years, 7 months ago (2017-05-03 20:30:33 UTC) #24
alokp
https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn File mojo/public/interfaces/bindings/tests/BUILD.gn (right): https://codereview.chromium.org/2853293003/diff/40001/mojo/public/interfaces/bindings/tests/BUILD.gn#newcode7 mojo/public/interfaces/bindings/tests/BUILD.gn:7: group("tests") { On 2017/05/03 20:30:33, Dirk Pranke (slow until ...
3 years, 7 months ago (2017-05-04 21:05:28 UTC) #25
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/2853293003/60001
3 years, 7 months ago (2017-05-04 21:15:00 UTC) #28
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 23:10:40 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/577b29ee4f96b770e486a3b1e54c...

Powered by Google App Engine
This is Rietveld 408576698