Adds support for webrtc::test::ResourcePath on iOS

BUG=webrtc:4752
R=tkchin@webrtc.org

Review URL: https://codereview.webrtc.org/1178843002.

Cr-Commit-Position: refs/heads/master@{#9445}
This commit is contained in:
henrika
2015-06-16 10:04:20 +02:00
parent b02af18c5c
commit 1d34fe979c
15 changed files with 146 additions and 67 deletions

View File

@ -438,8 +438,6 @@ void NetEqDecodingTest::PopulateCng(int frame_index,
*payload_len = 1; // Only noise level, no spectral parameters.
}
// TODO(henrika): add support for IOS for all tests in this file.
// See https://code.google.com/p/webrtc/issues/detail?id=4752 for details.
TEST_F(NetEqDecodingTest,
DISABLED_ON_IOS(DISABLED_ON_ANDROID(TestBitExactness))) {
const std::string input_rtp_file = webrtc::test::ProjectRootPath() +
@ -1056,19 +1054,19 @@ class NetEqBgnTestFade : public NetEqBgnTest {
}
};
TEST_F(NetEqBgnTestOn, DISABLED_ON_IOS(RunTest)) {
TEST_F(NetEqBgnTestOn, RunTest) {
CheckBgn(8000);
CheckBgn(16000);
CheckBgn(32000);
}
TEST_F(NetEqBgnTestOff, DISABLED_ON_IOS(RunTest)) {
TEST_F(NetEqBgnTestOff, RunTest) {
CheckBgn(8000);
CheckBgn(16000);
CheckBgn(32000);
}
TEST_F(NetEqBgnTestFade, DISABLED_ON_IOS(RunTest)) {
TEST_F(NetEqBgnTestFade, RunTest) {
CheckBgn(8000);
CheckBgn(16000);
CheckBgn(32000);