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
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
# 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 ###########################
"system": utils.GuessOS(),
"isolates": options.isolates,
"deopt_fuzzer": True,
+ "no_i18n": False,
}
all_tests = []
num_tests = 0
"system": utils.GuessOS(),
"isolates": options.isolates,
"deopt_fuzzer": False,
+ "no_i18n": options.no_i18n,
}
all_tests = []
num_tests = 0
# 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