| Index: tools/testing/dart/status_reporter.dart
|
| diff --git a/tools/testing/dart/status_reporter.dart b/tools/testing/dart/status_reporter.dart
|
| index 0f5e37bd952a231262047928ba5b896c5d228868..37f66aecb3036990ce9c22f0b0eb318d3625f1b2 100644
|
| --- a/tools/testing/dart/status_reporter.dart
|
| +++ b/tools/testing/dart/status_reporter.dart
|
| @@ -30,6 +30,12 @@ List<Map> LINUX_COMBINATIONS = [
|
| 'archs': ['ia32'],
|
| 'compiler': 'none'
|
| },
|
| + {
|
| + 'runtimes': ['flutter_engine'],
|
| + 'modes': ['debug', 'release'],
|
| + 'archs': ['x64'],
|
| + 'compiler': 'none'
|
| + },
|
| ];
|
|
|
| List<Map> MACOS_COMBINATIONS = [
|
|
|