From 76ba7caae866d1f460a620a6c2bdc04882f97bc0 Mon Sep 17 00:00:00 2001 From: "andresp@webrtc.org" Date: Mon, 15 Sep 2014 12:29:50 +0000 Subject: [PATCH] Re-enable neteq_performance_unittest.cc for android. BUG=3770 R=kjellander@webrtc.org TBR=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27489004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7181 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../audio_coding/neteq/test/neteq_performance_unittest.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc b/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc index a3b30b36b7..14857c772b 100644 --- a/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc +++ b/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc @@ -13,9 +13,6 @@ #include "webrtc/test/testsupport/perf_test.h" #include "webrtc/typedefs.h" -// Disabled on Android since all tests currently fail (webrtc:3770). -#ifndef WEBRTC_ANDROID - // Runs a test with 10% packet losses and 10% clock drift, to exercise // both loss concealment and time-stretching code. TEST(NetEqPerformanceTest, Run) { @@ -42,5 +39,3 @@ TEST(NetEqPerformanceTest, RunClean) { webrtc::test::PrintResult( "neteq_performance", "", "0_pl_0_drift", runtime, "ms", true); } - -#endif // !WEBRTC_ANDROID