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

Issue 8599010: Setup JS unittests for Chromoting (Closed)

Created:
9 years, 1 month ago by garykac
Modified:
9 years ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org, bradnelson
Visibility:
Public.

Description

Setup JS unittests for Chromoting BUG=none TEST=remoting_unittests --gtest_filter=DebugLogUnitTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112252

Patch Set 1 #

Patch Set 2 : Remove duplicate v8 file #

Patch Set 3 : Move shared code into js_unittests.gypi #

Patch Set 4 : Move JS unittest vars/rules into gypis #

Total comments: 4

Patch Set 5 : Move run_all_unittests.cc into chrome/test #

Total comments: 2

Patch Set 6 : Remove unneeded includes #

Total comments: 1

Patch Set 7 : Link in the universe for Windows to work #

Patch Set 8 : Update comments #

Patch Set 9 : Don't use <(DEPTH) with "includes" in gyps #

Total comments: 1

Patch Set 10 : Add comments for JS unittest #

Patch Set 11 : merge #

Patch Set 12 : Fix merge errors (deleted dependencies) #

Patch Set 13 : Fixup merge conflict with default_plugin #

Patch Set 14 : Rename default JS test (from Sample) #

Patch Set 15 : Upload again to remove bogus files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -103 lines) Patch
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +32 lines, -32 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_installer_util.gypi View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -50 lines 0 comments Download
A chrome/js_unittest_rules.gypi View 1 2 3 4 5 6 7 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/js_unittest_vars.gypi View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/test/base/run_all_remoting_unittests.cc View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +43 lines, -3 lines 0 comments Download
M remoting/run_all_unittests.cc View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
A remoting/webapp/me2mom/debug_log.gtestjs View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
garykac
9 years, 1 month ago (2011-11-19 01:26:32 UTC) #1
Sheridan Rawlins
http://codereview.chromium.org/8599010/diff/6001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): http://codereview.chromium.org/8599010/diff/6001/chrome/chrome_tests.gypi#newcode1157 chrome/chrome_tests.gypi:1157: 'js_unittest_rules.gypi', Add comment // TODO(scr): Use this in browser_tests ...
9 years, 1 month ago (2011-11-19 02:36:26 UTC) #2
garykac
+jcivelli for chrome/test http://codereview.chromium.org/8599010/diff/6001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): http://codereview.chromium.org/8599010/diff/6001/chrome/chrome_tests.gypi#newcode1157 chrome/chrome_tests.gypi:1157: 'js_unittest_rules.gypi', On 2011/11/19 02:36:26, Sheridan Rawlins ...
9 years, 1 month ago (2011-11-21 20:46:17 UTC) #3
jcivelli
LGTM http://codereview.chromium.org/8599010/diff/10001/chrome/test/run_all_unittests.cc File chrome/test/run_all_unittests.cc (right): http://codereview.chromium.org/8599010/diff/10001/chrome/test/run_all_unittests.cc#newcode11 chrome/test/run_all_unittests.cc:11: #include "base/file_path.h" I don't think you need these ...
9 years, 1 month ago (2011-11-21 21:54:15 UTC) #4
garykac
http://codereview.chromium.org/8599010/diff/10001/chrome/test/run_all_unittests.cc File chrome/test/run_all_unittests.cc (right): http://codereview.chromium.org/8599010/diff/10001/chrome/test/run_all_unittests.cc#newcode11 chrome/test/run_all_unittests.cc:11: #include "base/file_path.h" On 2011/11/21 21:54:15, jcivelli wrote: > I ...
9 years, 1 month ago (2011-11-21 22:04:53 UTC) #5
Sheridan Rawlins
http://codereview.chromium.org/8599010/diff/16001/chrome/test/run_all_unittests.cc File chrome/test/run_all_unittests.cc (right): http://codereview.chromium.org/8599010/diff/16001/chrome/test/run_all_unittests.cc#newcode1 chrome/test/run_all_unittests.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-21 22:13:15 UTC) #6
garykac
On 2011/11/21 22:13:15, Sheridan Rawlins wrote: > http://codereview.chromium.org/8599010/diff/16001/chrome/test/run_all_unittests.cc > File chrome/test/run_all_unittests.cc (right): > > http://codereview.chromium.org/8599010/diff/16001/chrome/test/run_all_unittests.cc#newcode1 ...
9 years, 1 month ago (2011-11-23 21:36:25 UTC) #7
garykac
+bradnelson to review the gypi changes. I added a bunch of "<(DEPTH)" prefixes to paths ...
9 years, 1 month ago (2011-11-23 23:44:57 UTC) #8
Sheridan Rawlins
LGTM for rule refactor and gtestjs, with commenting nit. http://codereview.chromium.org/8599010/diff/22001/remoting/webapp/me2mom/debug_log.gtestjs File remoting/webapp/me2mom/debug_log.gtestjs (right): http://codereview.chromium.org/8599010/diff/22001/remoting/webapp/me2mom/debug_log.gtestjs#newcode21 remoting/webapp/me2mom/debug_log.gtestjs:21: ...
9 years, 1 month ago (2011-11-24 00:58:58 UTC) #9
garykac
On 2011/11/24 00:58:58, Sheridan Rawlins wrote: > LGTM for rule refactor and gtestjs, with commenting ...
9 years, 1 month ago (2011-11-24 01:04:05 UTC) #10
garykac
Brad, can you take a look? It finally made it through the Windows trybots. I'm ...
9 years ago (2011-11-29 20:41:28 UTC) #11
bradn
lgtm
9 years ago (2011-11-30 03:51:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/8599010/33001
9 years ago (2011-11-30 17:10:18 UTC) #13
commit-bot: I haz the power
Can't apply patch for file content/browser/renderer_host/resource_dispatcher_host.cc. While running patch -p1 --forward --force; patching file content/browser/renderer_host/resource_dispatcher_host.cc ...
9 years ago (2011-11-30 17:10:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/8599010/35003
9 years ago (2011-11-30 17:22:59 UTC) #15
commit-bot: I haz the power
9 years ago (2011-11-30 18:24:52 UTC) #16
Change committed as 112252

Powered by Google App Engine
This is Rietveld 408576698