webrtc_m130/tools_webrtc/ios/tests/common_tests.json
oprypin 451975206a Enable more unittests on iOS, and disable those that fail on simulator
Tests enabled:
* modules_unittests
* ortc_unittests
* rtc_media_unittests
* rtc_unittests
* video_capture_tests
* video_engine_tests

BUG=webrtc:5566,webrtc:4752,webrtc:5568,webrtc:5569

Review-Url: https://codereview.webrtc.org/2938193002
Cr-Commit-Position: refs/heads/master@{#18710}
2017-06-22 08:47:20 +00:00

60 lines
905 B
JSON

{
"tests": [
{
"app": "apprtcmobile_tests",
"xctest": true
},
{
"app": "audio_decoder_unittests"
},
{
"app": "common_audio_unittests"
},
{
"app": "common_video_unittests"
},
{
"app": "modules_tests"
},
{
"app": "modules_unittests"
},
{
"app": "ortc_unittests"
},
{
"app": "rtc_media_unittests"
},
{
"app": "rtc_pc_unittests"
},
{
"app": "rtc_stats_unittests"
},
{
"app": "rtc_unittests"
},
{
"app": "system_wrappers_unittests"
},
{
"app": "test_support_unittests"
},
{
"app": "tools_unittests"
},
{
"app": "video_capture_tests"
},
{
"app": "video_engine_tests"
},
{
"app": "voice_engine_unittests"
},
{
"app": "webrtc_nonparallel_tests"
}
]
}