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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1385443002: [Swarming] Presort tests - slowest first. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: meh Created 5 years, 3 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 | « test/cctest/cctest.status ('k') | test/simdjs/simdjs.status » ('j') | 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 f549718628360ac558c94d676a794611baf388ad..2706cb4e0189419516ee2fc96b9816e3ef640f5d 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -197,7 +197,7 @@
# Skip long running tests that time out in debug mode.
'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
'migrations': [SKIP],
- 'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]],
+ 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]],
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be
@@ -251,6 +251,17 @@
# BUG(chromium:508074). Remove this once the issue is fixed.
'harmony/arrow-rest-params': [PASS, NO_VARIANTS],
'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]],
+
+ # Slow tests.
+ 'copy-on-write-assert': [PASS, SLOW],
+ 'debug-scopes': [PASS, SLOW],
+ 'es7/object-observe': [PASS, ['mode == debug', SLOW]],
+ 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
+ 'readonly': [PASS, SLOW],
+ 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
+ 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
+ 'strong/implicit-conversions': [PASS, SLOW],
+ 'strong/load-element-mutate-backing-store': [PASS, SLOW],
}], # ALWAYS
['novfp3 == True', {
@@ -321,6 +332,12 @@
# BUG(v8:4381)
'for-in-opt': [PASS, FAIL],
+
+ # Slow tests.
+ 'array-constructor': [PASS, SLOW],
+ 'json': [PASS, SLOW],
+ 'regress/regress-446389': [PASS, SLOW],
+ 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW],
}], # 'gc_stress == True'
##############################################################################
« no previous file with comments | « test/cctest/cctest.status ('k') | test/simdjs/simdjs.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698