Do not use gtest_parallell for fuchsia

Bug: b/232740856
Change-Id: If1191c1e90b7eb18acd8e393f3927ddee4b92b34
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277181
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#38234}
This commit is contained in:
Christoffer Jansson 2022-09-28 14:21:43 +02:00 committed by WebRTC LUCI CQ
parent 99f5d95dc6
commit fb409c975f

View File

@ -52,6 +52,7 @@ class WebRTCMetaBuildWrapper(mb.MetaBuildWrapper):
test_type = isolate_map[target]['type']
is_android = 'target_os="android"' in vals['gn_args']
is_fuchsia = 'target_os="fuchsia"' in vals['gn_args']
is_linux = self.platform.startswith('linux') and not is_android
is_ios = 'target_os="ios"' in vals['gn_args']
@ -85,6 +86,8 @@ class WebRTCMetaBuildWrapper(mb.MetaBuildWrapper):
'--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
'--store-tombstones'
]
elif is_fuchsia:
cmdline += ['bin/run_%s' % target]
elif is_ios:
cmdline += [
vpython_exe, '../../tools_webrtc/flags_compatibility.py',