Temporarily disabling audio processing tests.
R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6889005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5370 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2c03bf1641
commit
8bc4fcfeb6
@ -531,7 +531,7 @@ void ApmTest::ProcessDelayVerificationTest(int delay_ms, int system_delay_ms,
|
|||||||
EXPECT_LE(expected_median_low, median);
|
EXPECT_LE(expected_median_low, median);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(ApmTest, StreamParameters) {
|
TEST_F(ApmTest, DISABLED_StreamParameters) {
|
||||||
// No errors when the components are disabled.
|
// No errors when the components are disabled.
|
||||||
EXPECT_EQ(apm_->kNoError,
|
EXPECT_EQ(apm_->kNoError,
|
||||||
apm_->ProcessStream(frame_));
|
apm_->ProcessStream(frame_));
|
||||||
@ -881,7 +881,7 @@ TEST_F(ApmTest, EchoControlMobile) {
|
|||||||
EXPECT_FALSE(apm_->echo_control_mobile()->is_enabled());
|
EXPECT_FALSE(apm_->echo_control_mobile()->is_enabled());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(ApmTest, GainControl) {
|
TEST_F(ApmTest, DISABLED_GainControl) {
|
||||||
// Testing gain modes
|
// Testing gain modes
|
||||||
EXPECT_EQ(apm_->kNoError,
|
EXPECT_EQ(apm_->kNoError,
|
||||||
apm_->gain_control()->set_mode(
|
apm_->gain_control()->set_mode(
|
||||||
@ -1340,7 +1340,7 @@ TEST_F(ApmTest, DebugDumpFromFileHandle) {
|
|||||||
// TODO(andrew): Make this test more robust such that it can be run on multiple
|
// TODO(andrew): Make this test more robust such that it can be run on multiple
|
||||||
// platforms. It currently requires bit-exactness.
|
// platforms. It currently requires bit-exactness.
|
||||||
#ifdef WEBRTC_AUDIOPROC_BIT_EXACT
|
#ifdef WEBRTC_AUDIOPROC_BIT_EXACT
|
||||||
TEST_F(ApmTest, DISABLED_ON_ANDROID(Process)) {
|
TEST_F(ApmTest, DISABLED_Process) {
|
||||||
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
||||||
webrtc::audioproc::OutputData ref_data;
|
webrtc::audioproc::OutputData ref_data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user