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