From afd52d377759ab11466ae8f69d3b58c34162f485 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 26 Jun 2017 14:36:47 +0200 Subject: [PATCH] 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 Reviewed-by: Henrik Kjellander Cr-Commit-Position: refs/heads/master@{#18775} --- .../internal.client.webrtc/iOS64_Debug.json | 2 +- .../internal.tryserver.webrtc/ios_arm64.json | 2 +- tools_webrtc/ios/tests/real_device_tests.json | 43 +++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 tools_webrtc/ios/tests/real_device_tests.json diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json index d157a2e459..1214f6e9fe 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json @@ -20,7 +20,7 @@ "bucket": "chromium-webrtc", "tests": [ { - "app": "modules_unittests", + "include": "real_device_tests.json", "device type": "iPhone 6s", "os": "10.0.1" } diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json index d157a2e459..1214f6e9fe 100644 --- a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json @@ -20,7 +20,7 @@ "bucket": "chromium-webrtc", "tests": [ { - "app": "modules_unittests", + "include": "real_device_tests.json", "device type": "iPhone 6s", "os": "10.0.1" } diff --git a/tools_webrtc/ios/tests/real_device_tests.json b/tools_webrtc/ios/tests/real_device_tests.json new file mode 100644 index 0000000000..11341f8506 --- /dev/null +++ b/tools_webrtc/ios/tests/real_device_tests.json @@ -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" + } + ] +}