| 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 ExternalClearKey/EncryptedMediaTest.* | 5 ExternalClearKey/EncryptedMediaTest.* |
| 6 ClearKey/EncryptedMediaTest.* | 6 ClearKey/EncryptedMediaTest.* |
| 7 WorkerTest.* | 7 WorkerTest.* |
| 8 MediaTest.* | 8 MediaTest.* |
| 9 WebGLConformanceTest.* | 9 WebGLConformanceTest.* |
| 10 MessagePortTest.Tests | 10 MessagePortTest.Tests |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 RendererAccessibilityTest.HideAccessibilityObject | 62 RendererAccessibilityTest.HideAccessibilityObject |
| 63 RendererAccessibilityTest.ShowAccessibilityObject | 63 RendererAccessibilityTest.ShowAccessibilityObject |
| 64 RenderWidgetTest.OnMsgPaintAtSize | 64 RenderWidgetTest.OnMsgPaintAtSize |
| 65 PasswordFormConversionUtilsTest.ValidWebFormElementToPasswordForm | 65 PasswordFormConversionUtilsTest.ValidWebFormElementToPasswordForm |
| 66 PasswordFormConversionUtilsTest.InvalidWebFormElementToPasswordForm | 66 PasswordFormConversionUtilsTest.InvalidWebFormElementToPasswordForm |
| 67 | 67 |
| 68 # Multiple test servers support: http://crbug/187570 | 68 # Multiple test servers support: http://crbug/187570 |
| 69 RenderViewHostManagerTest.* | 69 RenderViewHostManagerTest.* |
| 70 | 70 |
| 71 # http://crbug.com/215894 | 71 # http://crbug.com/215894 |
| 72 DownloadContentTest.CancelInterruptedDownload |
| 73 DownloadContentTest.CancelResumingDownload |
| 74 DownloadContentTest.RemoveDownload |
| 75 DownloadContentTest.RemoveResumingDownload |
| 72 DownloadContentTest.ResumeInterruptedDownload | 76 DownloadContentTest.ResumeInterruptedDownload |
| 73 DownloadContentTest.ResumeInterruptedDownloadNoRange | 77 DownloadContentTest.ResumeInterruptedDownloadNoRange |
| 74 DownloadContentTest.ResumeInterruptedDownloadNoVerifiers | 78 DownloadContentTest.ResumeInterruptedDownloadNoVerifiers |
| 75 DownloadContentTest.ResumeInterruptedDownloadBadPrecondition | 79 DownloadContentTest.ResumeInterruptedDownloadBadPrecondition |
| 76 DownloadContentTest.ResumeWithDeletedFile | 80 DownloadContentTest.ResumeWithDeletedFile |
| 77 | 81 |
| 78 # http://crbug.com/181069 | 82 # http://crbug.com/181069 |
| 79 WebrtcBrowserTest.CanSetupVideoCall | 83 WebrtcBrowserTest.CanSetupVideoCall |
| 80 WebrtcBrowserTest.CanSetupAudioAndVideoCall | 84 WebrtcBrowserTest.CanSetupAudioAndVideoCall |
| 81 WebrtcBrowserTest.CanSetupAudioAndVideoCallWithoutMsidAndBundle | 85 WebrtcBrowserTest.CanSetupAudioAndVideoCallWithoutMsidAndBundle |
| (...skipping 11 matching lines...) Expand all Loading... |
| 93 | 97 |
| 94 # http://crbug.com/233118 | 98 # http://crbug.com/233118 |
| 95 FileSystemLayoutTest.* | 99 FileSystemLayoutTest.* |
| 96 IndexedDBBrowserTest.* | 100 IndexedDBBrowserTest.* |
| 97 IndexedDBBrowserTestWithMissingSSTFile.DestroyTest | 101 IndexedDBBrowserTestWithMissingSSTFile.DestroyTest |
| 98 IndexedDBBrowserTestWithVersion0Schema.MigrationTest | 102 IndexedDBBrowserTestWithVersion0Schema.MigrationTest |
| 99 IndexedDBBrowserTestWithVersion123456Schema.DestroyTest | 103 IndexedDBBrowserTestWithVersion123456Schema.DestroyTest |
| 100 IndexedDBBrowserTestWithVersion987654SSVData.DestroyTest | 104 IndexedDBBrowserTestWithVersion987654SSVData.DestroyTest |
| 101 IndexedDBLayoutTest.* | 105 IndexedDBLayoutTest.* |
| 102 BlobLayoutTest.XhrResponseBlob | 106 BlobLayoutTest.XhrResponseBlob |
| OLD | NEW |