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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2653603002: MIPS[64]: Prevent multiple instances of tests that require a lot of memory (Closed)
Patch Set: Run disables tests on simulator Created 3 years, 11 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 9f5d73efdf025e242e07804af410a1a587c93468..c3531843e067637a266c332801c510fd1cc5a3f0 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -406,6 +406,17 @@
}], # 'arch == arm or arch == android_arm'
##############################################################################
+['(arch == mipsel or arch == mips or arch == mips64el or arch == mips64) and simulator_run != True', {
+ # These tests fail occasionally on the buildbots because they consume
+ # a large amount of memory if executed in parallel. Therefore we
+ # run only a single instance of these tests
+ 'regress/regress-crbug-514081': [PASS, NO_VARIANTS],
+ 'regress/regress-599717': [PASS, NO_VARIANTS],
+ 'regress/regress-599414-array-concat-fast-path': [PASS, NO_VARIANTS],
+ 'array-functions-prototype-misc': [PASS, NO_VARIANTS],
+}], # 'arch == mipsel or arch == mips or arch == mips64el or arch == mips64'
+
+##############################################################################
['arch == mipsel or arch == mips', {
# Slow tests which times out in debug mode.
« 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