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

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

Issue 1203983004: Stop using SpawnedTestServer in DownloadContentTest.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MSVC doesn't want to make default move constructors either. Created 5 years 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 | content/browser/download/download_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 # Timeouts 2 # Timeouts
3 Http/MediaTest.* 3 Http/MediaTest.*
4 File/MediaTest.* 4 File/MediaTest.*
5 MediaTest.* 5 MediaTest.*
6 DatabaseTest.* 6 DatabaseTest.*
7 7
8 # Crashes 8 # Crashes
9 RenderFrameHostManagerTest.IgnoreRendererDebugURLsWhenCrashed 9 RenderFrameHostManagerTest.IgnoreRendererDebugURLsWhenCrashed
10 10
(...skipping 18 matching lines...) Expand all
29 DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened 29 DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened
30 RendererAccessibilityTest.EventOnObjectNotInTree 30 RendererAccessibilityTest.EventOnObjectNotInTree
31 31
32 # http://crbug.com/187500 32 # http://crbug.com/187500
33 RenderViewImplTest.* 33 RenderViewImplTest.*
34 RendererAccessibilityTest.SendFullAccessibilityTreeOnReload 34 RendererAccessibilityTest.SendFullAccessibilityTreeOnReload
35 RendererAccessibilityTest.HideAccessibilityObject 35 RendererAccessibilityTest.HideAccessibilityObject
36 RendererAccessibilityTest.ShowAccessibilityObject 36 RendererAccessibilityTest.ShowAccessibilityObject
37 RendererAccessibilityTest.TextSelectionShouldSendRoot 37 RendererAccessibilityTest.TextSelectionShouldSendRoot
38 38
39 # http://crbug.com/215894
40 DownloadContentTest.CancelInterruptedDownload
41 DownloadContentTest.CancelResumingDownload
42 DownloadContentTest.RemoveDownload
43 DownloadContentTest.RemoveResumingDownload
44 DownloadContentTest.ResumeInterruptedDownload
45 DownloadContentTest.ResumeInterruptedDownloadNoRange
46 DownloadContentTest.ResumeInterruptedDownloadNoVerifiers
47 DownloadContentTest.ResumeInterruptedDownloadBadPrecondition
48 DownloadContentTest.ResumeWithDeletedFile
49
50 # http://crbug.com/386227 39 # http://crbug.com/386227
51 IndexedDBBrowserTest.VersionChangeCrashResilience 40 IndexedDBBrowserTest.VersionChangeCrashResilience
52 41
53 # http://crbug.com/233118 42 # http://crbug.com/233118
54 IndexedDBBrowserTest.NullKeyPathPersistence 43 IndexedDBBrowserTest.NullKeyPathPersistence
55 44
56 # http://crbug.com/342525 45 # http://crbug.com/342525
57 IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest 46 IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest
58 47
59 # http://crbug.com/338421 48 # http://crbug.com/338421
60 GinBrowserTest.GinAndGarbageCollection 49 GinBrowserTest.GinAndGarbageCollection
61 50
62 # http://crbug.com/343604 51 # http://crbug.com/343604
63 MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0 52 MSE_ClearKey/EncryptedMediaTest.ConfigChangeVideo/0
OLDNEW
« no previous file with comments | « no previous file | content/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698