| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index f86106b9d9cf8e2073e9c8ff123be7aad1649bc8..a54c001343c7a0aac3ce5d89d808125f279320f6 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -59,7 +59,7 @@ 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",
|
| - "macos", "windows", "linux", "aix"]:
|
| + "s390", "s390x", "macos", "windows", "linux", "aix"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|