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

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

Issue 1934533002: Enable Skia patches to also run layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Intial upload 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/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index e933ddbb6c492b060e9f4a20b6cad1848fb9a11a..071cd5e0cdef0c3f460890f334b3cb34fef06644 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -59,6 +59,7 @@ CHROMIUM_BLINK_TESTS_PATHS = freeze([
'third_party/libpng',
'third_party/libwebp',
'third_party/qcms',
+ 'third_party/skia',
'third_party/yasm',
'third_party/zlib',
'v8',
@@ -885,6 +886,14 @@ def GenTests(api):
)
yield (
+ api.test('use_skia_patch_on_blink_trybot') +
+ props(mastername='tryserver.blink',
+ buildername='mac_blink_rel',
+ patch_project='skia') +
+ api.platform.name('mac')
+ )
+
+ yield (
api.test('use_v8_patch_on_blink_trybot') +
props(mastername='tryserver.blink',
buildername='mac_blink_rel',

Powered by Google App Engine
This is Rietveld 408576698