@@ -9612,11 +9612,11 @@ def test_minimal_runtime_code_size(self):
96129612 ]
96139613 else :
96149614 test_cases = [
9615- (asmjs + opts , hello_world_sources , {'a.html' : 1223 , 'a.js' : 289 , 'a.asm.js' : 113 , 'a.mem' : 6 }),
9616- (opts , hello_world_sources , {'a.html' : 1205 , 'a.js' : 633 , 'a.wasm' : 86 }),
9617- (asmjs + opts , hello_webgl_sources , {'a.html' : 1353 , 'a.js' : 4921 , 'a.asm.js' : 11129 , 'a.mem' : 321 }),
9618- (opts , hello_webgl_sources , {'a.html' : 1335 , 'a.js' : 4874 , 'a.wasm' : 8932 }),
9619- (opts , hello_webgl2_sources , {'a.html' : 1335 , 'a.js' : 5361 , 'a.wasm' : 8932 }) # Compare how WebGL2 sizes stack up with WebGL 1
9615+ (asmjs + opts , hello_world_sources , {'a.html' : 1222 , 'a.js' : 289 , 'a.asm.js' : 113 , 'a.mem' : 6 }),
9616+ (opts , hello_world_sources , {'a.html' : 1204 , 'a.js' : 630 , 'a.wasm' : 86 }),
9617+ (asmjs + opts , hello_webgl_sources , {'a.html' : 1352 , 'a.js' : 4896 , 'a.asm.js' : 11129 , 'a.mem' : 321 }),
9618+ (opts , hello_webgl_sources , {'a.html' : 1334 , 'a.js' : 4850 , 'a.wasm' : 8932 }),
9619+ (opts , hello_webgl2_sources , {'a.html' : 1334 , 'a.js' : 5357 , 'a.wasm' : 8932 }) # Compare how WebGL2 sizes stack up with WebGL 1
96209620 ]
96219621
96229622 success = True
0 commit comments