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.TestUdpChannel | 4 JingleSessionTest.TestControlChannel |
5 JingleSessionTest.TestTcpChannel | 5 JingleSessionTest.TestEventChannel |
| 6 JingleSessionTest.TestVideoChannel |
| 7 JingleSessionTest.TestVideoRtpChannel |
6 JingleSessionTest.TestSpeed | 8 JingleSessionTest.TestSpeed |
OLD | NEW |