Skip to content

Commit

Permalink
Run engine unit tests on mac host_debug_unopt_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso committed Feb 3, 2024
1 parent 20742e3 commit dae4259
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,21 @@
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
},
"tests": [
{
"language": "python3",
"name": "Host Tests for host_debug_unopt_arm64",
"script": "flutter/testing/run_tests.py",
"parameters": [
"--variant",
"host_debug_unopt_arm64",
"--type",
"dart,dart-host,engine",
"--engine-capture-core-dump"
]
}
]
},
{
"archives": [
Expand Down
2 changes: 1 addition & 1 deletion testing/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def make_test(name, flags=None, extra_env=None):
make_test('display_list_unittests'),
make_test('embedder_a11y_unittests'),
make_test('embedder_proctable_unittests'),
make_test('embedder_unittests'),
#make_test('embedder_unittests'),
make_test('fml_unittests'),
make_test('fml_arc_unittests'),
make_test('no_dart_plugin_registrant_unittests'),
Expand Down

0 comments on commit dae4259

Please sign in to comment.