Reviewers: Michael Achenbach, Jakob, kilvadyb, dusmil.imgtec,

Message:
PTAL. Should get our bots green, and unblock the rolls.


Description:
MIPS: skip embenchen/zlib test.

zlib is broken for mips after 35eb3a0260d349cb4201fed66ff62a438962bd47.

We're still working on a fix. Skip test for now, so the bots cycle green.

BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+6, -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 ba00e9a17f4e29a439b6ffe84131e37f4059b414..d0bb753b729af4fe64f6f0f4f1a1ebbfa70abd30 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -488,6 +488,9 @@
##############################################################################
 ['arch == mipsel or arch == mips', {

+  # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
+  'asm/embenchen/zlib': [SKIP],
+
   # Slow tests which times out in debug mode.
   'try': [PASS, ['mode == debug', SKIP]],
   'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
@@ -527,6 +530,9 @@
##############################################################################
 ['arch == mips64el', {

+  # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
+  'asm/embenchen/zlib': [SKIP],
+
   # Slow tests which times out in debug mode.
   'try': [PASS, ['mode == debug', SKIP]],
   'debug-scripts-request': [PASS, ['mode == debug', SKIP]],


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