• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:wasm

2 # Use of this source code is governed by a BSD-style license that can be
25 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:87.0.4280.88_v2'
35 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/test/ for
36 # the test files to load, so we must copy them there (see Set up for docker).
38 'build', 'wasm')
44 bundle_name = 'pathkit.wasm'
66 docker_args = ['--env', 'ASM_JS=1']
69 '--builder', api.vars.builder_name,
70 '--git_hash', api.properties['revision'],
71 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
72 '--browser', 'Chrome',
73 '--config', api.vars.configuration,
74 '--source_type', 'pathkit',
77 args.extend(['--compiled_language', 'asmjs']) # the default is wasm
80 '--issue', api.vars.issue,
81 '--patchset', api.vars.patchset,
85 name='Test PathKit with Docker',
102 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit') +
103 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
104 '-wasm-Debug-All-PathKit'),
107 gs_bucket='skia-infra-gm',
113 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Debug-All-PathKit') +
114 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
115 '-asmjs-Debug-All-PathKit'),
118 gs_bucket='skia-infra-gm',
124 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit') +
125 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
126 '-asmjs-Release-All-PathKit'),
129 gs_bucket='skia-infra-gm',
135 api.test('pathkit_trybot') +
136 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
137 '-wasm-Debug-All-PathKit'),
140 gs_bucket='skia-infra-gm',
149 gerrit_url='https://skia-review.googlesource.com/')