| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index fde6237967e536e92b338f8f5227755d8a180536..02af2f743ad7115de73709b8920bd8c573768b56 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -59,8 +59,8 @@ 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", "mips64",
|
| - "mips64el", "x64", "x87", "nacl_ia32", "nacl_x64", "ppc", "ppc64",
|
| - "s390", "s390x", "macos", "windows", "linux", "aix"]:
|
| + "mips64el", "x64", "x87", "ppc", "ppc64", "s390", "s390x", "macos",
|
| + "windows", "linux", "aix"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|