Disable NetEQ unittest for Windows
Disable NetEqDecodingTest::TestNetworkStatistics for Windows. It was never tested for Windows. Something is causing it to fail, probably need different set of test vectors. Review URL: http://webrtc-codereview.appspot.com/302003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1089 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -342,6 +342,8 @@ TEST_F(NetEqDecodingTest, TestBitExactness) {
|
|||||||
}
|
}
|
||||||
#endif // defined(WEBRTC_LINUX) && defined(WEBRTC_ARCH_64_BITS)
|
#endif // defined(WEBRTC_LINUX) && defined(WEBRTC_ARCH_64_BITS)
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
// TODO(hlundin): Enable this test for windows.
|
||||||
TEST_F(NetEqDecodingTest, TestNetworkStatistics) {
|
TEST_F(NetEqDecodingTest, TestNetworkStatistics) {
|
||||||
const std::string kInputRtpFile = webrtc::test::ProjectRootPath() +
|
const std::string kInputRtpFile = webrtc::test::ProjectRootPath() +
|
||||||
"resources/neteq_universal.rtp";
|
"resources/neteq_universal.rtp";
|
||||||
@@ -351,5 +353,6 @@ TEST_F(NetEqDecodingTest, TestNetworkStatistics) {
|
|||||||
"resources/neteq_rtcp_stats.dat";
|
"resources/neteq_rtcp_stats.dat";
|
||||||
DecodeAndCheckStats(kInputRtpFile, kNetworkStatRefFile, kRtcpStatRefFile);
|
DecodeAndCheckStats(kInputRtpFile, kNetworkStatRefFile, kRtcpStatRefFile);
|
||||||
}
|
}
|
||||||
|
#endif // _WIN32
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user