Home
last modified time | relevance | path

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

1234

/external/cronet/testing/
Dxvfb.py3 # Use of this source code is governed by a BSD-style license that can be
6 """Runs tests with Xvfb and Openbox or Weston on Linux and normally on other
30 # pylint: disable=useless-object-inheritance
34 """Exception raised when Xvfb cannot start."""
61 def launch_dbus(env): # pylint: disable=inconsistent-return-statements
65 async-signal-safe (in particular, memory allocations) between fork and exec
79 Returns the pid of the dbus-daemon if started, or None otherwise.
85 ['dbus-launch'], env=env).decode('utf-8').split('\n')
99 """Runs an executable within Weston or Xvfb on Linux or normally on other
102 The method sets SIGUSR1 handler for Xvfb to return SIGUSR1
[all …]
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 …]
/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 …]
/external/angle/infra/specs/
Dtest_suites.pyl2 # Use of this source code is governed by a BSD-style license that can be
18 '--log=debug',
26 '--use-angle=d3d11',
39 '--use-angle=gl',
40 # Flaky when run with multiple processes.
41 '--max-processes=1',
44 '--no-xvfb',
57 '--use-angle=gles',
60 '-v',
61 '--shard-timeout=500',
[all …]
/external/cronet/testing/scripts/
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 …]
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 …]
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,
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 …]
Drun_devtools_check.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.
24 # Add src/testing/ into sys.path for importing xvfb and common.
27 import xvfb
33 parser.add_argument('--isolated-script-test-output', type=str)
37 '--isolated-script-test-chartjson-output',
38 '--isolated-script-test-perf-output',
39 '--isolated-script-test-filter',
[all …]
/external/cronet/testing/chromoting/
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 -…
/external/python/cpython3/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1k
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-tabs/
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…
/external/skia/infra/bots/assets/skp/
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 …]
/external/webrtc/tools_webrtc/mb/
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 …]
/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 …]
/external/angle/src/tests/restricted_traces/
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 …]
/external/python/cpython3/.github/workflows/
Ddoc.yml6 # - master
7 # - 3.9
8 # - 3.8
9 # - 3.7
11 # - 'Doc/**'
14 - master
15 - 3.10
16 - 3.9
17 - 3.8
18 - 3.7
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
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…
/external/chromium-trace/catapult/third_party/polymer/components/iron-overlay-behavior/
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'
/external/chromium-trace/catapult/third_party/polymer/components/paper-button/
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'
/external/chromium-trace/catapult/third_party/polymer/components/paper-radio-button/
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'
/external/chromium-trace/catapult/third_party/polymer/components/iron-validatable-behavior/
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'
/external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/
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'
/external/chromium-trace/catapult/third_party/polymer/components/iron-collapse/
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'
/external/chromium-trace/catapult/third_party/polymer/components/iron-iconset-svg/
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