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