| Index: tools/testing/dart/status_reporter.dart
|
| diff --git a/tools/testing/dart/status_reporter.dart b/tools/testing/dart/status_reporter.dart
|
| index b6fd12df8dadd327aae2e6b9bfbd98614a7dde0a..accb0439e2b294a7fdbc4c773b12ca2487b72602 100644
|
| --- a/tools/testing/dart/status_reporter.dart
|
| +++ b/tools/testing/dart/status_reporter.dart
|
| @@ -16,7 +16,7 @@ final _combinations = {
|
| {
|
| 'runtimes': ['vm'],
|
| 'modes': ['debug', 'release'],
|
| - 'archs': ['ia32', 'x64', 'simarm', 'simmips'],
|
| + 'archs': ['ia32', 'x64', 'simarm'],
|
| 'compiler': 'none'
|
| },
|
| {
|
|
|