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

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

Issue 2733383002: Disable interactive_ui_tests on Win 10 x64 bot again. (Closed)
Patch Set: Created 3 years, 9 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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 { 759 {
760 "swarming": { 760 "swarming": {
761 "can_use_on_swarming_builders": true 761 "can_use_on_swarming_builders": true
762 }, 762 },
763 "test": "installer_util_unittests" 763 "test": "installer_util_unittests"
764 }, 764 },
765 { 765 {
766 "swarming": { 766 "swarming": {
767 "can_use_on_swarming_builders": true 767 "can_use_on_swarming_builders": true
768 }, 768 },
769 "test": "interactive_ui_tests"
770 },
771 {
772 "args": [
773 "--enable-browser-side-navigation"
774 ],
775 "name": "browser_side_navigation_interactive_ui_tests",
776 "swarming": {
777 "can_use_on_swarming_builders": true
778 },
779 "test": "interactive_ui_tests"
780 },
781 {
782 "swarming": {
783 "can_use_on_swarming_builders": true
784 },
785 "test": "ipc_tests" 769 "test": "ipc_tests"
786 }, 770 },
787 { 771 {
788 "swarming": { 772 "swarming": {
789 "can_use_on_swarming_builders": true 773 "can_use_on_swarming_builders": true
790 }, 774 },
791 "test": "jingle_unittests" 775 "test": "jingle_unittests"
792 }, 776 },
793 { 777 {
794 "swarming": { 778 "swarming": {
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 "additional_compile_targets": [ 1887 "additional_compile_targets": [
1904 "chrome_official_builder" 1888 "chrome_official_builder"
1905 ] 1889 ]
1906 }, 1890 },
1907 "Win8 GYP (dbg)": { 1891 "Win8 GYP (dbg)": {
1908 "additional_compile_targets": [ 1892 "additional_compile_targets": [
1909 "all" 1893 "all"
1910 ] 1894 ]
1911 } 1895 }
1912 } 1896 }
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