File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 590590 "compiler" : " dart2bytecode"
591591 }
592592 },
593+ "vm-dyn-mac-(debug|product|release)-simarm64_arm64" : {
594+ "options" : {
595+ "compiler" : " dart2bytecode" ,
596+ "vm-options" : [
597+ " --use_simulator=true"
598+ ]
599+ }
600+ },
601+ "vm-dyn-mac-(debug|product|release)-simarm64_arm64-nosim" : {
602+ "options" : {
603+ "compiler" : " dart2bytecode" ,
604+ "vm-options" : [
605+ " --use_simulator=false"
606+ ]
607+ }
608+ },
593609 "ddc-(linux|win)-chrome" : {
594610 "options" : {
595611 "checked" : true ,
857873 }
858874 ]
859875 },
876+ {
877+ "builders" : [
878+ " vm-ffi-dyn-mac-debug-simarm64_arm64" ,
879+ " vm-ffi-dyn-mac-release-simarm64_arm64"
880+ ],
881+ "meta" : {
882+ "description" : " This configuration is used for running FFI tests with dynamic modules"
883+ },
884+ "steps" : [
885+ {
886+ "name" : " build dart" ,
887+ "script" : " tools/build.py" ,
888+ "arguments" : [
889+ " --dart-dynamic-modules" ,
890+ " runtime"
891+ ]
892+ },
893+ {
894+ "name" : " vm ffi tests" ,
895+ "arguments" : [
896+ " -nvm-dyn-${system}-${mode}-${arch}" ,
897+ " ffi"
898+ ]
899+ },
900+ {
901+ "name" : " vm ffi tests" ,
902+ "arguments" : [
903+ " -nvm-dyn-${system}-${mode}-${arch}-nosim" ,
904+ " ffi"
905+ ]
906+ }
907+ ]
908+ },
860909 {
861910 "builders" : [
862911 " vm-ffi-qemu-linux-release-arm"
You can’t perform that action at this time.
0 commit comments