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

Unified Diff: projects.py

Issue 139473003: Add 'blink_heap_unittests' as a test step to run in the Blink CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/commit-queue.git@master
Patch Set: Created 6 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: projects.py
diff --git a/projects.py b/projects.py
index 471402e9cffd196636902573d2374d2d43d46a5e..d304dadcf846d2c42763abf2f43987ef08b55eae 100644
--- a/projects.py
+++ b/projects.py
@@ -184,6 +184,7 @@ def _gen_blink(user, root_dir, rietveld_obj, no_try):
steps=prereq_tests)]
if not no_try:
blink_tests = [
+ 'blink_heap_unittests',
'blink_platform_unittests',
'webkit_lint',
'webkit_python_tests',
« 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