| OLD | NEW |
| 1 # Following tests create real libjingle connections, and libjingle has | 1 # Following tests create real libjingle connections, and libjingle has |
| 2 # hardcoded timeouts, so these tests fail under TSan. | 2 # hardcoded timeouts, so these tests fail under TSan. |
| 3 JingleSessionTest.Connect | 3 JingleSessionTest.Connect |
| 4 JingleSessionTest.TestControlChannel | 4 JingleSessionTest.TestUdpChannel |
| 5 JingleSessionTest.TestEventChannel | 5 JingleSessionTest.TestTcpChannel |
| 6 JingleSessionTest.TestVideoChannel | |
| 7 JingleSessionTest.TestVideoRtpChannel | |
| 8 JingleSessionTest.TestSpeed | 6 JingleSessionTest.TestSpeed |
| 9 | 7 |
| 10 # This test fails on an assertion, see http://crbug.com/57266 | 8 # This test fails on an assertion, see http://crbug.com/57266 |
| 11 EncoderVp8Test.TestEncoder | 9 EncoderVp8Test.TestEncoder |
| 12 DecoderVp8Test.EncodeAndDecode | 10 DecoderVp8Test.EncodeAndDecode |
| OLD | NEW |