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

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

Issue 1823583003: Revert of Add interactive_ui_tests to Win8 Aura config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 }, 1685 },
1686 "test": "content_browsertests" 1686 "test": "content_browsertests"
1687 }, 1687 },
1688 { 1688 {
1689 "swarming": { 1689 "swarming": {
1690 "can_use_on_swarming_builders": true 1690 "can_use_on_swarming_builders": true
1691 }, 1691 },
1692 "test": "events_unittests" 1692 "test": "events_unittests"
1693 }, 1693 },
1694 { 1694 {
1695 "test": "interactive_ui_tests"
1696 },
1697 {
1698 "test": "ipc_mojo_unittests" 1695 "test": "ipc_mojo_unittests"
1699 }, 1696 },
1700 { 1697 {
1701 "test": "mojo_common_unittests" 1698 "test": "mojo_common_unittests"
1702 }, 1699 },
1703 { 1700 {
1704 "test": "mojo_public_application_unittests" 1701 "test": "mojo_public_application_unittests"
1705 }, 1702 },
1706 { 1703 {
1707 "test": "mojo_public_bindings_unittests" 1704 "test": "mojo_public_bindings_unittests"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 }, 1748 },
1752 { 1749 {
1753 "swarming": { 1750 "swarming": {
1754 "can_use_on_swarming_builders": true 1751 "can_use_on_swarming_builders": true
1755 }, 1752 },
1756 "test": "events_unittests" 1753 "test": "events_unittests"
1757 } 1754 }
1758 ] 1755 ]
1759 } 1756 }
1760 } 1757 }
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