File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 448448 "use-elf" : true
449449 }},
450450 "dartk-(linux|mac|win)-(debug|product|release)-(ia32|x64)" : { },
451+ "dartk-weak-asserts-(linux|mac|win)-(debug|product|release)-x64" : {
452+ "options" : {
453+ "enable-experiment" : [" non-nullable" ],
454+ "enable-asserts" : true
455+ }},
451456 "dartk-(linux|mac|win)-(debug|product|release)-(ia32|simarm|simarm64|x64)-ast" : {
452457 "options" : {
453458 "builder-tag" : " ast" ,
11191124 }
11201125 ]
11211126 },
1127+ {
1128+ "builders" : [
1129+ " vm-kernel-nnbd-linux-release-x64" ,
1130+ " vm-kernel-nnbd-linux-debug-x64"
1131+ ],
1132+ "meta" : {
1133+ "description" : " This configuration is for the VM nnbd builder group."
1134+ },
1135+ "steps" : [
1136+ {
1137+ "name" : " build dart" ,
1138+ "script" : " tools/build.py" ,
1139+ "arguments" : [
1140+ " --nnbd" ,
1141+ " create_sdk"
1142+ ]
1143+ },
1144+ {
1145+ "name" : " vm weak tests with asserts" ,
1146+ "arguments" : [
1147+ " -ndartk-weak-asserts-${system}-${mode}-${arch}" ,
1148+ " language"
1149+ ]
1150+ }
1151+ ]
1152+ },
11221153 {
11231154 "builders" : [
11241155 " vm-kernel-linux-product-x64" ,
You can’t perform that action at this time.
0 commit comments