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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2295843004: Convert Site Isolation Win bot back to --site-per-process. (Closed)
Patch Set: Rebase 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 | « no previous file | 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 10826 matching lines...) Expand 10 before | Expand all | Expand 10 after
10837 "--site-per-process" 10837 "--site-per-process"
10838 ], 10838 ],
10839 "test": "unit_tests" 10839 "test": "unit_tests"
10840 } 10840 }
10841 ] 10841 ]
10842 }, 10842 },
10843 "Site Isolation Win": { 10843 "Site Isolation Win": {
10844 "gtest_tests": [ 10844 "gtest_tests": [
10845 { 10845 {
10846 "args": [ 10846 "args": [
10847 "--isolate-extensions" 10847 "--site-per-process"
10848 ], 10848 ],
10849 "test": "app_shell_unittests" 10849 "test": "app_shell_unittests"
10850 }, 10850 },
10851 { 10851 {
10852 "args": [ 10852 "args": [
10853 "--isolate-extensions", 10853 "--site-per-process",
10854 "--test-launcher-filter-file=src/testing/buildbot/filters/isolate-exte nsions.browser_tests.filter" 10854 "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-pro cess.browser_tests.filter"
10855 ], 10855 ],
10856 "test": "browser_tests" 10856 "test": "browser_tests"
10857 }, 10857 },
10858 { 10858 {
10859 "args": [ 10859 "args": [
10860 "--isolate-extensions" 10860 "--site-per-process"
10861 ], 10861 ],
10862 "test": "components_browsertests" 10862 "test": "components_browsertests"
10863 }, 10863 },
10864 { 10864 {
10865 "args": [ 10865 "args": [
10866 "--isolate-extensions" 10866 "--site-per-process"
10867 ], 10867 ],
10868 "test": "components_unittests" 10868 "test": "components_unittests"
10869 }, 10869 },
10870 { 10870 {
10871 "args": [ 10871 "args": [
10872 "--isolate-sites-for-testing=*.is", 10872 "--site-per-process",
10873 "--test-launcher-filter-file=src/testing/buildbot/filters/isolate-exte nsions.content_browsertests.filter" 10873 "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-pro cess.content_browsertests.filter"
10874 ], 10874 ],
10875 "test": "content_browsertests" 10875 "test": "content_browsertests"
10876 }, 10876 },
10877 { 10877 {
10878 "args": [ 10878 "args": [
10879 "--isolate-sites-for-testing=*.is" 10879 "--site-per-process"
10880 ], 10880 ],
10881 "test": "content_unittests" 10881 "test": "content_unittests"
10882 }, 10882 },
10883 { 10883 {
10884 "args": [ 10884 "args": [
10885 "--isolate-sites-for-testing=chrome-extension://*" 10885 "--site-per-process"
10886 ], 10886 ],
10887 "test": "extensions_browsertests" 10887 "test": "extensions_browsertests"
10888 }, 10888 },
10889 { 10889 {
10890 "args": [ 10890 "args": [
10891 "--isolate-sites-for-testing=chrome-extension://*" 10891 "--site-per-process"
10892 ], 10892 ],
10893 "test": "extensions_unittests" 10893 "test": "extensions_unittests"
10894 }, 10894 },
10895 { 10895 {
10896 "args": [ 10896 "args": [
10897 "--isolate-extensions" 10897 "--site-per-process"
10898 ], 10898 ],
10899 "test": "installer_util_unittests" 10899 "test": "installer_util_unittests"
10900 }, 10900 },
10901 { 10901 {
10902 "args": [ 10902 "args": [
10903 "--isolate-extensions" 10903 "--site-per-process"
10904 ], 10904 ],
10905 "test": "interactive_ui_tests" 10905 "test": "interactive_ui_tests"
10906 }, 10906 },
10907 { 10907 {
10908 "args": [ 10908 "args": [
10909 "--isolate-extensions" 10909 "--site-per-process"
10910 ], 10910 ],
10911 "test": "nacl_loader_unittests" 10911 "test": "nacl_loader_unittests"
10912 }, 10912 },
10913 { 10913 {
10914 "args": [ 10914 "args": [
10915 "--isolate-extensions" 10915 "--site-per-process"
10916 ], 10916 ],
10917 "test": "sync_integration_tests" 10917 "test": "sync_integration_tests"
10918 }, 10918 },
10919 { 10919 {
10920 "args": [ 10920 "args": [
10921 "--isolate-extensions" 10921 "--site-per-process"
10922 ], 10922 ],
10923 "test": "unit_tests" 10923 "test": "unit_tests"
10924 } 10924 }
10925 ] 10925 ]
10926 }, 10926 },
10927 "UBSanVptr Linux": { 10927 "UBSanVptr Linux": {
10928 "gtest_tests": [ 10928 "gtest_tests": [
10929 { 10929 {
10930 "swarming": { 10930 "swarming": {
10931 "can_use_on_swarming_builders": true 10931 "can_use_on_swarming_builders": true
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
11485 }, 11485 },
11486 { 11486 {
11487 "swarming": { 11487 "swarming": {
11488 "can_use_on_swarming_builders": true 11488 "can_use_on_swarming_builders": true
11489 }, 11489 },
11490 "test": "views_unittests" 11490 "test": "views_unittests"
11491 } 11491 }
11492 ] 11492 ]
11493 } 11493 }
11494 } 11494 }
OLDNEW
« 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