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

Issue 2931453002: Re-enable reading list tests (Closed)

Created:
3 years, 6 months ago by huangml1
Modified:
3 years, 6 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, Eugene But (OOO till 7-30), baxley+watch_chromium.org, ios-reviews+web_chromium.org, noyau+watch_chromium.org, marq+watch_chromium.org, stkhapugin, huangml+watch_chromium.org, liaoyuke+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-enable reading list tests The tests are disabled for landing the new server. Here is the fix for them. BUG=724555 Review-Url: https://codereview.chromium.org/2931453002 Cr-Commit-Position: refs/heads/master@{#478019} Committed: https://chromium.googlesource.com/chromium/src/+/c72b03e973cdca53fabc5b5f2e3776e4ae478e7a

Patch Set 1 #

Total comments: 12

Patch Set 2 : Remove global #

Patch Set 3 : capital method name #

Total comments: 4

Patch Set 4 : nit #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -10 lines) Patch
M ios/chrome/browser/ui/reading_list/reading_list_egtest.mm View 1 2 3 7 chunks +8 lines, -10 lines 0 comments Download
M ios/web/public/test/http_server/http_server.h View 1 2 2 chunks +4 lines, -0 lines 1 comment Download
M ios/web/public/test/http_server/http_server.mm View 1 2 3 chunks +8 lines, -0 lines 1 comment Download

Messages

Total messages: 18 (8 generated)
huangml1
Re-enabling a few reading list tests which were disabled for landing the new server. PTAL, ...
3 years, 6 months ago (2017-06-06 17:55:01 UTC) #3
baxley
Just a couple of questions, thanks! https://codereview.chromium.org/2931453002/diff/1/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm File ios/chrome/browser/ui/reading_list/reading_list_egtest.mm (right): https://codereview.chromium.org/2931453002/diff/1/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm#newcode377 ios/chrome/browser/ui/reading_list/reading_list_egtest.mm:377: kDistillableFullURL = web::test::HttpServer::MakeUrl(kDistillableURL); ...
3 years, 6 months ago (2017-06-06 18:14:17 UTC) #4
huangml1
https://codereview.chromium.org/2931453002/diff/1/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm File ios/chrome/browser/ui/reading_list/reading_list_egtest.mm (right): https://codereview.chromium.org/2931453002/diff/1/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm#newcode377 ios/chrome/browser/ui/reading_list/reading_list_egtest.mm:377: kDistillableFullURL = web::test::HttpServer::MakeUrl(kDistillableURL); On 2017/06/06 18:14:16, baxley wrote: > ...
3 years, 6 months ago (2017-06-07 18:10:54 UTC) #5
baxley
One style nit, and question about side-effects of turning off stopped server. Once nit is ...
3 years, 6 months ago (2017-06-07 18:21:06 UTC) #6
huangml1
+gambard for owner review, thanks! https://codereview.chromium.org/2931453002/diff/40001/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm File ios/chrome/browser/ui/reading_list/reading_list_egtest.mm (right): https://codereview.chromium.org/2931453002/diff/40001/ios/chrome/browser/ui/reading_list/reading_list_egtest.mm#newcode342 ios/chrome/browser/ui/reading_list/reading_list_egtest.mm:342: .GetContent())] On 2017/06/07 18:21:06, ...
3 years, 6 months ago (2017-06-08 01:02:52 UTC) #8
gambard
lgtm
3 years, 6 months ago (2017-06-08 06:52:52 UTC) #9
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/2931453002/60001
3 years, 6 months ago (2017-06-08 17:39:31 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/c72b03e973cdca53fabc5b5f2e3776e4ae478e7a
3 years, 6 months ago (2017-06-08 17:52:23 UTC) #15
Eugene But (OOO till 7-30)
Driving by https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/http_server/http_server.h File ios/web/public/test/http_server/http_server.h (right): https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/http_server/http_server.h#newcode142 ios/web/public/test/http_server/http_server.h:142: bool isSuspended; s/isSuspended;/is_suspended_ = false; C++ Style ...
3 years, 6 months ago (2017-06-12 02:25:44 UTC) #17
huangml1
3 years, 6 months ago (2017-06-12 17:09:07 UTC) #18
Message was sent while issue was closed.
On 2017/06/12 02:25:44, Eugene But (OOO till June 11) wrote:
> Driving by
> 
>
https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/htt...
> File ios/web/public/test/http_server/http_server.h (right):
> 
>
https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/htt...
> ios/web/public/test/http_server/http_server.h:142: bool isSuspended;
> s/isSuspended;/is_suspended_ = false;
> 
> C++ Style and initialize, because POD types do not have default values in C++
> 
>
https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/htt...
> File ios/web/public/test/http_server/http_server.mm (right):
> 
>
https://codereview.chromium.org/2931453002/diff/60001/ios/web/public/test/htt...
> ios/web/public/test/http_server/http_server.mm:115: isSuspended = NO;
> = false;

Thanks for the review!  I'll upload another CL to fix.

Powered by Google App Engine
This is Rietveld 408576698