Index: tools/testrunner/local/statusfile.py |
diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py |
index 7e01d3be49c0a918ff5f88ddab742b3d2ec65c0b..cffaf2e36dc9398fae59f63e9588dbc854201593 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", "win32"]: |
Jakob Kummerow
2013/09/25 12:35:48
You'll want to fix this.
|
VARIABLES[var] = var |