@@ -9581,16 +9581,16 @@ def test_minimal_runtime_code_size(self):
9581
9581
if self .is_wasm_backend ():
9582
9582
test_cases = [
9583
9583
(opts , hello_world_sources , {'a.html' : 1445 , 'a.js' : 455 , 'a.wasm' : 176 }),
9584
- (opts , hello_webgl_sources , {'a.html' : 1565 , 'a.js' : 4636 , 'a.wasm' : 11918 }),
9585
- (opts , hello_webgl2_sources , {'a.html' : 1565 , 'a.js' : 5143 , 'a.wasm' : 11918 }) # Compare how WebGL2 sizes stack up with WebGL 1
9584
+ (opts , hello_webgl_sources , {'a.html' : 1565 , 'a.js' : 4636 , 'a.wasm' : 11809 }),
9585
+ (opts , hello_webgl2_sources , {'a.html' : 1565 , 'a.js' : 5143 , 'a.wasm' : 11809 }) # Compare how WebGL2 sizes stack up with WebGL 1
9586
9586
]
9587
9587
else :
9588
9588
test_cases = [
9589
- (asmjs + opts , hello_world_sources , {'a.html' : 1483 , 'a.js' : 289 , 'a.asm.js' : 113 , 'a.mem' : 6 }),
9590
- (opts , hello_world_sources , {'a.html' : 1440 , 'a.js' : 604 , 'a.wasm' : 86 }),
9591
- (asmjs + opts , hello_webgl_sources , {'a.html' : 1606 , 'a.js' : 4880 , 'a.asm.js' : 11139 , 'a.mem' : 321 }),
9592
- (opts , hello_webgl_sources , {'a.html' : 1557 , 'a.js' : 4837 , 'a.wasm' : 8841 }),
9593
- (opts , hello_webgl2_sources , {'a.html' : 1557 , 'a.js' : 5324 , 'a.wasm' : 8841 }) # Compare how WebGL2 sizes stack up with WebGL 1
9589
+ (asmjs + opts , hello_world_sources , {'a.html' : 1481 , 'a.js' : 289 , 'a.asm.js' : 113 , 'a.mem' : 6 }),
9590
+ (opts , hello_world_sources , {'a.html' : 1445 , 'a.js' : 604 , 'a.wasm' : 86 }),
9591
+ (asmjs + opts , hello_webgl_sources , {'a.html' : 1605 , 'a.js' : 4921 , 'a.asm.js' : 11153 , 'a.mem' : 321 }),
9592
+ (opts , hello_webgl_sources , {'a.html' : 1565 , 'a.js' : 4844 , 'a.wasm' : 8932 }),
9593
+ (opts , hello_webgl2_sources , {'a.html' : 1565 , 'a.js' : 5331 , 'a.wasm' : 8932 }) # Compare how WebGL2 sizes stack up with WebGL 1
9594
9594
]
9595
9595
9596
9596
success = True
0 commit comments