blob: 45328479eaf6e8c4ffc307284eacc0eba90499fb [file] [log] [blame]
kjellanderbc59b062016-10-26 23:55:24 -07001# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9# gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
10# test type classifications for the tests that are run on the bots.
11#
12# This file is based on testing/buildbot/gn_isolate_map.pyl for Chromium, but
13# is covering WebRTC stand-alone tests instead.
14# See https://cs.chromium.org/chromium/src/testing/buildbot/gn_isolate_map.pyl
15# for more detailed documentation.
16
17{
18 "All": {
19 "label": "//:All",
20 "type": "additional_compile_target",
21 },
22 "AppRTCMobileTest": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020023 "label": "//examples:AppRTCMobileTest",
kjellanderbc59b062016-10-26 23:55:24 -070024 "type": "additional_compile_target",
25 },
ehmaldonado41f8a882017-03-08 04:22:36 -080026 "AppRTCMobileTestStubbedVideoIO": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020027 "label": "//examples:AppRTCMobileTestStubbedVideoIO",
ehmaldonado41f8a882017-03-08 04:22:36 -080028 "type": "additional_compile_target",
29 },
kjellanderbc59b062016-10-26 23:55:24 -070030 "android_junit_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020031 "label": "//:android_junit_tests",
kjellanderbc59b062016-10-26 23:55:24 -070032 "type": "junit_test",
33 },
34 "audio_decoder_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020035 "label": "//modules/audio_coding:audio_decoder_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070036 "type": "console_test_launcher",
37 },
38 "common_audio_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020039 "label": "//common_audio:common_audio_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070040 "type": "console_test_launcher",
41 },
42 "common_video_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020043 "label": "//common_video:common_video_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070044 "type": "console_test_launcher",
45 },
ehmaldonado25586ce2017-09-07 23:18:35 -070046 "isac_fix_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020047 "label": "//modules/audio_coding:isac_fix_test",
ehmaldonado25586ce2017-09-07 23:18:35 -070048 "type": "console_test_launcher",
49 "args": [
Edward Lemur4d5030f2017-09-26 22:25:29 +020050 "32000", "../../resources/speech_and_misc_wb.pcm",
ehmaldonado25586ce2017-09-07 23:18:35 -070051 "isac_speech_and_misc_wb.pcm",
52 ]
53 },
kjellanderbc59b062016-10-26 23:55:24 -070054 "libjingle_peerconnection_android_unittest": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020055 "label": "//sdk/android:libjingle_peerconnection_android_unittest",
kjellanderbc59b062016-10-26 23:55:24 -070056 "type": "additional_compile_target",
57 },
kjellander13722912017-03-22 08:02:38 -070058 "low_bandwidth_audio_test": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020059 "label": "//audio:low_bandwidth_audio_test",
kjellander382f2b22017-04-11 04:07:01 -070060 "type": "console_test_launcher",
kjellander74e81262017-03-23 00:51:11 -070061 "args": [
62 "--quick",
63 ],
kjellander13722912017-03-22 08:02:38 -070064 },
kjellanderbc59b062016-10-26 23:55:24 -070065 "modules_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020066 "label": "//modules:modules_tests",
kjellanderbc59b062016-10-26 23:55:24 -070067 "type": "console_test_launcher",
68 },
69 "modules_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020070 "label": "//modules:modules_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070071 "type": "windowed_test_launcher",
72 },
kjellander25ae7662017-02-23 23:01:54 -080073 "ortc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020074 "label": "//ortc:ortc_unittests",
kjellander25ae7662017-02-23 23:01:54 -080075 "type": "console_test_launcher",
76 },
kjellanderbc59b062016-10-26 23:55:24 -070077 "peerconnection_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020078 "label": "//pc:peerconnection_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070079 "type": "console_test_launcher",
80 },
81 "rtc_media_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020082 "label": "//media:rtc_media_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070083 "type": "console_test_launcher",
84 },
85 "rtc_pc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020086 "label": "//pc:rtc_pc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070087 "type": "console_test_launcher",
88 },
89 "rtc_stats_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020090 "label": "//stats:rtc_stats_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070091 "type": "console_test_launcher",
92 },
93 "rtc_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020094 "label": "//:rtc_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070095 "type": "console_test_launcher",
96 },
97 "system_wrappers_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020098 "label": "//system_wrappers:system_wrappers_unittests",
kjellanderbc59b062016-10-26 23:55:24 -070099 "type": "console_test_launcher",
100 },
101 "test_support_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200102 "label": "//test:test_support_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700103 "type": "console_test_launcher",
104 },
105 "tools_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200106 "label": "//rtc_tools:tools_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700107 "type": "console_test_launcher",
108 },
109 "video_engine_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200110 "label": "//:video_engine_tests",
kjellanderbc59b062016-10-26 23:55:24 -0700111 "type": "console_test_launcher",
112 },
113 "voice_engine_unittests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200114 "label": "//voice_engine:voice_engine_unittests",
kjellanderbc59b062016-10-26 23:55:24 -0700115 "type": "console_test_launcher",
116 },
117 "webrtc_nonparallel_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200118 "label": "//:webrtc_nonparallel_tests",
ehmaldonadob2fcf6d2016-11-15 12:20:30 -0800119 "type": "non_parallel_console_test_launcher",
kjellanderbc59b062016-10-26 23:55:24 -0700120 },
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700121 "webrtc_perf_tests": {
Mirko Bonadei92ea95e2017-09-15 06:47:31 +0200122 "label": "//:webrtc_perf_tests",
ehmaldonadoa827c082017-09-11 12:14:58 -0700123 "type": "non_parallel_console_test_launcher",
ehmaldonadoe55f91c2017-03-22 05:40:14 -0700124 },
kjellanderbc59b062016-10-26 23:55:24 -0700125}