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

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

Issue 1466423005: Add browser_tests, content_browsertests and extensions_browsertests to WebKit Linux Oilpan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "test": "blink_heap_unittests" 833 "test": "blink_heap_unittests"
834 }, 834 },
835 { 835 {
836 "swarming": { 836 "swarming": {
837 "can_use_on_swarming_builders": true 837 "can_use_on_swarming_builders": true
838 }, 838 },
839 "test": "blink_platform_unittests" 839 "test": "blink_platform_unittests"
840 }, 840 },
841 { 841 {
842 "swarming": { 842 "swarming": {
843 "can_use_on_swarming_builders": true,
844 "shards": 20
845 },
846 "test": "browser_tests"
847 },
848 {
849 "swarming": {
850 "can_use_on_swarming_builders": true
851 },
852 "test": "content_browsertests"
853 },
854 {
855 "swarming": {
856 "can_use_on_swarming_builders": true
857 },
858 "test": "extensions_browsertests"
859 },
860 {
861 "swarming": {
843 "can_use_on_swarming_builders": true 862 "can_use_on_swarming_builders": true
844 }, 863 },
845 "test": "webkit_unit_tests" 864 "test": "webkit_unit_tests"
846 }, 865 },
847 { 866 {
848 "swarming": { 867 "swarming": {
849 "can_use_on_swarming_builders": true 868 "can_use_on_swarming_builders": true
850 }, 869 },
851 "test": "wtf_unittests" 870 "test": "wtf_unittests"
852 } 871 }
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 "name": "webkit_lint", 1615 "name": "webkit_lint",
1597 "script": "webkit_lint.py" 1616 "script": "webkit_lint.py"
1598 }, 1617 },
1599 { 1618 {
1600 "name": "webkit_python_tests", 1619 "name": "webkit_python_tests",
1601 "script": "webkit_python_tests.py" 1620 "script": "webkit_python_tests.py"
1602 } 1621 }
1603 ] 1622 ]
1604 } 1623 }
1605 } 1624 }
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