Commit a3cef1a9 authored by jochen@chromium.org's avatar jochen@chromium.org

Skip tests failing on the no-i18n bot

R=machenbach@chromium.org, mstarzinger@chromium.org, jkummerow@chromium.org

Review URL: https://codereview.chromium.org/23708055

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16867 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d87c0679
......@@ -36,4 +36,4 @@ general/v8Intl-exists: FAIL
overrides/caching: PASS || FAIL
# BUG(2899): default locale for search fails on mac.
collator/default-locale: PASS || FAIL
collator/default-locale: FAIL if $system == macos
......@@ -36,8 +36,7 @@ def FAIL_OK = FAIL, OKAY
# V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
11.2.3-3_3: FAIL
# TODO(jochen): Needs to be skipped only in noi18n mode.
15.5.4.9_CE: SKIP
15.5.4.9_CE: SKIP if $no_i18n
######################## NEEDS INVESTIGATION ###########################
......
......@@ -368,6 +368,7 @@ def Execute(arch, mode, args, options, suites, workspace):
"system": utils.GuessOS(),
"isolates": options.isolates,
"deopt_fuzzer": True,
"no_i18n": False,
}
all_tests = []
num_tests = 0
......
......@@ -317,6 +317,7 @@ def Execute(arch, mode, args, options, suites, workspace):
"system": utils.GuessOS(),
"isolates": options.isolates,
"deopt_fuzzer": False,
"no_i18n": options.no_i18n,
}
all_tests = []
num_tests = 0
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment