Reviewers: Jakob,

Message:
PTAL

Description:
Add windows to status variable list.

This will allow to modify test expectation for system==win32.

Please review this at https://codereview.chromium.org/24528003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/testrunner/local/statusfile.py


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"]:
   VARIABLES[var] = var




--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to