| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index df8bface1307fee1b39227925891d0f1333bca9f..7c3ca7fb51bc5ca7a05a74d5847a19c260eef019 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -53,7 +53,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_arm64", "android_ia32", "android_x87",
|
| - "arm", "arm64", "ia32", "mips", "mipsel", "x64", "x87", "nacl_ia32",
|
| + "arm", "arm64", "ia32", "mips", "mipsel", "mips64el", "x64", "x87", "nacl_ia32",
|
| "nacl_x64", "macos", "windows", "linux"]:
|
| VARIABLES[var] = var
|
|
|
|
|