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