Disabling RealFFTTest.RealAndComplexMatch and AudioProcessingTest.Formats as they currently are broken with gcc 4.8.

BUG=3370
R=bjornv@webrtc.org, kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/14569004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6197 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2014-05-20 12:42:01 +00:00
parent a36db970bd
commit be4ab99a53
2 changed files with 3 additions and 2 deletions

View File

@ -2166,7 +2166,7 @@ class AudioProcessingTest
double expected_snr_;
};
TEST_P(AudioProcessingTest, Formats) {
TEST_P(AudioProcessingTest, DISABLED_ON_ANDROID(Formats)) {
struct ChannelFormat {
int num_input;
int num_output;