| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index 634fe6a08a82ac639f87a4dd14161d1699d10836..3e01fe61d190181cee5be908c7d6517b2108e148 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -59,7 +59,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", "ia32",
|
| - "mipsel", "x64", "nacl_ia32", "nacl_x64"]:
|
| + "mipsel", "x64", "nacl_ia32", "nacl_x64", "a64"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|