| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index 826b576f2308c6f4f66350867019ae6175115bd5..a45add33ddd39d3048af9555da0522a758e178b8 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -53,8 +53,8 @@ DEFS = {FAIL_OK: [FAIL, OKAY],
|
| # Support arches, modes to be written as keywords instead of strings.
|
| VARIABLES = {ALWAYS: True}
|
| for var in ["debug", "release", "android_arm", "android_arm64", "android_ia32",
|
| - "arm", "arm64", "ia32", "mipsel", "x64", "nacl_ia32", "nacl_x64",
|
| - "macos", "windows", "linux"]:
|
| + "arm", "arm64", "ia32", "mips", "mipsel", "x64", "nacl_ia32",
|
| + "nacl_x64", "macos", "windows", "linux"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|