Reviewers: ulan,

Description:
[a64]: Disable failing sparse-array-reverse on a64 debug builds.

BUG=v8:3158
LOG=N

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

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

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


Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 934e196dabd29d62501df429a95601d41b69a9b5..780a314c6a1b8c2c2b1fe96c54b8aa53de6d8d12 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -187,6 +187,9 @@
'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
   # BUG(v8:3157): Fails on gc stress bots.
   'sparse-array-reverse': [PASS, ['gc_stress == True', FAIL]],
+
+  # BUG(v8:3158): Fails on no_snap debug bots.
+  'sparse-array-reverse': [PASS, ['mode == debug', FAIL]],
 }],  # 'arch == a64'

 ['arch == a64 and mode == debug and simulator_run == 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/groups/opt_out.

Reply via email to