| OLD | NEW |
| 1 # This test tries to record fake audio in real-time. | 1 # This test tries to record fake audio in real-time. |
| 2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497 | 2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497 |
| 3 FakeAudioInputTest.BasicCallbacks | 3 FakeAudioInputTest.BasicCallbacks |
| 4 | 4 |
| 5 # Flaky under all Valgrind-based tools, see http://crbug.com/298771 | 5 # Flaky under all Valgrind-based tools, see http://crbug.com/298771 |
| 6 PipelineIntegrationTest.MediaSource_Opus_Seeking_WebM | 6 PipelineIntegrationTest.MediaSource_Opus_Seeking_WebM |
| 7 | 7 |
| 8 # Flaky under valgrind, http://crbug.com/492882 |
| 9 PipelineIntegrationTest.BasicPlaybackHashed |
| 10 PipelineIntegrationTest.BasicPlaybackLive |
| 11 |
| 8 # crbug.com/409485, cannot revert due to git migration, | 12 # crbug.com/409485, cannot revert due to git migration, |
| 9 # exclude the test now | 13 # exclude the test now |
| 10 AudioInputTest.Record | 14 AudioInputTest.Record |
| 11 MacAudioInputTest.AUAudioInputStreamVerifyStereoRecording | 15 MacAudioInputTest.AUAudioInputStreamVerifyStereoRecording |
| 12 AUHALStreamTest.CreateOpenStartStopClose | 16 AUHALStreamTest.CreateOpenStartStopClose |
| OLD | NEW |