| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index d1fab2deaea18e69dc13f5320f00d07a176fb8b9..62c959be29a309b1d800b161e91d59067190bb32 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -58,8 +58,7 @@ for var in ["debug", "release", "big", "little",
|
| "android_arm", "android_arm64", "android_ia32", "android_x87",
|
| "android_x64", "arm", "arm64", "ia32", "mips", "mipsel",
|
| "mips64el", "x64", "x87", "nacl_ia32", "nacl_x64", "ppc", "ppc64",
|
| - "macos", "windows", "linux", "aix",
|
| - "strict", "sloppy"]:
|
| + "macos", "windows", "linux", "aix"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|