| OLD | NEW |
| 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 WebGLConformanceTest.* | 7 WebGLConformanceTest.* |
| 8 MessagePortTest.Tests | 8 MessagePortTest.Tests |
| 9 CrossPlatformAccessibilityBrowserTest.* | 9 CrossPlatformAccessibilityBrowserTest.* |
| 10 DatabaseTest.* | 10 DatabaseTest.* |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 RenderViewImplTest.* | 46 RenderViewImplTest.* |
| 47 RendererAccessibilityTest.EditableTextModeFocusNotifications | 47 RendererAccessibilityTest.EditableTextModeFocusNotifications |
| 48 RendererAccessibilityTest.SendFullAccessibilityTreeOnReload | 48 RendererAccessibilityTest.SendFullAccessibilityTreeOnReload |
| 49 RendererAccessibilityTest.HideAccessibilityObject | 49 RendererAccessibilityTest.HideAccessibilityObject |
| 50 RendererAccessibilityTest.ShowAccessibilityObject | 50 RendererAccessibilityTest.ShowAccessibilityObject |
| 51 RenderWidgetTest.OnMsgPaintAtSize | 51 RenderWidgetTest.OnMsgPaintAtSize |
| 52 PasswordFormConversionUtilsTest.ValidWebFormElementToPasswordForm | 52 PasswordFormConversionUtilsTest.ValidWebFormElementToPasswordForm |
| 53 PasswordFormConversionUtilsTest.InvalidWebFormElementToPasswordForm | 53 PasswordFormConversionUtilsTest.InvalidWebFormElementToPasswordForm |
| 54 | 54 |
| 55 # Multiple test servers support: http://crbug/187570 | 55 # Multiple test servers support: http://crbug/187570 |
| 56 RenderViewHostManagerTest.* | 56 RenderFrameHostManagerTest.* |
| 57 | 57 |
| 58 # http://crbug.com/215894 | 58 # http://crbug.com/215894 |
| 59 DownloadContentTest.CancelInterruptedDownload | 59 DownloadContentTest.CancelInterruptedDownload |
| 60 DownloadContentTest.CancelResumingDownload | 60 DownloadContentTest.CancelResumingDownload |
| 61 DownloadContentTest.RemoveDownload | 61 DownloadContentTest.RemoveDownload |
| 62 DownloadContentTest.RemoveResumingDownload | 62 DownloadContentTest.RemoveResumingDownload |
| 63 DownloadContentTest.ResumeInterruptedDownload | 63 DownloadContentTest.ResumeInterruptedDownload |
| 64 DownloadContentTest.ResumeInterruptedDownloadNoRange | 64 DownloadContentTest.ResumeInterruptedDownloadNoRange |
| 65 DownloadContentTest.ResumeInterruptedDownloadNoVerifiers | 65 DownloadContentTest.ResumeInterruptedDownloadNoVerifiers |
| 66 DownloadContentTest.ResumeInterruptedDownloadBadPrecondition | 66 DownloadContentTest.ResumeInterruptedDownloadBadPrecondition |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 ResourceFetcherTests.ResourceFetcherDownload | 113 ResourceFetcherTests.ResourceFetcherDownload |
| 114 | 114 |
| 115 # http://crbug.com/256238 | 115 # http://crbug.com/256238 |
| 116 SignalTest.* | 116 SignalTest.* |
| 117 | 117 |
| 118 # http://crbug.com/311344 | 118 # http://crbug.com/311344 |
| 119 BrowserGpuChannelHostFactoryTest.AlreadyEstablished | 119 BrowserGpuChannelHostFactoryTest.AlreadyEstablished |
| 120 BrowserGpuChannelHostFactoryTest.Basic | 120 BrowserGpuChannelHostFactoryTest.Basic |
| 121 BrowserGpuChannelHostFactoryTest.CrashAndRecover | 121 BrowserGpuChannelHostFactoryTest.CrashAndRecover |
| 122 BrowserGpuChannelHostFactoryTest.EstablishAndTerminate | 122 BrowserGpuChannelHostFactoryTest.EstablishAndTerminate |
| OLD | NEW |