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

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

Issue 1916053005: chromium_trybot: add components/test_runner and content/shell/renderer/layout_test to CHROMIUM_BLIN… (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
« 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: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index efc0831e0a19748c40018bd4f7b693f0d164c8c7..93e5592a941109d1922e3d61218ed0f5744fed0e 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -39,7 +39,7 @@ CHROMIUM_BLINK_TESTS_BUILDERS = freeze([
CHROMIUM_BLINK_TESTS_PATHS = freeze([
- # Service worker code is primarily tested in Blink layout tests.
+ 'components/test_runner',
'content/browser/bluetooth',
'content/browser/service_worker',
'content/child/service_worker',
@@ -47,6 +47,7 @@ CHROMIUM_BLINK_TESTS_PATHS = freeze([
'content/renderer/bluetooth',
'content/renderer/service_worker',
'content/shell/browser/layout_test',
+ 'content/shell/renderer/layout_test',
'device/bluetooth',
'device/usb/public/interfaces',
'media',
« 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