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

Issue 757433004: Add SOURCE_TEST. (Closed)

Created:
6 years ago by Jamie
Modified:
6 years ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add SOURCE_TEST. See https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-dev/AppLaunchParams/chromium-dev/uPckpeYSlNA/bwfwZAtbEEkJ for a discussion of what I'm trying to do, and https://codereview.chromium.org/771003002 for more context of how I'm going to use this to achieve it. Committed: https://crrev.com/416c074ced7d016b0502330941eeeca21cc30b82 Cr-Commit-Position: refs/heads/master@{#308115}

Patch Set 1 #

Patch Set 2 : Update existing browser tests to use the correct source. #

Total comments: 2

Patch Set 3 : Rename SOURCE_BROWSER_TEST to SOURCE_TEST. #

Total comments: 2

Patch Set 4 : Fixed remaining instances of SOURCE_BROWSER_TEST. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -24 lines) Patch
M chrome/browser/apps/app_browsertest.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/apps/app_browsertest_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/app_window_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_storage_monitor_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/app_runtime/app_runtime_api.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/api/app_runtime.idl View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M extensions/common/constants.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 32 (8 generated)
Jamie
benwells: PTAL. cylee: FYI.
6 years ago (2014-12-02 21:48:12 UTC) #3
benwells
Seems like a good idea. Are you planning to update all the browser tests that ...
6 years ago (2014-12-02 22:16:41 UTC) #4
Jamie
On 2014/12/02 22:16:41, benwells wrote: > Seems like a good idea. Are you planning to ...
6 years ago (2014-12-02 23:45:41 UTC) #6
benwells
On 2014/12/02 23:45:41, Jamie wrote: > On 2014/12/02 22:16:41, benwells wrote: > > Seems like ...
6 years ago (2014-12-03 00:21:56 UTC) #7
cylee1
lgtm https://codereview.chromium.org/757433004/diff/40001/extensions/common/constants.h File extensions/common/constants.h (right): https://codereview.chromium.org/757433004/diff/40001/extensions/common/constants.h#newcode115 extensions/common/constants.h:115: SOURCE_UNTRACKED = 0, // Should be used in ...
6 years ago (2014-12-03 15:20:57 UTC) #8
Jamie
Renamed as per Ben's suggestion and updated the two remaining tests. PTAL. https://codereview.chromium.org/757433004/diff/40001/extensions/common/constants.h File extensions/common/constants.h ...
6 years ago (2014-12-04 01:06:53 UTC) #9
benwells
https://codereview.chromium.org/757433004/diff/60001/chrome/browser/chromeos/policy/device_local_account_browsertest.cc File chrome/browser/chromeos/policy/device_local_account_browsertest.cc (right): https://codereview.chromium.org/757433004/diff/60001/chrome/browser/chromeos/policy/device_local_account_browsertest.cc#newcode1341 chrome/browser/chromeos/policy/device_local_account_browsertest.cc:1341: extensions::SOURCE_BROWSER_TEST)); This (and some others) still say BROWSER_TEST.
6 years ago (2014-12-04 03:44:47 UTC) #10
Jamie
PTAL https://codereview.chromium.org/757433004/diff/60001/chrome/browser/chromeos/policy/device_local_account_browsertest.cc File chrome/browser/chromeos/policy/device_local_account_browsertest.cc (right): https://codereview.chromium.org/757433004/diff/60001/chrome/browser/chromeos/policy/device_local_account_browsertest.cc#newcode1341 chrome/browser/chromeos/policy/device_local_account_browsertest.cc:1341: extensions::SOURCE_BROWSER_TEST)); On 2014/12/04 03:44:47, benwells wrote: > This ...
6 years ago (2014-12-04 18:10:01 UTC) #11
Jamie
Ping benwells.
6 years ago (2014-12-08 21:03:53 UTC) #12
benwells
lgtm
6 years ago (2014-12-09 06:53:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/757433004/80001
6 years ago (2014-12-09 18:22:10 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/29167)
6 years ago (2014-12-09 18:29:32 UTC) #17
Jamie
Additional OWNERS, ptal.
6 years ago (2014-12-09 20:43:27 UTC) #19
dmichael (off chromium)
ppapi lgtm
6 years ago (2014-12-09 20:45:21 UTC) #20
Jamie
Ping sky,jar & bartfab
6 years ago (2014-12-11 00:59:33 UTC) #21
jar (doing other things)
+asvitkine for histograms.xml
6 years ago (2014-12-11 02:06:57 UTC) #23
sky
pro-tip: clearly indicate what you want your reviewers to review, otherwise they may ignore.
6 years ago (2014-12-11 15:27:15 UTC) #24
Alexei Svitkine (slow)
histograms lgtm
6 years ago (2014-12-11 15:40:07 UTC) #25
Jamie
Apologies; I thought it would be clear from my OWNERS comment, but I guess a ...
6 years ago (2014-12-11 18:31:53 UTC) #26
sky
c/b/ui LGTM
6 years ago (2014-12-11 19:20:15 UTC) #27
bartfab (slow)
policy lgtm
6 years ago (2014-12-12 11:50:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/757433004/80001
6 years ago (2014-12-12 17:42:59 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years ago (2014-12-12 17:46:19 UTC) #31
commit-bot: I haz the power
6 years ago (2014-12-12 17:47:16 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/416c074ced7d016b0502330941eeeca21cc30b82
Cr-Commit-Position: refs/heads/master@{#308115}

Powered by Google App Engine
This is Rietveld 408576698