Chromium Code Reviews| Index: tools/testing/dart/runtime_configuration.dart |
| =================================================================== |
| --- tools/testing/dart/runtime_configuration.dart (revision 45017) |
| +++ tools/testing/dart/runtime_configuration.dart (working copy) |
| @@ -169,6 +169,7 @@ |
| switch (arch) { |
| case 'simarm': |
| case 'arm': |
| + case' simarmv5te': |
| case 'armv5te': |
|
ricow1
2015/04/10 08:23:41
I wonder if we should have an even higher multipli
zra
2015/04/10 16:07:20
In my initial testing, this timeout seemed to work
|
| case 'simmips': |
| case 'mips': |