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 test files to load, so we must copy them there (see Set up for docker).
46 'src': base_dir.join('canvaskit.wasm'),
47 'dst': copy_dest.join('canvaskit.wasm'),
53 '--builder', api.vars.builder_name,
54 '--git_hash', api.properties['revision'],
55 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
56 '--browser', 'Chrome',
57 '--config', api.vars.configuration,
58 '--source_type', 'canvaskit',
62 '--issue', api.vars.issue,
63 '--patchset', api.vars.patchset,
67 name='Test CanvasKit with Docker',
83 api.test('Test-Debian10-EMCC-GCE-GPU-WEBGL1-wasm-Debug-All-CanvasKit') +
84 api.properties(buildername=('Test-Debian10-EMCC-GCE-GPU-WEBGL1'
85 '-wasm-Debug-All-CanvasKit'),
88 gs_bucket='skia-infra-gm',
94 api.test('canvaskit_trybot') +
95 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
96 '-wasm-Debug-All-CanvasKit'),
99 gs_bucket='skia-infra-gm',
108 gerrit_url='https://skia-review.googlesource.com/')