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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json

Issue 2300853003: Convert Site Isolation Win layout tests to run with --site-per-process. (Closed)
Patch Set: Fix expectations Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "/path/to/tmp/json", 337 "/path/to/tmp/json",
338 "--test-results-server", 338 "--test-results-server",
339 "test-results.appspot.com", 339 "test-results.appspot.com",
340 "--build-number", 340 "--build-number",
341 "571", 341 "571",
342 "--builder-name", 342 "--builder-name",
343 "Site Isolation Win", 343 "Site Isolation Win",
344 "--step-name", 344 "--step-name",
345 "webkit_tests", 345 "webkit_tests",
346 "--additional-driver-flag", 346 "--additional-driver-flag",
347 "--isolate-sites-for-testing=*.is", 347 "--site-per-process",
348 "--additional-expectations", 348 "--additional-expectations",
349 "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensio ns", 349 "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\site-per-process ",
350 "--master-name", 350 "--master-name",
351 "chromium.fyi", 351 "chromium.fyi",
352 "--debug-rwt-logging" 352 "--debug-rwt-logging"
353 ], 353 ],
354 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win", 354 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win",
355 "env": { 355 "env": {
356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
357 }, 357 },
358 "name": "webkit_tests", 358 "name": "webkit_tests",
359 "~followup_annotations": [ 359 "~followup_annotations": [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
402 }, 402 },
403 "name": "process_dumps" 403 "name": "process_dumps"
404 }, 404 },
405 { 405 {
406 "name": "$result", 406 "name": "$result",
407 "recipe_result": null, 407 "recipe_result": null,
408 "status_code": 0 408 "status_code": 0
409 } 409 }
410 ] 410 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698