[infra] Add ffi-qemu builder to the test matrix

Change-Id: Ic6d2547fc144bf0452d6b32ffa754d858ebacec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137967
Reviewed-by: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
Alexander Thomas 2020-03-03 13:33:29 +00:00
parent e1ef16d73a
commit 817d0650b9

View file

@ -1236,6 +1236,46 @@
}
]
},
{
"builders": [
"vm-precomp-ffi-qemu-linux-release-arm"
],
"meta": {
"description": "This configuration is used for running FFI tests on qemu."
},
"steps": [
{
"name": "configure dart",
"script": "tools/gn.py",
"arguments": [
"--use-qemu"
]
},
{
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"dart_precompiled_runtime",
"runtime_kernel"
]
},
{
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"--arch=simarm_x64",
"gen_snapshot"
]
},
{
"name": "ffi tests",
"arguments": [
"-ndartkp-linux-${mode}-arm-qemu",
"ffi_2"
]
}
]
},
{
"builders": [
"vm-kernel-precomp-nnbd-linux-release-x64"