Revision: 16867
Author:   [email protected]
Date:     Fri Sep 20 13:13:57 2013 UTC
Log:      Skip tests failing on the no-i18n bot

[email protected], [email protected], [email protected]

Review URL: https://codereview.chromium.org/23708055
http://code.google.com/p/v8/source/detail?r=16867

Modified:
 /branches/bleeding_edge/test/intl/intl.status
 /branches/bleeding_edge/test/test262/test262.status
 /branches/bleeding_edge/tools/run-deopt-fuzzer.py
 /branches/bleeding_edge/tools/run-tests.py
 /branches/bleeding_edge/tools/testrunner/local/statusfile.py

=======================================
--- /branches/bleeding_edge/test/intl/intl.status Thu Sep 19 13:01:34 2013 UTC +++ /branches/bleeding_edge/test/intl/intl.status Fri Sep 20 13:13:57 2013 UTC
@@ -36,4 +36,4 @@
 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
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Fri Sep 20 09:26:25 2013 UTC +++ /branches/bleeding_edge/test/test262/test262.status Fri Sep 20 13:13:57 2013 UTC
@@ -36,8 +36,7 @@
 # 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 ###########################

=======================================
--- /branches/bleeding_edge/tools/run-deopt-fuzzer.py Fri Sep 20 09:26:25 2013 UTC +++ /branches/bleeding_edge/tools/run-deopt-fuzzer.py Fri Sep 20 13:13:57 2013 UTC
@@ -368,6 +368,7 @@
     "system": utils.GuessOS(),
     "isolates": options.isolates,
     "deopt_fuzzer": True,
+    "no_i18n": False,
   }
   all_tests = []
   num_tests = 0
=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Fri Sep 20 09:26:25 2013 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Fri Sep 20 13:13:57 2013 UTC
@@ -317,6 +317,7 @@
     "system": utils.GuessOS(),
     "isolates": options.isolates,
     "deopt_fuzzer": False,
+    "no_i18n": options.no_i18n,
   }
   all_tests = []
   num_tests = 0
=======================================
--- /branches/bleeding_edge/tools/testrunner/local/statusfile.py Tue Aug 6 14:39:39 2013 UTC +++ /branches/bleeding_edge/tools/testrunner/local/statusfile.py Fri Sep 20 13:13:57 2013 UTC
@@ -60,7 +60,7 @@
 # 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


--
--
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