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

Unified Diff: scripts/slave/recipes/v8.py

Issue 1885273003: V8: Highligh slow tests not marked as slow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
Index: scripts/slave/recipes/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index 3dc34fff9caa25d43010595c607c18462cabb1a2..aa44b10146ff1da99d2825e56c35a64ae4a64b32 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -369,3 +369,16 @@ def GenTests(api):
api.time.step(120)
)
+
+ # Explicitly highlight slow tests not marked as slow.
+ yield (
+ api.v8.test(
+ 'tryserver.v8',
+ 'v8_linux_rel_ng_triggered',
+ 'slow_tests',
+ requester='commit-bot@chromium.org',
+ patch_project='v8',
+ blamelist=['dude@chromium.org'],
+ ) + api.override_step_data(
+ 'Check', api.v8.output_json(unmarked_slow_test=True))
+ )

Powered by Google App Engine
This is Rietveld 408576698