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

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

Issue 712713002: IPC: a way for browsertests to simulate the appearance of a malicious IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitial
Patch Set: 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
OLDNEW
1 # List of suppressions 1 # List of suppressions
2 # Timeouts 2 # Timeouts
3 Http/MediaTest.* 3 Http/MediaTest.*
4 File/MediaTest.* 4 File/MediaTest.*
5 WorkerTest.* 5 WorkerTest.*
6 MediaTest.* 6 MediaTest.*
7 MediaSourceTest.ConfigChangeVideo 7 MediaSourceTest.ConfigChangeVideo
8 WebGLConformanceTest.* 8 WebGLConformanceTest.*
9 MessagePortTest.Tests 9 MessagePortTest.Tests
10 CrossPlatformAccessibilityBrowserTest.* 10 CrossPlatformAccessibilityBrowserTest.*
11 DatabaseTest.* 11 DatabaseTest.*
12 ResourceDispatcherHostBrowserTest.SyncXMLHttpRequest_DuringUnload 12 ResourceDispatcherHostBrowserTest.SyncXMLHttpRequest_DuringUnload
13 13
14 # Crashes 14 # Crashes
15 ResourceDispatcherHostBrowserTest.CrossSiteAfterCrash 15 ResourceDispatcherHostBrowserTest.CrossSiteAfterCrash
16 RenderFrameHostManagerTest.IgnoreRendererDebugURLsWhenCrashed 16 RenderFrameHostManagerTest.IgnoreRendererDebugURLsWhenCrashed
17 RenderFrameHostManagerTest.ProcessExitWithSwappedOutViews 17 RenderFrameHostManagerTest.ProcessExitWithSwappedOutViews
18 18
19 # Failures 19 # Failures
20 RenderViewHostTest.BaseURLParam 20 RenderViewHostTest.BaseURLParam
21 OffTheRecordClipboardTest.ClearContentData 21 OffTheRecordClipboardTest.ClearContentData
22 GpuPixelBrowserTest.* 22 GpuPixelBrowserTest.*
23 FileSystemBrowserTestWithLowQuota.QuotaTest 23 FileSystemBrowserTestWithLowQuota.QuotaTest
24 ChildProcessSecurityPolicyInProcessBrowserTest.NoLeak 24 ChildProcessSecurityPolicyInProcessBrowserTest.NoLeak
25 25
26 # Needs to start the test server before
27 # BrowserTestBase::SetUpCommandLine is called, but on Android
28 # the test server needs to be started in SetUpOnMainThread().
29 SecurityExploitBrowserTest.SetWebUIProperty
30
31 # Plugins are not supported. 26 # Plugins are not supported.
32 BrowserPluginThreadedCompositorPixelTest.* 27 BrowserPluginThreadedCompositorPixelTest.*
33 BrowserPluginHostTest.* 28 BrowserPluginHostTest.*
34 BrowserPluginTest.* 29 BrowserPluginTest.*
35 PluginTest.* 30 PluginTest.*
36 31
37 # These used to be test_shell_tests and were ported to content_browsertests in 32 # These used to be test_shell_tests and were ported to content_browsertests in
38 # https://codereview.chromium.org/14304004/. Investigate more. 33 # https://codereview.chromium.org/14304004/. Investigate more.
39 DomSerializerTests.* 34 DomSerializerTests.*
40 35
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 # http://crbug.com/338011 96 # http://crbug.com/338011
102 TouchInputBrowserTest.MultiPointTouchPress 97 TouchInputBrowserTest.MultiPointTouchPress
103 TouchInputBrowserTest.TouchHandlerConsume 98 TouchInputBrowserTest.TouchHandlerConsume
104 TouchInputBrowserTest.TouchHandlerNoConsume 99 TouchInputBrowserTest.TouchHandlerNoConsume
105 TouchInputBrowserTest.TouchNoHandler 100 TouchInputBrowserTest.TouchNoHandler
106 TouchActionBrowserTest.* 101 TouchActionBrowserTest.*
107 102
108 # http://crbug.com/338408 103 # http://crbug.com/338408
109 TracingControllerTest.EnableCaptureAndDisableMonitoring 104 TracingControllerTest.EnableCaptureAndDisableMonitoring
110 105
111 # http://crbug.com/338023
112 SecurityExploitBrowserTest.AttemptDuplicateRenderViewHost
113 SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost
114
115 # http://crbug.com/338411 106 # http://crbug.com/338411
116 FrameTreeBrowserTest.NavigateWithLeftoverFrames 107 FrameTreeBrowserTest.NavigateWithLeftoverFrames
117 108
118 # http://crbug.com/338421 109 # http://crbug.com/338421
119 GinBrowserTest.GinAndGarbageCollection 110 GinBrowserTest.GinAndGarbageCollection
120 111
121 # http://crbug.com/341995 112 # http://crbug.com/341995
122 TracingControllerTest.EnableCaptureAndDisableMonitoringWithFilePath 113 TracingControllerTest.EnableCaptureAndDisableMonitoringWithFilePath
123 114
124 # http://crbug.com/343604 115 # http://crbug.com/343604
125 MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0 116 MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0
OLDNEW
« no previous file with comments | « no previous file | content/browser/security_exploit_browsertest.cc » ('j') | content/browser/security_exploit_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698