| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index d63fdbf6e6c2c65302c0cc663486264950c44ac7..c1b641fd7eabded3b8a0936c3afa2a3e729a6db3 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -52,7 +52,7 @@ 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_ia32", "arm", "a64",
|
| +for var in ["debug", "release", "android_arm", "android_ia32", "arm", "arm64",
|
| "ia32", "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos",
|
| "windows", "linux"]:
|
| VARIABLES[var] = var
|
|
|