Searched +full:xvfb +full:- +full:run (Results 1 – 25 of 75) sorted by relevance
123
6 xvfb: true9 - checkout: self14 - script: sudo setfacl -Rb /home/vsts17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…20 - script: ./configure --with-pydebug23 - script: make -j426 - ${{ if eq(parameters.coverage, 'true') }}:27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage30 - script: ./venv/bin/python -m test.pythoninfo33 - script: |[all …]
4 # To cache doc-building dependencies and C compiler output.6 - pip7 - ccache8 - directories:9 - $HOME/multissl13 - OPENSSL=1.1.1f14 - 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 …]
3 # Use of this source code is governed by a BSD-style license that can be5 """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 subset19 --gtest_filter argument.22 followed by a subsequent non-python executable. For a similar script see34 # Add //src/testing into sys.path for importing xvfb and test_env, and46 import xvfb63 parser.add_argument('--isolated-script-test-output', type=str)[all …]
4 - npm install -g bower polylint web-component-tester5 - bower install6 - polylint12 - google-chrome14 - google-chrome-stable16 - xvfb-run wct -l chrome17 - xvfb-run wct -l firefox18 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi22 …- secure: KEzThhoQ3Aq9kSZIuCzyi6MtYbzxB67JSs2t9CebYoXgW49k3q7Uh/KMUHz8RM04hSa7k2gDGf1Spr4jkXpItHn0…23 …- secure: dhfUH2Sx4rC089kHVtjggaGRMdEa0UHa9ksC5buMk5XBI2GriRE+D3/1N7tBxg4f2HcVbi1+7jTIRHz+xYvypuXC…
9 # name: "infra/python/wheels/six-py2_py3"15 # Use of this source code is governed by a BSD-style license that can be19 # 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, and47 # Handle the Chromium-relative directory as well. As long as one directory55 import xvfb63 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 …]
6 - master7 - 3.98 - 3.89 - 3.710 paths-ignore:11 - 'Doc/**'12 - 'Misc/**'15 # - master16 # - 3.917 # - 3.8[all …]
6 # - master7 # - 3.98 # - 3.89 # - 3.711 # - 'Doc/**'14 - master15 - 3.916 - 3.817 - 3.719 - 'Doc/**'[all …]
6 # To cache doc-building dependencies and C compiler output.8 - pip9 - ccache13 # Use -O3 because we don't use debugger on Travis-CI14 - CFLAGS="-O3"18 - master19 - /^\d\.\d$/20 - buildbot-custom25 - env: OPTIONAL=true27 - os: linux[all …]
1 FROM debian:stretch-slim4 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 …]
9 - npm run lint10 - npm run build12 - xvfb-run wct13 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@17' -s 'windows …16 …- secure: E6mivJ+7GgNYdqqfMTnlHjx+J+SlLLoDlQgiRxXR++Z4sHa0q2NPDM0zrt9XwiVFs42NemNo4WM4lOF5biuMnlEY…17 …- secure: pp0nViYpl4BbxCpGtyvx5RBOZZF0ZRuwkfpwOyPQBNKzEieWlKv3KOXpIkqgligpaFB1MvpkLon1I8ab7o1J2cvW…
4 - npm install -g bower polylint web-component-tester5 - bower install6 - polylint9 - secure: >-11 - secure: >-18 - google-chrome20 - google-chrome-stable22 - xvfb-run wct23 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'