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

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

Issue 2269523003: Adding Site Isolation Win bot filtering for WindowOpenPanelTest.WindowOpenFocus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | testing/buildbot/filters/isolate-extensions.interactive_ui_tests.filter » ('j') | 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 10928 matching lines...) Expand 10 before | Expand all | Expand 10 after
10939 "test": "extensions_unittests" 10939 "test": "extensions_unittests"
10940 }, 10940 },
10941 { 10941 {
10942 "args": [ 10942 "args": [
10943 "--isolate-extensions" 10943 "--isolate-extensions"
10944 ], 10944 ],
10945 "test": "installer_util_unittests" 10945 "test": "installer_util_unittests"
10946 }, 10946 },
10947 { 10947 {
10948 "args": [ 10948 "args": [
10949 "--isolate-extensions" 10949 "--isolate-extensions",
10950 "--test-launcher-filter-file=src/testing/buildbot/filters/isolate-exte nsions.interactive_ui_tests.filter"
10950 ], 10951 ],
10951 "test": "interactive_ui_tests" 10952 "test": "interactive_ui_tests"
10952 }, 10953 },
10953 { 10954 {
10954 "args": [ 10955 "args": [
10955 "--isolate-extensions" 10956 "--isolate-extensions"
10956 ], 10957 ],
10957 "test": "nacl_loader_unittests" 10958 "test": "nacl_loader_unittests"
10958 }, 10959 },
10959 { 10960 {
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
11537 }, 11538 },
11538 { 11539 {
11539 "swarming": { 11540 "swarming": {
11540 "can_use_on_swarming_builders": true 11541 "can_use_on_swarming_builders": true
11541 }, 11542 },
11542 "test": "views_unittests" 11543 "test": "views_unittests"
11543 } 11544 }
11544 ] 11545 ]
11545 } 11546 }
11546 } 11547 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/filters/isolate-extensions.interactive_ui_tests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698