Reviewers: Benedikt Meurer, Igor Sheludko, jarin,

Message:
PTAL. box2d crashes in debug no arm64.

Description:
Skip test in release mode for arm64

[email protected], [email protected]

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

Base URL: 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 b17e2deb88c85c4ee7731848f5fa8371cddba62e..547f2c07038a1f8eed68276925708d3c0e5e3c87 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -299,8 +299,8 @@
   'array-reduce': [PASS, SLOW],
   'array-sort': [PASS, SLOW],
   'array-splice': [PASS, SLOW],
-  'asm/embenchen/box2d': [PASS, SLOW],
-  'asm/embenchen/lua_binarytrees': [PASS, SLOW],
+  'asm/embenchen/box2d': [PASS, ['mode == release', SLOW]],
+  'asm/embenchen/lua_binarytrees': [PASS, ['mode == release', SLOW]],
   'bit-not': [PASS, SLOW],
   'compiler/alloc-number': [PASS, SLOW],
   'compiler/osr-assert': [PASS, SLOW],


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