Commit 4ee9515c authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Fix filter for renamed tests

r524372 renamed a number of tests from WorkerFetchTest.* to WorkerTest.*
and removed parameterization for the OffMainThreadFetch feature. This
change updates the filters for network_content_browsertests to match.

Bug: 794089
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ia7b44629161a71d66787477c6077cb26712ecb19
No-Try: true
No-Presubmit: true
Tbr: jam@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/829974Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524399}
parent 50ddaa75
...@@ -86,10 +86,8 @@ ...@@ -86,10 +86,8 @@
-WebContentsImplBrowserTest.DownloadImage_Deny_FileImage -WebContentsImplBrowserTest.DownloadImage_Deny_FileImage
-WebContentsImplBrowserTest.LoadingStateChangedForSameDocumentNavigation -WebContentsImplBrowserTest.LoadingStateChangedForSameDocumentNavigation
-WebContentsImplBrowserTest.UserAgentOverride -WebContentsImplBrowserTest.UserAgentOverride
-WorkerFetchTest.WorkerTlsClientAuthFetch/0 -WorkerTest.WorkerTlsClientAuthFetch
-WorkerFetchTest.WorkerTlsClientAuthFetch/1 -WorkerTest.WorkerTlsClientAuthImportScripts
-WorkerFetchTest.WorkerTlsClientAuthImportScripts/0
-WorkerFetchTest.WorkerTlsClientAuthImportScripts/1
# content/network/url_loader_impl.cc should handle failure in # content/network/url_loader_impl.cc should handle failure in
# URLLoaderImpl::OnResponseBodyStreamRead(). Note this is flaky, so it will pass # URLLoaderImpl::OnResponseBodyStreamRead(). Note this is flaky, so it will pass
...@@ -108,10 +106,8 @@ ...@@ -108,10 +106,8 @@
# http://crbug.com/783990 # http://crbug.com/783990
# Add support for http auth. # Add support for http auth.
-WorkerFetchTest.SharedWorkerHttpAuth/0 -WorkerTest.SharedWorkerHttpAuth
-WorkerFetchTest.SharedWorkerHttpAuth/1 -WorkerTest.WorkerHttpAuth
-WorkerFetchTest.WorkerHttpAuth/0
-WorkerFetchTest.WorkerHttpAuth/1
# http://crbug.com/787614 # http://crbug.com/787614
-ResourceDispatcherHostBrowserTest.ContentDispositionEmpty -ResourceDispatcherHostBrowserTest.ContentDispositionEmpty
......
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