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

Unified Diff: test/benchmarks/benchmarks.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 | « no previous file | test/cctest/cctest.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/benchmarks/benchmarks.status
diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status
index a08fa41c1546ccf3f5030bb9c5c08b0af153226a..9bb56be9e0241ee3371b0b7f21d15bc69836d428 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -28,8 +28,13 @@
[
[ALWAYS, {
# Too slow in Debug mode.
- 'octane/mandreel': [PASS, ['mode == debug', SKIP]],
+ 'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]],
# TODO(turbofan): Too slow in debug mode for now.
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
+
+ # Slow tests.
+ 'kraken/imaging-gaussian-blur': [PASS, SLOW],
+ 'octane/mandreel': [PASS, SLOW],
+ 'octane/typescript': [PASS, SLOW],
}], # ALWAYS
]
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698