OLD | NEW |
| 1 # crbug 51716 |
| 2 # Disabling all unit tests |
| 3 # Problems reappeared after r119922 |
| 4 * |
| 5 *.* |
| 6 |
1 # Times out too often | 7 # Times out too often |
2 # crbug.com/15817 | 8 # crbug.com/15817 |
3 IPCSyncChannelTest.* | 9 IPCSyncChannelTest.* |
4 # Hangs | 10 # Hangs |
5 # http://crbug.com/21890 | 11 # http://crbug.com/21890 |
6 WebDropTargetTest.URL | 12 WebDropTargetTest.URL |
7 WebDropTargetTest.Data | 13 WebDropTargetTest.Data |
8 # http://crbug.com/69037 | 14 # http://crbug.com/69037 |
9 FirefoxImporterTest.Firefox3NSS3Decryptor | 15 FirefoxImporterTest.Firefox3NSS3Decryptor |
10 # http://crbug.com/69039 | 16 # http://crbug.com/69039 |
(...skipping 19 matching lines...) Expand all Loading... |
30 # http://crbug.com/89030 | 36 # http://crbug.com/89030 |
31 ConnectionTesterTest.DeleteWhileInProgress | 37 ConnectionTesterTest.DeleteWhileInProgress |
32 | 38 |
33 # http://crbug.com/93245 | 39 # http://crbug.com/93245 |
34 GeolocationWifiDataProviderCommonTest.* | 40 GeolocationWifiDataProviderCommonTest.* |
35 | 41 |
36 # http://crbug.com/96298 | 42 # http://crbug.com/96298 |
37 FileSystemDirURLRequestJobTest.* | 43 FileSystemDirURLRequestJobTest.* |
38 FileSystemURLRequestJobTest.* | 44 FileSystemURLRequestJobTest.* |
39 FileSystemOperationWriteTest.* | 45 FileSystemOperationWriteTest.* |
OLD | NEW |