Index: tools/testrunner/local/statusfile.py |
diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py |
index 62c959be29a309b1d800b161e91d59067190bb32..bfa53c53484b75b30e148dc0cfd1f2488c13929d 100644 |
--- a/tools/testrunner/local/statusfile.py |
+++ b/tools/testrunner/local/statusfile.py |
@@ -56,7 +56,7 @@ DEFS = {FAIL_OK: [FAIL, OKAY], |
VARIABLES = {ALWAYS: True} |
for var in ["debug", "release", "big", "little", |
"android_arm", "android_arm64", "android_ia32", "android_x87", |
- "android_x64", "arm", "arm64", "ia32", "mips", "mipsel", |
+ "android_x64", "arm", "arm64", "ia32", "mips", "mipsel", "mips64", |
"mips64el", "x64", "x87", "nacl_ia32", "nacl_x64", "ppc", "ppc64", |
"macos", "windows", "linux", "aix"]: |
VARIABLES[var] = var |