gn_isolate_map.pyl (4659B)
1 # Copyright (c) 2022 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 "AppRTCMobile_test_apk": { 23 "label": "//examples:AppRTCMobile_test_apk", 24 "type": "console_test_launcher", 25 }, 26 "android_junit_tests": { 27 "label": "//:android_junit_tests", 28 "type": "raw", 29 }, 30 "android_examples_junit_tests": { 31 "label": "//examples:android_examples_junit_tests", 32 "type": "raw", 33 }, 34 "android_sdk_junit_tests": { 35 "label": "//sdk/android:android_sdk_junit_tests", 36 "type": "raw", 37 }, 38 "apprtcmobile_tests": { 39 "label": "//examples:apprtcmobile_tests", 40 "type": "console_test_launcher", 41 }, 42 "audio_decoder_unittests": { 43 "label": "//modules/audio_coding:audio_decoder_unittests", 44 "type": "console_test_launcher", 45 }, 46 "common_audio_unittests": { 47 "label": "//common_audio:common_audio_unittests", 48 "type": "console_test_launcher", 49 }, 50 "common_video_unittests": { 51 "label": "//common_video:common_video_unittests", 52 "type": "console_test_launcher", 53 }, 54 "dcsctp_unittests": { 55 "label": "//net/dcsctp:dcsctp_unittests", 56 "type": "console_test_launcher", 57 }, 58 "default": { 59 "label": "//:default", 60 "type": "additional_compile_target", 61 }, 62 "android_instrumentation_test_apk": { 63 "label": "//sdk/android:android_instrumentation_test_apk", 64 "type": "console_test_launcher", 65 }, 66 "modules_tests": { 67 "label": "//modules:modules_tests", 68 "type": "console_test_launcher", 69 }, 70 "modules_unittests": { 71 "label": "//modules:modules_unittests", 72 "type": "windowed_test_launcher", 73 }, 74 "peerconnection_unittests": { 75 "label": "//pc:peerconnection_unittests", 76 "type": "console_test_launcher", 77 }, 78 "shared_screencast_stream_test": { 79 "label": "//modules/desktop_capture:shared_screencast_stream_test", 80 "type": "console_test_launcher", 81 "use_pipewire": True, 82 }, 83 "rtc_media_unittests": { 84 "label": "//media:rtc_media_unittests", 85 "type": "console_test_launcher", 86 }, 87 "rtc_p2p_unittests": { 88 "label": "//:rtc_p2p_unittests", 89 "type": "console_test_launcher", 90 }, 91 "rtc_pc_unittests": { 92 "label": "//pc:rtc_pc_unittests", 93 "type": "console_test_launcher", 94 }, 95 "rtc_stats_unittests": { 96 "label": "//stats:rtc_stats_unittests", 97 "type": "console_test_launcher", 98 }, 99 "rtc_unittests": { 100 "label": "//:rtc_unittests", 101 "type": "console_test_launcher", 102 }, 103 "sdk_framework_unittests": { 104 "label": "//sdk:sdk_framework_unittests", 105 "type": "console_test_launcher", 106 }, 107 "sdk_unittests": { 108 "label": "//sdk:sdk_unittests", 109 "type": "console_test_launcher", 110 }, 111 "slow_peer_connection_unittests": { 112 "label": "//pc:slow_peer_connection_unittests", 113 "type": "console_test_launcher", 114 }, 115 "svc_tests": { 116 "label": "//pc:svc_tests", 117 "type": "console_test_launcher", 118 }, 119 "system_wrappers_unittests": { 120 "label": "//system_wrappers:system_wrappers_unittests", 121 "type": "console_test_launcher", 122 }, 123 "test_support_unittests": { 124 "label": "//test:test_support_unittests", 125 "type": "console_test_launcher", 126 }, 127 "tools_unittests": { 128 "label": "//rtc_tools:tools_unittests", 129 "type": "console_test_launcher", 130 }, 131 "video_capture_tests": { 132 "label": "//modules/video_capture:video_capture_tests", 133 "type": "console_test_launcher", 134 }, 135 "video_codec_perf_tests": { 136 "label": "//modules/video_coding:video_codec_perf_tests", 137 "type": "raw", 138 }, 139 "video_engine_tests": { 140 "label": "//:video_engine_tests", 141 "type": "console_test_launcher", 142 }, 143 "voip_unittests": { 144 "label": "//:voip_unittests", 145 "type": "console_test_launcher", 146 }, 147 "webrtc_nonparallel_tests": { 148 "label": "//:webrtc_nonparallel_tests", 149 "type": "non_parallel_console_test_launcher", 150 }, 151 "webrtc_perf_tests": { 152 "label": "//:webrtc_perf_tests", 153 "type": "raw", 154 }, 155 }