Reviewers: Benedikt Meurer, Igor Sheludko,

Message:
Committed patchset #1 (id:1) manually as 25152 (presubmit successful).

Description:
Skip box2d for gc stress.

[email protected], [email protected]

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

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

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

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


Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 723f0e8c8de4e89e16f3dda89ea292cd30c9609b..d4bca37d6d2603ec758243d2f4c405d3aa265b29 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -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