Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 73a3a81

Browse files
committed
Run engine unit tests on mac host_debug_unopt_arm64
1 parent 9734785 commit 73a3a81

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ci/builders/mac_unopt.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,21 @@
165165
"$flutter/osx_sdk": {
166166
"sdk_version": "15a240d"
167167
}
168-
}
168+
},
169+
"tests": [
170+
{
171+
"language": "python3",
172+
"name": "Host Tests for host_debug_unopt_arm64",
173+
"script": "flutter/testing/run_tests.py",
174+
"parameters": [
175+
"--variant",
176+
"host_debug_unopt_arm64",
177+
"--type",
178+
"dart,dart-host,engine",
179+
"--engine-capture-core-dump"
180+
]
181+
}
182+
]
169183
},
170184
{
171185
"archives": [

testing/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def make_test(name, flags=None, extra_env=None):
381381
make_test('display_list_unittests'),
382382
make_test('embedder_a11y_unittests'),
383383
make_test('embedder_proctable_unittests'),
384-
make_test('embedder_unittests'),
384+
#make_test('embedder_unittests'),
385385
make_test('fml_unittests'),
386386
make_test('fml_arc_unittests'),
387387
make_test('no_dart_plugin_registrant_unittests'),

0 commit comments

Comments
 (0)