Lines Matching +full:xvfb +full:- +full:run
5 # Use of this source code is governed by a BSD-style license
11 """MB - the Meta-Build wrapper around GN.
43 # pylint: disable=access-member-before-definition
85 'luci-auth', 'context', '--', vpython_exe,
86 '../../build/android/test_wrapper/logdog_wrapper.py', '--target',
87 target, '--logdog-bin-cmd',
88 '../../.task_template_packages/logdog_butler', '--logcat-output-file',
89 '${ISOLATED_OUTDIR}/logcats', '--store-tombstones'
109 xvfb = use_x11 and test_type == 'windowed_test_launcher'
110 if xvfb:
111 cmdline += [vpython_exe, '../../testing/xvfb.py']
112 extra_files.append('../../testing/xvfb.py')
117 '../../third_party/gtest-parallel/gtest-parallel',
118 '../../third_party/gtest-parallel/gtest_parallel.py',
119 '../../tools_webrtc/gtest-parallel-wrapper.py',
124 '../../tools_webrtc/gtest-parallel-wrapper.py',
125 '--output_dir=%s' % output_dir,
126 '--gtest_color=no',
127 # We tell gtest-parallel to interrupt the test after 900
131 '--timeout=%s' % timeout,
134 # Still use the gtest-parallel-wrapper.py script since we
135 # need it to run tests on swarming, but don't execute tests
137 cmdline.append('--workers=1')
146 cmdline.append('--retry_failed=3')
151 '--asan=%d' % asan,
152 '--lsan=%d' % lsan,
153 '--msan=%d' % msan,
154 '--tsan=%d' % tsan,