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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2100543002: Run layout tests on Site Isolation Win FYI bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix the flag (--isolate-extensions -> --isolate-sites-for-testing) Created 4 years, 6 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 | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 99696d82ee0042fe7d8ce3675c183e682e764c00..8caa993decf1f374b4ab236c706e8b3f7420fae3 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -552,6 +552,14 @@ SPEC = {
'content_unittests',
'content_browsertests',
],
+ 'tests': [
+ steps.BlinkTest(extra_args=[
+ '--additional-driver-flag',
+ '--isolate-sites-for-testing=*.is',
+ '--additional-expectations',
+ 'src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensions',
+ ]),
+ ],
'test_generators': [
steps.generate_gtest,
steps.generate_script,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698