Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1209253005: MIPS: skip embenchen/zlib test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698