Home
last modified time | relevance | path

Searched +full:xvfb +full:- +full:run (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/cronet/testing/
H A Dxvfb.py3 # Use of this source code is governed by a BSD-style license that can be
6 """Runs tests with Xvfb or Xorg and Openbox or Weston on Linux and normally on
30 # pylint: disable=useless-object-inheritance
34 """Exception raised when Xvfb or Xorg cannot start."""
66 def launch_dbus(env): # pylint: disable=inconsistent-return-statements
70 async-signal-safe (in particular, memory allocations) between fork and exec
84 Returns the pid of the dbus-daemon if started, or None otherwise.
90 ['dbus-launch'], env=env).decode('utf-8').split('\n')
104 """Runs an executable within Weston, Xvfb or Xorg on Linux or normally on
107 The method sets SIGUSR1 handler for Xvfb to return SIGUSR1
[all …]
H A Dxvfb_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
6 """Unit tests for xvfb.py functionality.
9 through xvfb.py as a subprocess, then tests its expected output.
19 # pylint: disable=super-with-arguments
23 XVFB = TEST_FILE.replace('_unittest', '') variable
28 """Launches a sub process to run through xvfb.py."""
30 [XVFB, XVFB_TEST_SCRIPT] + args, stdout=subprocess.PIPE,
34 # pylint: disable=inconsistent-return-statements
37 for line in proc.stdout.read().decode('utf-8').splitlines(True):
40 # pylint: enable=inconsistent-return-statements
[all …]
H A Dtest.gni2 # Use of this source code is governed by a BSD-style license that can be
26 # specified. Cross-platform targets that include `test` targets in their
43 import("//third_party/fuchsia-gn-sdk/src/cmc.gni")
44 import("//third_party/fuchsia-gn-sdk/src/component.gni")
45 import("//third_party/fuchsia-gn-sdk/src/package.gni")
89 # internally-generated targets. However, rust_target requires a strict
98 # if `rs_sources` is non-empty. But we don't automatically provide
153 # Fuzz tests are small fuzzers that do not require particularly-powerful
154 # machines to run, so we do not build them when `high_end_fuzzer_targets`
160 # We still want a reachable target, so make it a no-op empty group. This
[all …]
/aosp_15_r20/external/cronet/testing/scripts/
H A Drun_performance_tests.py3 # Use of this source code is governed by a BSD-style license that can be
8 If optional argument --isolated-script-test-output=[FILENAME] is passed
10 //docs/testing/json-test-results-format.md.
12 If optional argument --isolated-script-test-filter=[TEST_NAMES] is passed to
13 the script, it should be a double-colon-separated ("::") list of test names,
14 to run just that subset of tests.
22 If this is executed with a gtest perf test, the flag --non-telemetry
33 To test changes to this script, please run
66 # Add src/testing/ into sys.path for importing xvfb, test_env, and common.
69 import xvfb
[all …]
H A Dcommon.py2 # Use of this source code is governed by a BSD-style license that can be
21 # Add src/testing/ into sys.path for importing xvfb and test_env.
26 import xvfb
34 # results of non-isolated script tests.
41 # Some build-time scripts import this file and run into issues with
43 # during build-time. So silently swallow the error in that case.
64 # pylint: disable=useless-object-inheritance
86 ['icacls', acl_dir, '/grant', '*S-1-15-2-2:(OI)(CI)(RX)'],
104 # D:AI(A;OICI;0x1200a9;;;S-1-15-2-2)(A;OICIID;FA;;;BA)
106 # D:AI(A;ID;0x1200a9;;;S-1-15-2-2)(A;ID;FA;;;BA)(A;ID;0x1301bf;;;BU)
[all …]
H A Drun_flatbuffers_unittests.py3 # Use of this source code is governed by a BSD-style license that can be
8 This script attempts to emulate the contract of gtest-style tests
11 If optional argument --isolated-script-test-output=[FILENAME] is passed
13 //docs/testing/json-test-results-format.md.
23 # Add src/testing/ into sys.path for importing xvfb and common.
26 import xvfb
29 # pylint: disable=super-with-arguments
34 parser.add_argument('--isolated-script-test-output', type=str)
45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path)
73 'run': None,
H A Dcontent_shell_crash_test.py3 # Use of this source code is governed by a BSD-style license that can be
12 # Add src/testing/ into sys.path for importing xvfb and common.
15 import xvfb
22 '--isolated-script-test-output', type=str,
25 '--isolated-script-test-chartjson-output', type=str,
28 '--isolated-script-test-perf-output', type=str,
31 '--isolated-script-test-filter', type=str,
34 '--platform', type=str, default=sys.platform, required=False)
50 '--additional-binary',
63 rc = xvfb.run_executable([
[all …]
/aosp_15_r20/external/angle/infra/specs/
H A Dtest_suites.pyl2 # Use of this source code is governed by a BSD-style license that can be
18 '--log=debug',
26 '--no-xvfb',
35 '--no-xvfb',
44 '--no-xvfb',
53 '--no-xvfb',
62 '--no-xvfb',
71 '--no-xvfb',
80 '--use-angle=d3d11',
93 '--use-angle=gl',
[all …]
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml6 xvfb: true
9 - checkout: self
14 - script: sudo setfacl -Rb /home/vsts
17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…
20 - script: ./configure --with-pydebug
23 - script: make -j4
26 - ${{ if eq(parameters.coverage, 'true') }}:
27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage
30 - script: ./venv/bin/python -m test.pythoninfo
33 - script: |
[all …]
/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py4 # Use of this source code is governed by a BSD-style license that can be
13 # 2. Run each test with frame capture
15 # 4. Run CaptureReplayTest
18 # will return non-zero exit code
20 # Run this script with Python to test capture replay on angle_end2end tests
22 # Command line arguments: run with --help for a full list.
74 REPLAY_INITIALIZATION_FAILURE = -1
75 REPLAY_SERIALIZATION_FAILURE = -2
128 logging.info('Starting xvfb and openbox...')
129 # Based on the simplest case from testing/xvfb.py, with tweaks to minimize races.
[all …]
H A Drun_perf_tests.py4 # Use of this source code is governed by a BSD-style license that can be
79 pattern = r'\.' + result + r':.*= ([0-9.]+)'
93 return sorted(data)[n:-n]
106 ss = sum((float(x) - c)**2 for x in data)
249 use_xvfb=args.xvfb,
255 '--trials',
260 run_args += ['--steps-per-trial', str(steps_per_trial)]
262 run_args += ['--trial-time', str(args.trial_time)]
265 run_args += ['--warmup'] # Render each frame once with glFinish
268 run_args += ['--perf-counters', args.perf_counters]
[all …]
/aosp_15_r20/external/cronet/testing/chromoting/
H A Dbrowser_test_commands_linux.txt1xvfb.py #PROD_DIR#/browser_tests --gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDeskt…
2xvfb.py #PROD_DIR#/browser_tests --gtest_filter=Me2MeBrowserTest.MANUAL_Me2Me_Connect_Remote_Host
3xvfb.py #PROD_DIR#/browser_tests --gtest_filter=It2MeBrowserTest.MANUAL_CancelShare --run-manual -…
/aosp_15_r20/external/skia/infra/bots/assets/skp/
H A Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
33 PRIVATE_SKPS_GS = 'gs://skia-skps/private/skps'
39 print(('Environment variable %s not set; you should run this via '
77 The script runs the following cmd on the non-generated SKPs stored in
78 $PRIVATE_SKPS_GS -
79 `dm --config skp -w newskps/ --skps oldskps/ --src skp`
97 print('Starting xvfb')
98 # Start Xvfb if running on a bot.
101 'sudo', 'Xvfb', ':0', '-screen', '0', '1280x1024x24'])
109 'python', '-u', os.path.join(SKIA_TOOLS, 'skp', 'webpages_playback.py'),
[all …]
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py4 # Use of this source code is governed by a BSD-style license that can be
8 # Uses Skia Gold (https://skia.org/dev/testing/skiagold) to run pixel tests with ANGLE traces.
10 # Requires vpython to run standalone. Run with --help for usage instructions.
66 group.add_argument('--git-revision', help='Revision being tested.', default=None)
68 '--gerrit-issue', help='For Skia Gold integration. Gerrit issue ID.', default='')
70 '--gerrit-patchset',
74 '--buildbucket-id', help='For Skia Gold integration. Buildbucket build ID.', default='')
76 '--bypass-skia-gold-functionality',
84 '--local-pixel-tests',
87 help='Specifies to run the test harness in local run mode or not. When '
[all …]
/aosp_15_r20/external/python/cpython3/.github/workflows/
Ddoc.yml7 # - 'main'
8 # - '3.11'
9 # - '3.10'
10 # - '3.9'
11 # - '3.8'
12 # - '3.7'
14 # - 'Doc/**'
17 - 'main'
18 - '3.11'
19 - '3.10'
[all …]
Dbuild.yml3 # gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
5 # mandatory but not scheduled because of "paths-ignore".
10 - 'main'
11 - '3.11'
12 - '3.10'
13 - '3.9'
14 - '3.8'
15 - '3.7'
18 - 'main'
19 - '3.11'
[all …]
/aosp_15_r20/external/webrtc/tools_webrtc/mb/
H A Dmb.py5 # 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:
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-tabs/
H A D.travis.yml4 - npm install -g bower polylint web-component-tester
5 - bower install
6 - polylint
12 - google-chrome
14 - google-chrome-stable
16 - xvfb-run wct -l chrome
17 - xvfb-run wct -l firefox
18 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi
22- secure: KEzThhoQ3Aq9kSZIuCzyi6MtYbzxB67JSs2t9CebYoXgW49k3q7Uh/KMUHz8RM04hSa7k2gDGf1Spr4jkXpItHn0…
23- secure: dhfUH2Sx4rC089kHVtjggaGRMdEa0UHa9ksC5buMk5XBI2GriRE+D3/1N7tBxg4f2HcVbi1+7jTIRHz+xYvypuXC…
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ci/
H A Dgitlab-ci.yml2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
4 zink-lvp:
6 - .test-gl
7 - .deqp-test
8 - .zink-lvp-test
10 DEQP_SUITE: zink-lvp
13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging
16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh"
18 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
20 zink-venus-lvp:
[all …]
/aosp_15_r20/external/python/cpython2/
D.travis.yml6 # To cache doc-building dependencies and C compiler output.
8 - pip
9 - ccache
13 # Use -O3 because we don't use debugger on Travis-CI
14 - CFLAGS="-O3"
18 - master
19 - /^\d\.\d$/
20 - buildbot-custom
25 - env: OPTIONAL=true
27 - os: linux
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
H A D.travis.yml9 - npm run lint
10 - npm run build
12 - xvfb-run wct
13 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@17' -s 'windows …
16- secure: E6mivJ+7GgNYdqqfMTnlHjx+J+SlLLoDlQgiRxXR++Z4sHa0q2NPDM0zrt9XwiVFs42NemNo4WM4lOF5biuMnlEY…
17- secure: pp0nViYpl4BbxCpGtyvx5RBOZZF0ZRuwkfpwOyPQBNKzEieWlKv3KOXpIkqgligpaFB1MvpkLon1I8ab7o1J2cvW…
/aosp_15_r20/external/cronet/build/lacros/
H A Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
8 In order to run lacros tests on Linux, please first follow bit.ly/3juQVNJ
9 to setup build directory with the lacros-chrome-on-linux build configuration,
17 The commands above run url_unittests and browser_tests respectively, and more
19 executed with the latest version of prebuilt ash-chrome, and the behavior is
25 --gtest_filter=BrowserTest.Title
31 --ash-chrome-version=120.0.6099.0
33 The above command runs tests with a given version of ash-chrome, which is
36 https://chrome-infra-packages.appspot.com/p/chromium/testing/linux-ash-chromium/x86_64/ash.zip
43 ./testing/xvfb.py ./build/lacros/test_runner.py test out/lacros/browser_tests
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/
H A D.travis.yml4 - npm install -g bower polylint web-component-tester
5 - bower install
6 - polylint
9 - secure: >-
11 - secure: >-
18 - google-chrome
20 - google-chrome-stable
22 - xvfb-run wct
23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-radio-group/
H A D.travis.yml4 - npm install -g bower polylint web-component-tester
5 - bower install
6 - polylint
9 - secure: >-
11 - secure: >-
18 - google-chrome
20 - google-chrome-stable
22 - xvfb-run wct
23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/
H A D.travis.yml4 - npm install -g bower polylint web-component-tester
5 - bower install
6 - polylint
9 - secure: >-
11 - secure: >-
18 - google-chrome
20 - google-chrome-stable
22 - xvfb-run wct
23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'

1234