Reviewers: Benedikt Meurer, jarin, Michael Starzinger,

Message:
Committed patchset #1 (id:1) manually as 23679 (tree was closed).

Description:
Skip test on windows debug.

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

Committed: https://code.google.com/p/v8/source/detail?r=23679

Please review this at https://codereview.chromium.org/540823004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M test/mjsunit/mjsunit.status


Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index c4f7924f23e9e4c2a4bd92617343ba11f57dbc2d..6842bba171a72568cd5fcc918819a43e56c24ee7 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -510,8 +510,8 @@
 }],
##############################################################################
 ['system == windows', {
-  # Slow with turbo fan.
-  'big-object-literal': [PASS, SLOW],
+  # TODO(mstarzinger): Too slow with turbo fan.
+  'big-object-literal': [PASS, ['mode == debug', SKIP]],

   # BUG(v8:3435)
   'debug-script-breakpoints': [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