Revision: 25152
Author:   [email protected]
Date:     Wed Nov  5 13:12:30 2014 UTC
Log:      Skip box2d for gc stress.

[email protected], [email protected]

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

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

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed Nov 5 10:38:40 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed Nov 5 13:12:30 2014 UTC
@@ -202,7 +202,7 @@
'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]],

   # Too slow for slow variants.
-  'asm/embenchen/*': [PASS, FAST_VARIANTS]
+  'asm/embenchen/*': [PASS, FAST_VARIANTS],
 }],  # ALWAYS

##############################################################################
@@ -245,6 +245,9 @@
   'math-floor-of-div': [PASS, NO_VARIANTS],
   'unicodelctest': [PASS, NO_VARIANTS],
   'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
+
+  # Too slow for gc stress.
+  'asm/embenchen/box2d': [SKIP],
 }],  # 'gc_stress == True'

##############################################################################

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