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

Unified Diff: test/cctest/cctest.status

Issue 698513003: Skip tests for mips. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index b61be30c79c67ae06e616628d74f8556d85158f6..0b769951e875ffce37267f5ff40680f7ea8b0d39 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -299,6 +299,16 @@
}], # 'arch == mipsel or arch == mips'
##############################################################################
Michael Achenbach 2014/10/31 13:35:10 I hope that a separate section for mips only will
+['arch == mips', {
+ # Too slow with TF.
+ 'test-api/ExternalArrays': [PASS, NO_VARIANTS],
+
+ # TODO(mips-team): Currently fails on mips board.
+ 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP],
+ 'test-parsing/TooManyArguments': [SKIP],
+}], # 'arch == mips'
+
+##############################################################################
['arch == mips64el', {
# BUG(2657): Test sometimes times out on MIPS simulator.
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698