File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 75
75
" out/ReleaseX64/dart2wasm_js_compatibility_outline.dill" ,
76
76
" out/ReleaseX64/dart2wasm_js_compatibility_platform.dill" ,
77
77
" out/ReleaseX64/wasm/" ,
78
+ " out/ReleaseX64/wasm-opt" ,
78
79
" pkg/" ,
79
80
" runtime/tests/" ,
80
81
" samples/" ,
95
96
" tests/light_unittest.dart" ,
96
97
" tests/search/" ,
97
98
" tests/ffi/" ,
99
+ " third_party/jsc/" ,
100
+ " third_party/firefox_jsshell/" ,
98
101
" third_party/d8/" ,
99
102
" third_party/pkg/" ,
100
103
" third_party/requirejs/" ,
2655
2658
}
2656
2659
]
2657
2660
},
2661
+ {
2662
+ "builders" : [
2663
+ " dart2wasm-linux-optimized-jsc"
2664
+ ],
2665
+ "meta" : {
2666
+ "description" : " dart2wasm tests"
2667
+ },
2668
+ "steps" : [
2669
+ {
2670
+ "name" : " build dart" ,
2671
+ "script" : " tools/build.py" ,
2672
+ "arguments" : [
2673
+ " runtime" ,
2674
+ " dart2wasm" ,
2675
+ " create_sdk"
2676
+ ]
2677
+ },
2678
+ {
2679
+ "name" : " dart2wasm tests" ,
2680
+ "arguments" : [
2681
+ " -ndart2wasm-linux-optimized-${runtime}" ,
2682
+ " co19" ,
2683
+ " corelib" ,
2684
+ " language" ,
2685
+ " lib" ,
2686
+ " web"
2687
+ ],
2688
+ "shards" : 8 ,
2689
+ "fileset" : " dart2wasm_hostasserts"
2690
+ }
2691
+ ]
2692
+ },
2658
2693
{
2659
2694
"builders" : [
2660
2695
" dart2wasm-linux-jscm-chrome"
You can’t perform that action at this time.
0 commit comments