Lines Matching +full:test +full:- +full:wasm
2 # Use of this source code is governed by a BSD-style license that can be
26 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:87.0.4280.88_v2'
36 # the test files to load, so we must copy them there (see Set up for docker).
47 'src': base_dir.join('canvaskit.wasm'),
48 'dst': copy_dest.join('canvaskit.wasm'),
54 '--builder', api.vars.builder_name,
55 '--git_hash', api.properties['revision'],
56 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
57 '--browser', 'Chrome',
58 '--config', api.vars.configuration,
59 '--source_type', 'canvaskit',
63 '--issue', api.vars.issue,
64 '--patchset', api.vars.patchset,
68 name='Test CanvasKit with Docker',
84 api.test('Test-Debian10-EMCC-GCE-GPU-WEBGL1-wasm-Debug-All-CanvasKit') +
85 api.properties(buildername=('Test-Debian10-EMCC-GCE-GPU-WEBGL1'
86 '-wasm-Debug-All-CanvasKit'),
89 gs_bucket='skia-infra-gm',
95 api.test('canvaskit_trybot') +
96 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
97 '-wasm-Debug-All-CanvasKit'),
100 gs_bucket='skia-infra-gm',
109 gerrit_url='https://skia-review.googlesource.com/')