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