| Index: tools/testing/dart/test_options.dart
 | 
| ===================================================================
 | 
| --- tools/testing/dart/test_options.dart	(revision 19673)
 | 
| +++ tools/testing/dart/test_options.dart	(working copy)
 | 
| @@ -474,7 +474,7 @@
 | 
|    List<Map> _expandConfigurations(Map configuration) {
 | 
|      // Expand the pseudo-values such as 'all'.
 | 
|      if (configuration['arch'] == 'all') {
 | 
| -      configuration['arch'] = 'ia32,x64';
 | 
| +      configuration['arch'] = 'ia32,x64,simarm,simmips';
 | 
|      }
 | 
|      if (configuration['mode'] == 'all') {
 | 
|        configuration['mode'] = 'debug,release';
 | 
| 
 |