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

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

Issue 2849673002: Add blink unit tests to the linux/mac/windows builders. (Closed)
Patch Set: Created 3 years, 7 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 | « testing/buildbot/chromium.mac.json ('k') | 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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 "test": "base_unittests" 1061 "test": "base_unittests"
1062 }, 1062 },
1063 { 1063 {
1064 "swarming": { 1064 "swarming": {
1065 "can_use_on_swarming_builders": true 1065 "can_use_on_swarming_builders": true
1066 }, 1066 },
1067 "test": "battor_agent_unittests" 1067 "test": "battor_agent_unittests"
1068 }, 1068 },
1069 { 1069 {
1070 "swarming": { 1070 "swarming": {
1071 "can_use_on_swarming_builders": true
1072 },
1073 "test": "blink_heap_unittests"
1074 },
1075 {
1076 "swarming": {
1077 "can_use_on_swarming_builders": true
1078 },
1079 "test": "blink_platform_unittests"
1080 },
1081 {
1082 "swarming": {
1071 "can_use_on_swarming_builders": true, 1083 "can_use_on_swarming_builders": true,
1072 "shards": 10 1084 "shards": 10
1073 }, 1085 },
1074 "test": "browser_tests" 1086 "test": "browser_tests"
1075 }, 1087 },
1076 { 1088 {
1077 "swarming": { 1089 "swarming": {
1078 "can_use_on_swarming_builders": true 1090 "can_use_on_swarming_builders": true
1079 }, 1091 },
1080 "test": "cacheinvalidation_unittests" 1092 "test": "cacheinvalidation_unittests"
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 { 1479 {
1468 "swarming": { 1480 "swarming": {
1469 "can_use_on_swarming_builders": true 1481 "can_use_on_swarming_builders": true
1470 }, 1482 },
1471 "test": "views_unittests" 1483 "test": "views_unittests"
1472 }, 1484 },
1473 { 1485 {
1474 "swarming": { 1486 "swarming": {
1475 "can_use_on_swarming_builders": true 1487 "can_use_on_swarming_builders": true
1476 }, 1488 },
1489 "test": "webkit_unit_tests"
1490 },
1491 {
1492 "swarming": {
1493 "can_use_on_swarming_builders": true
1494 },
1477 "test": "wm_unittests" 1495 "test": "wm_unittests"
1496 },
1497 {
1498 "swarming": {
1499 "can_use_on_swarming_builders": true
1500 },
1501 "test": "wtf_unittests"
1478 } 1502 }
1479 ], 1503 ],
1480 "isolated_scripts": [ 1504 "isolated_scripts": [
1481 { 1505 {
1482 "isolate_name": "content_shell_crash_test", 1506 "isolate_name": "content_shell_crash_test",
1483 "name": "content_shell_crash_test", 1507 "name": "content_shell_crash_test",
1484 "swarming": { 1508 "swarming": {
1485 "can_use_on_swarming_builders": true 1509 "can_use_on_swarming_builders": true
1486 } 1510 }
1487 }, 1511 },
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 "additional_compile_targets": [ 1942 "additional_compile_targets": [
1919 "chrome_official_builder" 1943 "chrome_official_builder"
1920 ] 1944 ]
1921 }, 1945 },
1922 "Win8 GYP (dbg)": { 1946 "Win8 GYP (dbg)": {
1923 "additional_compile_targets": [ 1947 "additional_compile_targets": [
1924 "all" 1948 "all"
1925 ] 1949 ]
1926 } 1950 }
1927 } 1951 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698