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

Issue 11412070: Fix and enable the PAC fetcher NoCache test on Android (Closed)

Created:
8 years, 1 month ago by ppi
Modified:
8 years, 1 month ago
Reviewers:
Philippe, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, darin-cc_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix and enable the PAC fetcher NoCache test on Android The NoCache test for the PAC fetcher verifies that an attempt to fetch a PAC script fails once the server is killed, thus assuring that PAC files are not cached. Due to the device-server / port forwarding layout of running gtests on Android, the specific error being returned by the fetch attempt is "Connection reset by peer" rather than "Connection refused". This patch takes this into consideration. BUG=161763 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168805

Patch Set 1 : #

Patch Set 2 : address pliard remark / amend comment layout #

Total comments: 1

Patch Set 3 : address eroman remark #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -5 lines) Patch
M build/android/gtest_filter/net_unittests_disabled View 1 chunk +0 lines, -1 line 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 2 2 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ppi
8 years, 1 month ago (2012-11-19 16:01:15 UTC) #1
eroman
lgtm https://codereview.chromium.org/11412070/diff/4/net/proxy/proxy_script_fetcher_impl_unittest.cc File net/proxy/proxy_script_fetcher_impl_unittest.cc (right): https://codereview.chromium.org/11412070/diff/4/net/proxy/proxy_script_fetcher_impl_unittest.cc#newcode323 net/proxy/proxy_script_fetcher_impl_unittest.cc:323: // See: https://codereview.chromium.org/118032/ We typically don't link to ...
8 years, 1 month ago (2012-11-20 00:26:57 UTC) #2
ppi
Good point - fixed. Thanks a lot! On 2012/11/20 00:26:57, eroman wrote: > lgtm > ...
8 years, 1 month ago (2012-11-20 10:41:31 UTC) #3
Philippe
lgtm, thanks Przemek!
8 years, 1 month ago (2012-11-20 13:17:22 UTC) #4
ppi
Thanks Philippe! On 2012/11/20 13:17:22, Philippe wrote: > lgtm, thanks Przemek!
8 years, 1 month ago (2012-11-20 13:21:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ppi@chromium.org/11412070/1003
8 years, 1 month ago (2012-11-20 13:21:41 UTC) #6
commit-bot: I haz the power
8 years, 1 month ago (2012-11-20 15:16:09 UTC) #7
Change committed as 168805

Powered by Google App Engine
This is Rietveld 408576698