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

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

Issue 2287743002: Revert of 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, 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 | 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"
10951 ], 10950 ],
10952 "test": "interactive_ui_tests" 10951 "test": "interactive_ui_tests"
10953 }, 10952 },
10954 { 10953 {
10955 "args": [ 10954 "args": [
10956 "--isolate-extensions" 10955 "--isolate-extensions"
10957 ], 10956 ],
10958 "test": "nacl_loader_unittests" 10957 "test": "nacl_loader_unittests"
10959 }, 10958 },
10960 { 10959 {
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
11538 }, 11537 },
11539 { 11538 {
11540 "swarming": { 11539 "swarming": {
11541 "can_use_on_swarming_builders": true 11540 "can_use_on_swarming_builders": true
11542 }, 11541 },
11543 "test": "views_unittests" 11542 "test": "views_unittests"
11544 } 11543 }
11545 ] 11544 ]
11546 } 11545 }
11547 } 11546 }
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