Chromium Code Reviews

Unified Diff: test/mjsunit/mjsunit.status

Issue 2653603002: MIPS[64]: Prevent multiple instances of tests that require a lot of memory (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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..a442f9641801d230d56bec5caa32d97c614496e9 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', {
+ # 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'
Michael Achenbach 2017/01/24 14:01:19 Is this also happening on mipsel in the simulator?
+
+##############################################################################
['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