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