diff options
author | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 15:16:06 +0000 |
---|---|---|
committer | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 15:16:06 +0000 |
commit | 3079551ffa8167d7b85e42bfcd75092a19aed588 (patch) | |
tree | 1710c7b0f9613494bd2b58cc4a2c506af95b6f55 /build | |
parent | 84f0001ea7b02de99783fc2cfac3a09e2c01b099 (diff) | |
download | chromium_src-3079551ffa8167d7b85e42bfcd75092a19aed588.zip chromium_src-3079551ffa8167d7b85e42bfcd75092a19aed588.tar.gz chromium_src-3079551ffa8167d7b85e42bfcd75092a19aed588.tar.bz2 |
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
Review URL: https://chromiumcodereview.appspot.com/11412070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/gtest_filter/net_unittests_disabled | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/gtest_filter/net_unittests_disabled b/build/android/gtest_filter/net_unittests_disabled index dff78ac..897ab0e 100644 --- a/build/android/gtest_filter/net_unittests_disabled +++ b/build/android/gtest_filter/net_unittests_disabled @@ -11,7 +11,6 @@ HTTPSEVCRLSetTest.FreshCRLSet HTTPSRequestTest.ClientAuthTest HTTPSRequestTest.ResumeTest HTTPSRequestTest.SSLSessionCacheShardTest -ProxyScriptFetcherImplTest.NoCache PythonUtils.PythonRunTime TransportSecurityStateTest.ValidPinsHeadersSHA1 TransportSecurityStateTest.ValidPinsHeadersSHA256 |