• 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
26 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:87.0.4280.88_v2'
36 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/test/ for
37 # the test files to load, so we must copy them there (see Set up for docker).
39 'build', 'wasm')
45 bundle_name = 'pathkit.wasm'
67 docker_args = ['--env', 'ASM_JS=1']
70 '--builder', api.vars.builder_name,
71 '--git_hash', api.properties['revision'],
72 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
73 '--browser', 'Chrome',
74 '--config', api.vars.configuration,
75 '--source_type', 'pathkit',
78 args.extend(['--compiled_language', 'asmjs']) # the default is wasm
81 '--issue', api.vars.issue,
82 '--patchset', api.vars.patchset,
86 name='Test PathKit with Docker',
103 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit') +
104 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
105 '-wasm-Debug-All-PathKit'),
108 gs_bucket='skia-infra-gm',
114 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Debug-All-PathKit') +
115 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
116 '-asmjs-Debug-All-PathKit'),
119 gs_bucket='skia-infra-gm',
125 api.test('Test-Debian10-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit') +
126 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
127 '-asmjs-Release-All-PathKit'),
130 gs_bucket='skia-infra-gm',
136 api.test('pathkit_trybot') +
137 api.properties(buildername=('Test-Debian10-EMCC-GCE-CPU-AVX2'
138 '-wasm-Debug-All-PathKit'),
141 gs_bucket='skia-infra-gm',
150 gerrit_url='https://skia-review.googlesource.com/')