Home
last modified time | relevance | path

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

123

/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/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.1f
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/angle/scripts/
Drun_gtest_angle_test.py3 # Use of this source code is governed by a BSD-style license that can be
5 """Runs an isolated non-Telemetry ANGLE test.
9 --isolated-script-test-output=[FILENAME]
15 --isolated-script-test-filter=[TEST_NAMES]
17 is a double-colon-separated ("::") list of test names, to run just that subset
19 --gtest_filter argument.
22 followed by a subsequent non-python executable. For a similar script see
34 # Add //src/testing into sys.path for importing xvfb and test_env, and
46 import xvfb
63 parser.add_argument('--isolated-script-test-output', type=str)
[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/angle/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py9 # name: "infra/python/wheels/six-py2_py3"
15 # Use of this source code is governed by a BSD-style license that can be
19 # Uses Skia Gold (https://skia.org/dev/testing/skiagold) to run pixel tests with ANGLE traces.
21 # Requires vpython to run standalone. Run with --help for usage instructions.
40 # Add //src/testing into sys.path for importing xvfb and test_env, and
47 # Handle the Chromium-relative directory as well. As long as one directory
55 import xvfb
63 DEFAULT_TEST_PREFIX = 'TracePerfTest.Run/vulkan_'
90 group.add_argument('--git-revision', help='Revision being tested.', default=None)
92 '--gerrit-issue', help='For Skia Gold integration. Gerrit issue ID.', default='')
[all …]
/external/python/cpython3/.github/workflows/
Dcoverage.yml6 - master
7 - 3.9
8 - 3.8
9 - 3.7
10 paths-ignore:
11 - 'Doc/**'
12 - 'Misc/**'
15 # - master
16 # - 3.9
17 # - 3.8
[all …]
Ddoc.yml6 # - master
7 # - 3.9
8 # - 3.8
9 # - 3.7
11 # - 'Doc/**'
14 - master
15 - 3.9
16 - 3.8
17 - 3.7
19 - 'Doc/**'
[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/libepoxy/.travis/
DDockerfile1 FROM debian:stretch-slim
4 RUN apt-get update -qq && \
5 apt-get install --no-install-recommends -qq -y \
6 ca-certificates \
9 libgl1-mesa-dev \
10 libegl1-mesa-dev \
11 libgles1-mesa-dev \
12 libgles2-mesa-dev \
13 libgl1-mesa-dri \
15 ninja-build \
[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-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/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-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-radio-group/
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'
/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/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/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/iron-behaviors/
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-material/
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-meta/
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-input/
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-item/
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-behaviors/
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-input/
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'

123