iOS: Run more tests on real devices

Tests that still need to be enabled:
* apprtcmobile_tests
* audio_decoder_unittests
* rtc_media_unittests
* rtc_unittests
* webrtc_nonparallel_tests

Bug: webrtc:7155
Change-Id: Ic3bc91224dff8b32dc71e356a4ba04b386c92a0f
Reviewed-on: https://chromium-review.googlesource.com/541368
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#18775}
This commit is contained in:
Oleh Prypin 2017-06-26 14:36:47 +02:00 committed by Commit Bot
parent 9eaf2360db
commit afd52d3777
3 changed files with 45 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"bucket": "chromium-webrtc",
"tests": [
{
"app": "modules_unittests",
"include": "real_device_tests.json",
"device type": "iPhone 6s",
"os": "10.0.1"
}

View File

@ -20,7 +20,7 @@
"bucket": "chromium-webrtc",
"tests": [
{
"app": "modules_unittests",
"include": "real_device_tests.json",
"device type": "iPhone 6s",
"os": "10.0.1"
}

View File

@ -0,0 +1,43 @@
{
"tests": [
{
"app": "common_audio_unittests"
},
{
"app": "common_video_unittests"
},
{
"app": "modules_tests"
},
{
"app": "modules_unittests"
},
{
"app": "ortc_unittests"
},
{
"app": "rtc_pc_unittests"
},
{
"app": "rtc_stats_unittests"
},
{
"app": "system_wrappers_unittests"
},
{
"app": "test_support_unittests"
},
{
"app": "tools_unittests"
},
{
"app": "video_capture_tests"
},
{
"app": "video_engine_tests"
},
{
"app": "voice_engine_unittests"
}
]
}