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
This commit is contained in:
andresp@webrtc.org 2014-09-15 12:29:50 +00:00
parent 541753f96c
commit 76ba7caae8

View File

@ -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