Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index 03ad716c67328ddfb4656188cbeba1a68330987d..6720dfb9e4a65ec94234aa2a7aca3cf2259d029f 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -83,6 +83,7 @@ SUPPORTED_ARCHS = ["android_arm", |
| "x87", |
| "mips", |
| "mipsel", |
| + "mips64el", |
| "nacl_ia32", |
| "nacl_x64", |
| "x64", |
| @@ -95,6 +96,7 @@ SLOW_ARCHS = ["android_arm", |
| "arm", |
| "mips", |
| "mipsel", |
| + "mips64el", |
| "nacl_ia32", |
| "nacl_x64", |
| "x87", |