Lines Matching +full:test +full:- +full:wasm
2 # Use of this source code is governed by a BSD-style license that can be
23 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:87.0.4280.88_v1'
35 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/ for
36 # the test files to load, so we must copy them there (see Set up for docker).
38 'npm-wasm', 'bin')
41 'npm-asmjs', 'bin')
44 bundle_name = 'pathkit.wasm'
62 docker_args = ['--env', 'ASM_JS=1']
65 '--builder', api.vars.builder_name,
66 '--git_hash', api.properties['revision'],
67 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
68 '--bot_id', api.vars.swarming_bot_id,
69 '--task_id', api.vars.swarming_task_id,
70 '--browser', 'Chrome',
71 '--config', api.vars.configuration,
72 '--source_type', 'pathkit',
75 args.extend(['--compiled_language', 'asmjs']) # the default is wasm
78 '--issue', api.vars.issue,
79 '--patchset', api.vars.patchset,
98 api.test('Perf-Debian10-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit') +
99 api.properties(buildername=('Perf-Debian10-EMCC-GCE-CPU-AVX2'
100 '-wasm-Release-All-PathKit'),
108 api.test('Perf-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit') +
109 api.properties(buildername=('Perf-Debian10-EMCC-GCE-CPU-AVX2'
110 '-asmjs-Release-All-PathKit'),
118 api.test('pathkit_trybot') +
119 api.properties(buildername=('Perf-Debian10-EMCC-GCE-CPU-AVX2'
120 '-wasm-Release-All-PathKit'),
131 gerrit_url='https://skia-review.googlesource.com/')