Commit 6ba139bf authored by Matt Menke's avatar Matt Menke Committed by Commit Bot

Update filters/mojo.fyi.network_browser_tests.filter.

Remove several tests that have been renamed, and annotate two other sets
of tests with more details and new bugs.

Bug: 769401
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: Ic8d7b9158ebb6b3c551546c83639e3ad1431db26
Reviewed-on: https://chromium-review.googlesource.com/1164313Reviewed-by: default avatarMaks Orlovich <morlovich@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581267}
parent 6a906689
...@@ -17,8 +17,9 @@ ...@@ -17,8 +17,9 @@
-WebViewTest.WebViewInBackgroundPage -WebViewTest.WebViewInBackgroundPage
# These tests uses net::URLRequestFilter (through TestRequestInterceptor) to # These tests uses net::URLRequestFilter (through TestRequestInterceptor) to
# mock out network responses. Unclear if the code being tested uses # mock out network responses, and use ExtensionDownloader to issue requests,
# SimpleURLLoader or URLFetcher. # which has yet to be switched from URLFetcher.
# https://crbug.com/844928
-PolicyTest.ExtensionInstallBlacklistSharedModules -PolicyTest.ExtensionInstallBlacklistSharedModules
-PolicyTest.ExtensionInstallForcelist -PolicyTest.ExtensionInstallForcelist
-PolicyTest.ExtensionInstallForcelist_DefaultedUpdateUrl -PolicyTest.ExtensionInstallForcelist_DefaultedUpdateUrl
...@@ -26,6 +27,11 @@ ...@@ -26,6 +27,11 @@
-PolicyTest.ExtensionMinimumVersionRequired -PolicyTest.ExtensionMinimumVersionRequired
-PolicyTest.ExtensionMinimumVersionRequiredAlt -PolicyTest.ExtensionMinimumVersionRequiredAlt
-PolicyTest.ExtensionRecommendedInstallationMode -PolicyTest.ExtensionRecommendedInstallationMode
# These tests uses net::URLRequestFilter (through TestRequestInterceptor) to
# mock out network responses, and use URLFetcherDownloader to issue requests,
# which has yet to be switched from URLFetcher.
# https://crbug.com/871542
-PolicyUpdateServiceTest.Backoff -PolicyUpdateServiceTest.Backoff
-PolicyUpdateServiceTest.FailedUpdateRetries -PolicyUpdateServiceTest.FailedUpdateRetries
-PolicyUpdateServiceTest.PolicyCorruptedOnStartup -PolicyUpdateServiceTest.PolicyCorruptedOnStartup
...@@ -140,8 +146,6 @@ ...@@ -140,8 +146,6 @@
-DnsProbeBrowserTest.NoInternetProbeResultWithSlowBrokenCorrections -DnsProbeBrowserTest.NoInternetProbeResultWithSlowBrokenCorrections
# crbug.com/776589 Intercepting requests with net::URLRequestFilter. # crbug.com/776589 Intercepting requests with net::URLRequestFilter.
-PolicyTest.CertificateTransparencyEnforcementDisabledForUrls/0
-PolicyTest.CertificateTransparencyEnforcementDisabledForUrls/1
-PolicyTest.ExtensionInstallSources -PolicyTest.ExtensionInstallSources
# crbug.com/859594 Migrate storage::FileWriterDelegate to use SimpleURLLoader # crbug.com/859594 Migrate storage::FileWriterDelegate to use SimpleURLLoader
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment