Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index 794c864fb5398ef11f8680a12b740344041063af..fbbe41641f29fa975920edec2624d06e70134c71 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -86,6 +86,7 @@ SUPPORTED_ARCHS = ["android_arm", |
| "nacl_ia32", |
| "nacl_x64", |
| "x64", |
| + "x32", |
| "arm64"] |
| # Double the timeout for these: |
| SLOW_ARCHS = ["android_arm", |