Skip to content

Commit 9a3349e

Browse files
alexmarkovCommit Queue
authored andcommitted
[bots] Add vm-ffi-dyn-mac-{debug,release}-simarm64_arm64 bots to test dynamic modules on simarm64_arm64
Change-Id: I82d97b705c97d95b160f4faf96c01931b5ee58a5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447600 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Ivan Inozemtsev <[email protected]>
1 parent 8d2b3b0 commit 9a3349e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,22 @@
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,
@@ -857,6 +873,39 @@
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"

0 commit comments

Comments
 (0)