Revision: 25186
Author:   [email protected]
Date:     Thu Nov  6 11:52:45 2014 UTC
Log:      Skip json2 on 64 bits debug.

BUG=3681
LOG=n
[email protected]

Review URL: https://codereview.chromium.org/701353003
https://code.google.com/p/v8/source/detail?r=25186

Modified:
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Nov 6 10:24:13 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Nov 6 11:52:45 2014 UTC
@@ -74,13 +74,16 @@

   # Some tests are just too slow to run for now.
   'bit-not': [PASS, NO_VARIANTS],
-  'json2': [PASS, NO_VARIANTS],
   'packed-elements': [PASS, NO_VARIANTS],
   'unbox-double-arrays': [PASS, NO_VARIANTS],
   'whitespaces': [PASS, NO_VARIANTS],
   'compiler/osr-assert': [PASS, NO_VARIANTS],
   'regress/regress-2185-2': [PASS, NO_VARIANTS],

+  # BUG(3681). Skipping in 64 bits debug is part of the bug report.
+  # Running no variants was the default.
+ 'json2': [PASS, NO_VARIANTS, ['mode == debug and (arch == x64 or arch == arm64 or arch == android_arm64 or arch == mips64el)', SKIP]],
+
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does
   # not work, but we expect it to not crash.
   'debug-step-turbofan': [PASS, FAIL],

--
--
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/d/optout.

Reply via email to