aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/test
diff options
context:
space:
mode:
authorPeter Boström <pbos@webrtc.org>2016-01-04 22:44:05 +0100
committerPeter Boström <pbos@webrtc.org>2016-01-04 21:44:16 +0000
commite2976c87f7ba627fa1e1246f0ccfb34b4b9f3a73 (patch)
tree99bff7f5d17b8fd2a0cb0e06ee8b8e1d27442cf3 /webrtc/modules/audio_processing/test
parent13f61dfea59a546e4e0081eb79e38c542ec51cf6 (diff)
downloadwebrtc-e2976c87f7ba627fa1e1246f0ccfb34b4b9f3a73.tar.gz
Remove DISABLED_ON_ macros.
Macro incorrectly displays DISABLED_ON_ANDROID in test names for parameterized tests under --gtest_list_tests, causing tests to be disabled on all platforms since they contain the DISABLED_ prefix rather than their expanded variants. This expands the macro variants to inline if they're disabled or not, and removes building some tests under configurations where they should fail, instead of building them but disabling them by default. The change also removes gtest_disable.h as an unused include from many other files. BUG=webrtc:5387, webrtc:5400 R=kjellander@webrtc.org, phoglund@webrtc.org TBR=henrik.lundin@webrtc.org Review URL: https://codereview.webrtc.org/1547343002 . Cr-Commit-Position: refs/heads/master@{#11150}
Diffstat (limited to 'webrtc/modules/audio_processing/test')
-rw-r--r--webrtc/modules/audio_processing/test/audio_processing_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
index eff791d129..d4bb8aa513 100644
--- a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
+++ b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
@@ -28,7 +28,6 @@
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/system_wrappers/include/trace.h"
#include "webrtc/test/testsupport/fileutils.h"
-#include "webrtc/test/testsupport/gtest_disable.h"
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD
#include "gtest/gtest.h"
#include "external/webrtc/webrtc/modules/audio_processing/test/unittest.pb.h"