| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index 7e01d3be49c0a918ff5f88ddab742b3d2ec65c0b..cc1e52461538bec40f0656350365d4a171b7b0e4 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -52,7 +52,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", "macos"]:
|
| + "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos", "windows"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|