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

Issue 23623010: Unit tests for task manager (Closed)

Created:
7 years, 3 months ago by vadimt
Modified:
7 years, 3 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

Unit tests for task manager. BUG=164227 TEST=No Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222099

Patch Set 1 #

Total comments: 18

Patch Set 2 : robliao@ comments #

Patch Set 3 : More comments. #

Total comments: 22

Patch Set 4 : robliao@ comments #

Patch Set 5 : More comments #

Patch Set 6 : AUTO #

Total comments: 12

Patch Set 7 : skare@ comments #

Patch Set 8 : skare@ comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -21 lines) Patch
M chrome/browser/resources/google_now/utility_unittest.gtestjs View 1 2 3 4 5 6 13 chunks +319 lines, -21 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
vadimt
7 years, 3 months ago (2013-08-29 20:50:16 UTC) #1
robliao
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode430 chrome/browser/resources/google_now/utility_unittest.gtestjs:430: var taskNameA = 'TASK A'; Why are these global? ...
7 years, 3 months ago (2013-08-29 21:15:38 UTC) #2
vadimt
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode430 chrome/browser/resources/google_now/utility_unittest.gtestjs:430: var taskNameA = 'TASK A'; On 2013/08/29 21:15:38, Robert ...
7 years, 3 months ago (2013-08-29 21:42:47 UTC) #3
robliao
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode464 chrome/browser/resources/google_now/utility_unittest.gtestjs:464: TEST_F('GoogleNowUtilityUnitTest', 'TaskManager1', function() { Short descriptive identifiers are better ...
7 years, 3 months ago (2013-08-30 17:34:09 UTC) #4
vadimt
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode464 chrome/browser/resources/google_now/utility_unittest.gtestjs:464: TEST_F('GoogleNowUtilityUnitTest', 'TaskManager1', function() { On 2013/08/30 17:34:09, Robert Liao ...
7 years, 3 months ago (2013-08-30 20:18:52 UTC) #5
robliao
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode464 chrome/browser/resources/google_now/utility_unittest.gtestjs:464: TEST_F('GoogleNowUtilityUnitTest', 'TaskManager1', function() { 1. TaskManager-2Sequential 2. TaskManager-Conflicting 3. ...
7 years, 3 months ago (2013-08-30 22:33:42 UTC) #6
vadimt
https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode464 chrome/browser/resources/google_now/utility_unittest.gtestjs:464: TEST_F('GoogleNowUtilityUnitTest', 'TaskManager1', function() { On 2013/08/30 22:33:42, Robert Liao ...
7 years, 3 months ago (2013-08-30 22:59:32 UTC) #7
robliao
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); It is worth a discussion as to what ...
7 years, 3 months ago (2013-09-03 23:23:31 UTC) #8
vadimt
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); On 2013/09/03 23:23:31, Robert Liao wrote: > It ...
7 years, 3 months ago (2013-09-04 00:29:16 UTC) #9
robliao
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); That's the idea. A bit of the mechanics ...
7 years, 3 months ago (2013-09-04 00:54:00 UTC) #10
vadimt
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); On 2013/09/04 00:54:00, Robert Liao wrote: > That's ...
7 years, 3 months ago (2013-09-04 01:40:14 UTC) #11
robliao
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); Where was this done? On 2013/09/04 01:40:15, vadimt ...
7 years, 3 months ago (2013-09-04 17:02:03 UTC) #12
vadimt
https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/9001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode512 chrome/browser/resources/google_now/utility_unittest.gtestjs:512: task1PluginInstance.prologue(); On 2013/09/04 17:02:03, Robert Liao wrote: > Where ...
7 years, 3 months ago (2013-09-04 17:21:37 UTC) #13
robliao
lgtm
7 years, 3 months ago (2013-09-04 17:41:11 UTC) #14
vadimt
AUTO
7 years, 3 months ago (2013-09-04 20:14:06 UTC) #15
vadimt
On 2013/09/04 20:14:06, vadimt wrote: > AUTO Please ignore that 'AUTO' comment. I ran a ...
7 years, 3 months ago (2013-09-04 20:16:45 UTC) #16
skare_
functionality looks good. here's some comment comments https://codereview.chromium.org/23623010/diff/20001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/20001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode474 chrome/browser/resources/google_now/utility_unittest.gtestjs:474: // Tests ...
7 years, 3 months ago (2013-09-05 19:50:34 UTC) #17
vadimt
https://codereview.chromium.org/23623010/diff/20001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23623010/diff/20001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode474 chrome/browser/resources/google_now/utility_unittest.gtestjs:474: // Tests that 2 tasks get successfully executed consequentially, ...
7 years, 3 months ago (2013-09-05 21:32:13 UTC) #18
skare_
lgtm
7 years, 3 months ago (2013-09-07 02:53:39 UTC) #19
vadimt
arv@, please provide OWNER's approval
7 years, 3 months ago (2013-09-09 15:55:53 UTC) #20
arv (Not doing code reviews)
LGTM
7 years, 3 months ago (2013-09-09 16:33:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/23623010/33001
7 years, 3 months ago (2013-09-09 16:46:14 UTC) #22
commit-bot: I haz the power
7 years, 3 months ago (2013-09-09 21:41:23 UTC) #23
Message was sent while issue was closed.
Change committed as 222099

Powered by Google App Engine
This is Rietveld 408576698