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

Issue 2645873003: Cleanup mojo-js tests. (Closed)

Created:
3 years, 11 months ago by alokp
Modified:
3 years, 10 months ago
Reviewers:
Dirk Pranke, yzshen1
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup mojo-js tests. 1. Moves unittests to mojo/public/js where rest of the unittests are located. Once we make the switch to WebIDL-based core bindings, these tests will run as layout tests. 2. Deletes redundant mojo/edk/test directory 3. Cleanup test targets BUG=647036 Review-Url: https://codereview.chromium.org/2645873003 Cr-Commit-Position: refs/heads/master@{#445149} Committed: https://chromium.googlesource.com/chromium/src/+/210e57b2b6905394ab9088be32153148309aee8c

Patch Set 1 #

Patch Set 2 : fixes data deps #

Patch Set 3 : fixes isolate_map #

Total comments: 5

Patch Set 4 : rebase #

Patch Set 5 : makes test names consistent #

Patch Set 6 : moves test files #

Patch Set 7 : fixes data entries #

Patch Set 8 : more deps fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -2549 lines) Patch
M mojo/BUILD.gn View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/js/BUILD.gn View 1 chunk +0 lines, -14 lines 0 comments Download
D mojo/edk/js/test/BUILD.gn View 1 chunk +0 lines, -46 lines 0 comments Download
D mojo/edk/js/test/hexdump.js View 1 chunk +0 lines, -34 lines 0 comments Download
D mojo/edk/js/test/run_js_integration_tests.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D mojo/edk/js/test/run_js_tests.cc View 1 chunk +0 lines, -68 lines 0 comments Download
M mojo/edk/js/tests/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +37 lines, -9 lines 0 comments Download
D mojo/edk/js/tests/binding_tests.js View 1 chunk +0 lines, -159 lines 0 comments Download
D mojo/edk/js/tests/connection_tests.js View 1 chunk +0 lines, -135 lines 0 comments Download
D mojo/edk/js/tests/interface_ptr_tests.js View 1 chunk +0 lines, -160 lines 0 comments Download
M mojo/edk/js/tests/js_to_cpp_tests.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
A + mojo/edk/js/tests/run_js_unittests.cc View 1 2 3 4 5 2 chunks +31 lines, -11 lines 0 comments Download
D mojo/edk/js/tests/sample_service_tests.js View 1 chunk +0 lines, -173 lines 0 comments Download
M mojo/public/js/BUILD.gn View 1 2 3 4 5 6 1 chunk +11 lines, -6 lines 0 comments Download
D mojo/public/js/codec_unittests.js View 1 2 3 4 5 1 chunk +0 lines, -314 lines 0 comments Download
D mojo/public/js/core_unittests.js View 1 2 3 4 5 1 chunk +0 lines, -246 lines 0 comments Download
D mojo/public/js/struct_unittests.js View 1 2 3 4 5 1 chunk +0 lines, -279 lines 0 comments Download
D mojo/public/js/test/validation_test_input_parser.js View 1 2 3 4 5 1 chunk +0 lines, -299 lines 0 comments Download
A + mojo/public/js/tests/binding_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/codec_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/connection_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/core_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/interface_ptr_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/sample_service_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/struct_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/union_unittest.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/validation_test_input_parser.js View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/js/tests/validation_unittest.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
D mojo/public/js/union_unittests.js View 1 2 3 4 5 1 chunk +0 lines, -194 lines 0 comments Download
D mojo/public/js/validation_unittests.js View 1 2 3 4 5 1 chunk +0 lines, -338 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (15 generated)
alokp
3 years, 11 months ago (2017-01-19 19:21:37 UTC) #4
yzshen1
LGTM with two nits. https://codereview.chromium.org/2645873003/diff/40001/mojo/edk/js/tests/run_js_unittests.cc File mojo/edk/js/tests/run_js_unittests.cc (right): https://codereview.chromium.org/2645873003/diff/40001/mojo/edk/js/tests/run_js_unittests.cc#newcode47 mojo/edk/js/tests/run_js_unittests.cc:47: TEST(JSTest, core) { Now that ...
3 years, 11 months ago (2017-01-19 19:48:47 UTC) #5
alokp
https://codereview.chromium.org/2645873003/diff/40001/mojo/edk/js/tests/run_js_unittests.cc File mojo/edk/js/tests/run_js_unittests.cc (right): https://codereview.chromium.org/2645873003/diff/40001/mojo/edk/js/tests/run_js_unittests.cc#newcode47 mojo/edk/js/tests/run_js_unittests.cc:47: TEST(JSTest, core) { On 2017/01/19 19:48:47, yzshen1 wrote: > ...
3 years, 11 months ago (2017-01-19 22:32:15 UTC) #6
yzshen1
still LGTM https://codereview.chromium.org/2645873003/diff/40001/mojo/public/js/binding_tests.js File mojo/public/js/binding_tests.js (right): https://codereview.chromium.org/2645873003/diff/40001/mojo/public/js/binding_tests.js#newcode1 mojo/public/js/binding_tests.js:1: // Copyright 2016 The Chromium Authors. All ...
3 years, 11 months ago (2017-01-19 22:32:53 UTC) #7
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/2645873003/100001
3 years, 11 months ago (2017-01-19 22:52:36 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/374452)
3 years, 11 months ago (2017-01-20 01:59:19 UTC) #12
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/2645873003/120001
3 years, 11 months ago (2017-01-20 05:00:30 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/374723)
3 years, 11 months ago (2017-01-20 07:20:24 UTC) #17
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/2645873003/140001
3 years, 11 months ago (2017-01-20 18:48:57 UTC) #20
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/210e57b2b6905394ab9088be32153148309aee8c
3 years, 11 months ago (2017-01-20 20:37:57 UTC) #23
Wez
Hallo dpranke@chromium.org! Due to a depot_tools patch which mistakenly removed the OWNERS check for non-source ...
3 years, 10 months ago (2017-02-08 17:59:13 UTC) #26
Dirk Pranke
3 years, 10 months ago (2017-02-08 18:21:36 UTC) #27
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698