Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index cb64b45b0ce74b8582cd936d1f10792bf060e55a..5d3e0d691e5a769d0bc5e3a8e2ac3aaeb9c5adaf 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -68,12 +68,16 @@ SUPPORTED_ARCHS = ["android_arm", |
| "arm", |
| "ia32", |
| "mipsel", |
| + "nacl_ia32", |
| + "nacl_x64", |
| "x64"] |
| # Double the timeout for these: |
| SLOW_ARCHS = ["android_arm", |
| "android_ia32", |
| "arm", |
| - "mipsel"] |
| + "mipsel", |
| + "nacl_ia32", |
| + "nacl_x64"] |
| def BuildOptions(): |