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

@ -10,6 +10,7 @@
#include "webrtc/common_audio/signal_processing/include/real_fft.h"
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/test/testsupport/gtest_disable.h"
#include "webrtc/typedefs.h"
#include "testing/gtest/include/gtest/gtest.h"
@ -48,7 +49,7 @@ TEST_F(RealFFTTest, CreateFailsOnBadInput) {
EXPECT_TRUE(fft == NULL);
}
TEST_F(RealFFTTest, RealAndComplexMatch) {
TEST_F(RealFFTTest, DISABLED_ON_ANDROID(RealAndComplexMatch)) {
int i = 0;
int j = 0;
int16_t real_fft_time[kTimeDataLength] = {0};

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;