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

Side by Side Diff: build/android/pylib/gtest/filter/net_unittests_disabled

Issue 714813003: Referrer Policy: Add new policies to URLRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/referrer_policy_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # List of suppressions. 1 # List of suppressions.
2 2
3 # Bug: 171812 3 # Bug: 171812
4 MultiThreadedCertVerifierTest.CancelRequest 4 MultiThreadedCertVerifierTest.CancelRequest
5 5
6 # Bug: 380340 6 # Bug: 380340
7 SSLServerSocketTest.Handshake 7 SSLServerSocketTest.Handshake
8 8
9 PythonUtils.PythonRunTime 9 PythonUtils.PythonRunTime
10 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest
11 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/0 10 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/0
12 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/1 11 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/1
13 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/2 12 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/2
14 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/0 13 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/0
15 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/1 14 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/1
16 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/2 15 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.Verify/2
17 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/0 16 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/0
18 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/1 17 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/1
19 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/2 18 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.Verify/2
20 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/0 19 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/0
21 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/1 20 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/1
22 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/2 21 VerifyIntermediate/CertVerifyProcWeakDigestTest.Verify/2
23 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/0 22 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/0
24 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/1 23 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/1
25 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/2 24 VerifyMixed/CertVerifyProcWeakDigestTest.Verify/2
26 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/0 25 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/0
27 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/1 26 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/1
28 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/2 27 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/2
28
29 # Can't spin up more than one SpawnedTestServer on Android.
30 URLRequestTestReferrerPolicy.HTTPToCrossOriginHTTP
31 URLRequestTestReferrerPolicy.HTTPSToCrossOriginHTTPS
32 URLRequestTestReferrerPolicy.HTTPToHTTPS
33 URLRequestTestReferrerPolicy.HTTPSToHTTP
34
29 # Fail only on bots. 35 # Fail only on bots.
30 HttpCache.RangeGET_Cancel 36 HttpCache.RangeGET_Cancel
31 HttpCache.RangeGET_Cancel2 37 HttpCache.RangeGET_Cancel2
32 HttpCache.RangeGET_OK 38 HttpCache.RangeGET_OK
33 HttpCache.RangeGET_Previous200 39 HttpCache.RangeGET_Previous200
34 HttpCache.RangeGET_Revalidate2 40 HttpCache.RangeGET_Revalidate2
35 HttpCache.RangeGET_SyncOK 41 HttpCache.RangeGET_SyncOK
36 HttpCache.TypicalGET_ConditionalRequest 42 HttpCache.TypicalGET_ConditionalRequest
37 # Death tests are not supported with apks. 43 # Death tests are not supported with apks.
38 *DeathTest* 44 *DeathTest*
39 # These are death tests and thus also disabled. 45 # These are death tests and thus also disabled.
40 PrioritizedDispatcherTest.CancelNull 46 PrioritizedDispatcherTest.CancelNull
41 PrioritizedDispatcherTest.CancelMissing 47 PrioritizedDispatcherTest.CancelMissing
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/referrer_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698