[Fuchsia] - Add more tests that pass locally
Create bugs and add comments for failures. Bug: b/232740856 Change-Id: Ic81477de73c3e848569dbd0c63c1a44542b90821 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285081 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#38744}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
0eea00c77b
commit
569af3e80f
@ -2205,6 +2205,138 @@
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://audio:low_bandwidth_audio_test/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "rtc_media_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "rtc_media_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://media:rtc_media_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "rtc_pc_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "rtc_pc_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://pc:rtc_pc_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "svc_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "svc_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "system_wrappers_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "system_wrappers_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://system_wrappers:system_wrappers_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "video_engine_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "video_engine_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:video_engine_tests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "voip_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "voip_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:voip_unittests/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -122,6 +122,22 @@
|
||||
'common_video_unittests': {},
|
||||
'dcsctp_unittests': {},
|
||||
'low_bandwidth_audio_test': {},
|
||||
'rtc_media_unittests': {},
|
||||
# TODO(bugs.webrtc.org/14705): Enable when NonGlobalFieldTrialsInstanceDoesNotModifyGlobalString is fixed.
|
||||
# TODO(bugs.webrtc.org/14700): Enable when NetworkTest tests are fixed.
|
||||
# 'rtc_unittests': {},
|
||||
'rtc_pc_unittests': {},
|
||||
'svc_tests': {},
|
||||
'system_wrappers_unittests': {},
|
||||
# TODO(bugs.webrtc.org/14712): Enable once network issue is fixed.
|
||||
# 'peerconnection_unittests': {},
|
||||
'video_engine_tests': {},
|
||||
'voip_unittests': {},
|
||||
# TODO(bugs.fuchsia.dev/115601): Enable when cpu time API's are implemented in Fuchsia
|
||||
# 'test_support_unittests': {},
|
||||
# TODO(bugs.webrtc.org/14707): chromium.test component needs to allow creating listening ports.
|
||||
# 'tools_unittests': {},
|
||||
#
|
||||
},
|
||||
'ios_device_tests': {
|
||||
# TODO(bugs.webrtc.org/11362): Real XCTests fail to start on devices.
|
||||
|
||||
@ -2316,6 +2316,138 @@
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://audio:low_bandwidth_audio_test/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "rtc_media_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "rtc_media_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://media:rtc_media_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "rtc_pc_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "rtc_pc_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://pc:rtc_pc_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "svc_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "svc_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://pc:svc_tests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "system_wrappers_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "system_wrappers_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://system_wrappers:system_wrappers_unittests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "video_engine_tests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "video_engine_tests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:video_engine_tests/"
|
||||
},
|
||||
{
|
||||
"isolate_name": "voip_unittests",
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
|
||||
},
|
||||
"name": "voip_unittests",
|
||||
"resultdb": {
|
||||
"enable": true,
|
||||
"has_native_resultdb_integration": true
|
||||
},
|
||||
"swarming": {
|
||||
"can_use_on_swarming_builders": true,
|
||||
"dimension_sets": [
|
||||
{
|
||||
"cpu": "x86-64",
|
||||
"os": "Ubuntu-18.04"
|
||||
}
|
||||
]
|
||||
},
|
||||
"test_id_prefix": "ninja://:voip_unittests/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user