webrtc/tools
kjellander@webrtc.org 63e988856e Merge more tests into modules_{unit,integration}tests.
A new test target named 'modules_integrationtests' is created
and the following test targets were merged into it:
* audio_coding_module_test
* test_fec
* video_coding_integrationtests
* vp8_integrationtests

A couple of other targets were merged into modules_unittests:
* audio_coding_unittests
* audioproc_unittest
* common_unittests
* video_coding_unittests
* video_processing_unittests
* vp8_unittests

I wasn't able to merge audio_decoder_unittests and neteq_unittests due to
conflicts with different defines in these tests.

Some tests that have special requirements aren't merged into
modules_integrationtests yet. I took the opportunity to rename them
since the bot configs will need to be update anyway:
* audio_device_test_api -> audio_device_integrationtests
* video_capture_module_test -> video_capture_integrationtests
* video_render_module_test -> video_render_integrationtests

Exclude files were added for modules_integrationtests to make sure
the memcheck and tsan bots doesn't tests that are too slow
(audio_coding_module_test and vp8_integrationtests were previously
disabled on those bots).

Suppressions for AudioCodingModuleTest needed to be added to get
modules_integrationtests to pass memcheck (even if the test is
excluded from execution).

BUG=1843
TEST=local execution on Linux and trybots (passing except the merged tests of course)
R=andrew@webrtc.org, tina.legrand@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4228 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-06-14 20:09:44 +00:00
..
coverity Fixed a ton of Python lint errors, enabled python lint checking. 2013-03-07 09:59:43 +00:00
e2e_quality Reorganize test targets in WebRTC 2013-06-11 08:29:17 +00:00
matlab Swap colheaders for textdata in parseLog.m. 2011-12-08 20:56:53 +00:00
network_emulator Fixed style according to reviewer and a refactoring error 2013-03-11 14:52:56 +00:00
perf Made e2e audio quality test write its results to perf. 2012-12-10 10:08:00 +00:00
perf_expectations Fixed more perf expectations. 2013-05-14 11:26:14 +00:00
python_charts Fixed a ton of Python lint errors, enabled python lint checking. 2013-03-07 09:59:43 +00:00
quality_tracking Update bots to make LKGR progress. 2013-06-12 08:10:18 +00:00
refactoring Tweaked webrtc_reformat. 2013-05-08 13:56:23 +00:00
resources Reverted download code and output that was done in https://webrtc-codereview.appspot.com/431003 (r1826) since it was reported to spam the output on some configurations. 2012-03-09 11:15:07 +00:00
valgrind-webrtc Merge more tests into modules_{unit,integration}tests. 2013-06-14 20:09:44 +00:00
.gitignore Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
codereview.settings Adding TRYSERVER_ROOT to codereview.settings 2013-01-18 08:27:48 +00:00
create_supplement_gypi.py Getting Opus from Chrome 2012-10-25 12:37:08 +00:00
DEPS Moving buildbot to internal repository. 2012-06-20 07:55:41 +00:00
OWNERS Try server and buildbot scripts now using Chromium scripts. 2012-03-27 15:57:30 +00:00
PRESUBMIT.py Added protoc_wrapper to blacklist, fixed tools/PRESUBMIT.py which was passing in the wrong args to CheckLongLines. 2013-05-14 09:42:39 +00:00