| OLD | NEW |
| 1 ################################################## | 1 ################################################## |
| 2 # known Dr. Memory bugs: | 2 # known Dr. Memory bugs: |
| 3 | 3 |
| 4 # http://code.google.com/p/drmemory/issues/detail?id=318 | 4 # http://code.google.com/p/drmemory/issues/detail?id=318 |
| 5 AudioRendererHostTest.* | 5 AudioRendererHostTest.* |
| 6 | 6 |
| 7 ################################################## | 7 ################################################## |
| 8 # un-analyzed Dr. Memory bugs: | 8 # un-analyzed Dr. Memory bugs: |
| 9 | 9 |
| 10 # http://code.google.com/p/drmemory/issues/detail?id=548 | 10 # http://code.google.com/p/drmemory/issues/detail?id=548 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 # Failing on the bot. http://crbug.com/168882 | 56 # Failing on the bot. http://crbug.com/168882 |
| 57 UserCloudPolicyStoreTest.LoadWithInvalidFile | 57 UserCloudPolicyStoreTest.LoadWithInvalidFile |
| 58 UserCloudPolicyStoreTest.LoadWithNoFile | 58 UserCloudPolicyStoreTest.LoadWithNoFile |
| 59 UserCloudPolicyStoreTest.Store | 59 UserCloudPolicyStoreTest.Store |
| 60 UserCloudPolicyStoreTest.StoreThenClear | 60 UserCloudPolicyStoreTest.StoreThenClear |
| 61 UserCloudPolicyStoreTest.StoreThenLoad | 61 UserCloudPolicyStoreTest.StoreThenLoad |
| 62 UserCloudPolicyStoreTest.StoreTwoTimes | 62 UserCloudPolicyStoreTest.StoreTwoTimes |
| 63 UserCloudPolicyStoreTest.StoreValidationError | 63 UserCloudPolicyStoreTest.StoreValidationError |
| 64 | 64 |
| 65 # Tests are timing out on the bot. crbug.com/248373. | 65 # Tests are timing out on the bot. crbug.com/248373. |
| 66 PNaClTranslationCacheTest.* | 66 PnaclTranslationCacheTest.* |
| OLD | NEW |