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

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

Issue 2455463002: Remove references to DrMemory from chromium repo. (Closed)
Patch Set: Buildbot Created 4 years, 1 month 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 | « PRESUBMIT_test.py ('k') | testing/buildbot/chromium.memory.full.json » ('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 "Chromium Windows Builder (DrMemory x64)": {
3 "additional_compile_targets": [
4 "accessibility_unittests",
5 "angle_unittests",
6 "aura_unittests",
7 "base_unittests",
8 "blink_heap_unittests",
9 "blink_platform_unittests",
10 "cacheinvalidation_unittests",
11 "capture_unittests",
12 "cast_unittests",
13 "cc_unittests",
14 "chrome_app_unittests",
15 "chrome_elf_unittests",
16 "chromedriver_unittests",
17 "components_unittests",
18 "compositor_unittests",
19 "content_unittests",
20 "courgette_unittests",
21 "crypto_unittests",
22 "device_unittests",
23 "display_unittests",
24 "extensions_unittests",
25 "events_unittests",
26 "gcm_unit_tests",
27 "gfx_unittests",
28 "gin_unittests",
29 "google_apis_unittests",
30 "gpu_ipc_service_unittests",
31 "gpu_unittests",
32 "installer_util_unittests",
33 "install_static_unittests",
34 "ipc_tests",
35 "jingle_unittests",
36 "libaddressinput_unittests",
37 "libphonenumber_unittests",
38 "keyboard_unittests",
39 "media_unittests",
40 "midi_unittests",
41 "mojo_system_unittests",
42 "mojo_public_system_unittests",
43 "mojo_public_bindings_unittests",
44 "mojo_common_unittests",
45 "net_unittests",
46 "pdf_unittests",
47 "printing_unittests",
48 "remoting_unittests",
49 "sql_unittests",
50 "storage_unittests",
51 "unit_tests",
52 "url_unittests"
53 ]
54 },
55 "Chromium Windows Builder (DrMemory)": {
56 "additional_compile_targets": [
57 "accessibility_unittests",
58 "angle_unittests",
59 "aura_unittests",
60 "base_unittests",
61 "blink_heap_unittests",
62 "blink_platform_unittests",
63 "capture_unittests",
64 "url_unittests",
65 "pdf_unittests",
66 "printing_unittests",
67 "media_unittests",
68 "midi_unittests",
69 "sql_unittests",
70 "storage_unittests",
71 "crypto_unittests",
72 "remoting_unittests",
73 "ipc_tests",
74 "net_unittests",
75 "components_unittests",
76 "device_unittests",
77 "jingle_unittests",
78 "gcm_unit_tests",
79 "gpu_ipc_service_unittests",
80 "gpu_unittests",
81 "content_unittests",
82 "cacheinvalidation_unittests",
83 "mojo_system_unittests",
84 "mojo_public_system_unittests",
85 "mojo_public_bindings_unittests",
86 "mojo_common_unittests",
87 "cast_unittests",
88 "cc_unittests",
89 "chrome_elf_unittests",
90 "chromedriver_unittests",
91 "compositor_unittests",
92 "courgette_unittests",
93 "display_unittests",
94 "extensions_unittests",
95 "events_unittests",
96 "gin_unittests",
97 "google_apis_unittests",
98 "gfx_unittests",
99 "installer_util_unittests",
100 "install_static_unittests",
101 "keyboard_unittests",
102 "unit_tests",
103 "chrome_app_unittests",
104 "libaddressinput_unittests",
105 "libphonenumber_unittests",
106 "content_browsertests",
107 "browser_tests"
108 ]
109 },
110 "Linux ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
111 "gtest_tests": [ 3 "gtest_tests": [
112 { 4 {
113 "swarming": { 5 "swarming": {
114 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
115 }, 7 },
116 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
117 }, 9 },
118 { 10 {
119 "swarming": { 11 "swarming": {
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 }, 866 },
975 "test": "views_unittests" 867 "test": "views_unittests"
976 }, 868 },
977 { 869 {
978 "swarming": { 870 "swarming": {
979 "can_use_on_swarming_builders": true 871 "can_use_on_swarming_builders": true
980 }, 872 },
981 "test": "wm_unittests" 873 "test": "wm_unittests"
982 } 874 }
983 ] 875 ]
984 },
985 "Windows Browser (DrMemory full) (1)": {
986 "gtest_tests": [
987 {
988 "shard_index": 0,
989 "test": "browser_tests",
990 "total_shards": 48
991 },
992 {
993 "shard_index": 1,
994 "test": "browser_tests",
995 "total_shards": 48
996 },
997 {
998 "shard_index": 2,
999 "test": "browser_tests",
1000 "total_shards": 48
1001 },
1002 {
1003 "shard_index": 3,
1004 "test": "browser_tests",
1005 "total_shards": 48
1006 }
1007 ]
1008 },
1009 "Windows Browser (DrMemory full) (10)": {
1010 "gtest_tests": [
1011 {
1012 "shard_index": 36,
1013 "test": "browser_tests",
1014 "total_shards": 48
1015 },
1016 {
1017 "shard_index": 37,
1018 "test": "browser_tests",
1019 "total_shards": 48
1020 },
1021 {
1022 "shard_index": 38,
1023 "test": "browser_tests",
1024 "total_shards": 48
1025 },
1026 {
1027 "shard_index": 39,
1028 "test": "browser_tests",
1029 "total_shards": 48
1030 }
1031 ]
1032 },
1033 "Windows Browser (DrMemory full) (11)": {
1034 "gtest_tests": [
1035 {
1036 "shard_index": 40,
1037 "test": "browser_tests",
1038 "total_shards": 48
1039 },
1040 {
1041 "shard_index": 41,
1042 "test": "browser_tests",
1043 "total_shards": 48
1044 },
1045 {
1046 "shard_index": 42,
1047 "test": "browser_tests",
1048 "total_shards": 48
1049 },
1050 {
1051 "shard_index": 43,
1052 "test": "browser_tests",
1053 "total_shards": 48
1054 }
1055 ]
1056 },
1057 "Windows Browser (DrMemory full) (12)": {
1058 "gtest_tests": [
1059 {
1060 "shard_index": 44,
1061 "test": "browser_tests",
1062 "total_shards": 48
1063 },
1064 {
1065 "shard_index": 45,
1066 "test": "browser_tests",
1067 "total_shards": 48
1068 },
1069 {
1070 "shard_index": 46,
1071 "test": "browser_tests",
1072 "total_shards": 48
1073 },
1074 {
1075 "shard_index": 47,
1076 "test": "browser_tests",
1077 "total_shards": 48
1078 }
1079 ]
1080 },
1081 "Windows Browser (DrMemory full) (2)": {
1082 "gtest_tests": [
1083 {
1084 "shard_index": 4,
1085 "test": "browser_tests",
1086 "total_shards": 48
1087 },
1088 {
1089 "shard_index": 5,
1090 "test": "browser_tests",
1091 "total_shards": 48
1092 },
1093 {
1094 "shard_index": 6,
1095 "test": "browser_tests",
1096 "total_shards": 48
1097 },
1098 {
1099 "shard_index": 7,
1100 "test": "browser_tests",
1101 "total_shards": 48
1102 }
1103 ]
1104 },
1105 "Windows Browser (DrMemory full) (3)": {
1106 "gtest_tests": [
1107 {
1108 "shard_index": 8,
1109 "test": "browser_tests",
1110 "total_shards": 48
1111 },
1112 {
1113 "shard_index": 9,
1114 "test": "browser_tests",
1115 "total_shards": 48
1116 },
1117 {
1118 "shard_index": 10,
1119 "test": "browser_tests",
1120 "total_shards": 48
1121 },
1122 {
1123 "shard_index": 11,
1124 "test": "browser_tests",
1125 "total_shards": 48
1126 }
1127 ]
1128 },
1129 "Windows Browser (DrMemory full) (4)": {
1130 "gtest_tests": [
1131 {
1132 "shard_index": 12,
1133 "test": "browser_tests",
1134 "total_shards": 48
1135 },
1136 {
1137 "shard_index": 13,
1138 "test": "browser_tests",
1139 "total_shards": 48
1140 },
1141 {
1142 "shard_index": 14,
1143 "test": "browser_tests",
1144 "total_shards": 48
1145 },
1146 {
1147 "shard_index": 15,
1148 "test": "browser_tests",
1149 "total_shards": 48
1150 }
1151 ]
1152 },
1153 "Windows Browser (DrMemory full) (5)": {
1154 "gtest_tests": [
1155 {
1156 "shard_index": 16,
1157 "test": "browser_tests",
1158 "total_shards": 48
1159 },
1160 {
1161 "shard_index": 17,
1162 "test": "browser_tests",
1163 "total_shards": 48
1164 },
1165 {
1166 "shard_index": 18,
1167 "test": "browser_tests",
1168 "total_shards": 48
1169 },
1170 {
1171 "shard_index": 19,
1172 "test": "browser_tests",
1173 "total_shards": 48
1174 }
1175 ]
1176 },
1177 "Windows Browser (DrMemory full) (6)": {
1178 "gtest_tests": [
1179 {
1180 "shard_index": 20,
1181 "test": "browser_tests",
1182 "total_shards": 48
1183 },
1184 {
1185 "shard_index": 21,
1186 "test": "browser_tests",
1187 "total_shards": 48
1188 },
1189 {
1190 "shard_index": 22,
1191 "test": "browser_tests",
1192 "total_shards": 48
1193 },
1194 {
1195 "shard_index": 23,
1196 "test": "browser_tests",
1197 "total_shards": 48
1198 }
1199 ]
1200 },
1201 "Windows Browser (DrMemory full) (7)": {
1202 "gtest_tests": [
1203 {
1204 "shard_index": 24,
1205 "test": "browser_tests",
1206 "total_shards": 48
1207 },
1208 {
1209 "shard_index": 25,
1210 "test": "browser_tests",
1211 "total_shards": 48
1212 },
1213 {
1214 "shard_index": 26,
1215 "test": "browser_tests",
1216 "total_shards": 48
1217 },
1218 {
1219 "shard_index": 27,
1220 "test": "browser_tests",
1221 "total_shards": 48
1222 }
1223 ]
1224 },
1225 "Windows Browser (DrMemory full) (8)": {
1226 "gtest_tests": [
1227 {
1228 "shard_index": 28,
1229 "test": "browser_tests",
1230 "total_shards": 48
1231 },
1232 {
1233 "shard_index": 29,
1234 "test": "browser_tests",
1235 "total_shards": 48
1236 },
1237 {
1238 "shard_index": 30,
1239 "test": "browser_tests",
1240 "total_shards": 48
1241 },
1242 {
1243 "shard_index": 31,
1244 "test": "browser_tests",
1245 "total_shards": 48
1246 }
1247 ]
1248 },
1249 "Windows Browser (DrMemory full) (9)": {
1250 "gtest_tests": [
1251 {
1252 "shard_index": 32,
1253 "test": "browser_tests",
1254 "total_shards": 48
1255 },
1256 {
1257 "shard_index": 33,
1258 "test": "browser_tests",
1259 "total_shards": 48
1260 },
1261 {
1262 "shard_index": 34,
1263 "test": "browser_tests",
1264 "total_shards": 48
1265 },
1266 {
1267 "shard_index": 35,
1268 "test": "browser_tests",
1269 "total_shards": 48
1270 }
1271 ]
1272 },
1273 "Windows Content Browser (DrMemory full) (1)": {
1274 "gtest_tests": [
1275 {
1276 "shard_index": 0,
1277 "test": "content_browsertests",
1278 "total_shards": 60
1279 },
1280 {
1281 "shard_index": 1,
1282 "test": "content_browsertests",
1283 "total_shards": 60
1284 },
1285 {
1286 "shard_index": 2,
1287 "test": "content_browsertests",
1288 "total_shards": 60
1289 },
1290 {
1291 "shard_index": 3,
1292 "test": "content_browsertests",
1293 "total_shards": 60
1294 },
1295 {
1296 "shard_index": 4,
1297 "test": "content_browsertests",
1298 "total_shards": 60
1299 },
1300 {
1301 "shard_index": 5,
1302 "test": "content_browsertests",
1303 "total_shards": 60
1304 },
1305 {
1306 "shard_index": 6,
1307 "test": "content_browsertests",
1308 "total_shards": 60
1309 },
1310 {
1311 "shard_index": 7,
1312 "test": "content_browsertests",
1313 "total_shards": 60
1314 },
1315 {
1316 "shard_index": 8,
1317 "test": "content_browsertests",
1318 "total_shards": 60
1319 },
1320 {
1321 "shard_index": 9,
1322 "test": "content_browsertests",
1323 "total_shards": 60
1324 }
1325 ]
1326 },
1327 "Windows Content Browser (DrMemory full) (2)": {
1328 "gtest_tests": [
1329 {
1330 "shard_index": 10,
1331 "test": "content_browsertests",
1332 "total_shards": 60
1333 },
1334 {
1335 "shard_index": 11,
1336 "test": "content_browsertests",
1337 "total_shards": 60
1338 },
1339 {
1340 "shard_index": 12,
1341 "test": "content_browsertests",
1342 "total_shards": 60
1343 },
1344 {
1345 "shard_index": 13,
1346 "test": "content_browsertests",
1347 "total_shards": 60
1348 },
1349 {
1350 "shard_index": 14,
1351 "test": "content_browsertests",
1352 "total_shards": 60
1353 },
1354 {
1355 "shard_index": 15,
1356 "test": "content_browsertests",
1357 "total_shards": 60
1358 },
1359 {
1360 "shard_index": 16,
1361 "test": "content_browsertests",
1362 "total_shards": 60
1363 },
1364 {
1365 "shard_index": 17,
1366 "test": "content_browsertests",
1367 "total_shards": 60
1368 },
1369 {
1370 "shard_index": 18,
1371 "test": "content_browsertests",
1372 "total_shards": 60
1373 },
1374 {
1375 "shard_index": 19,
1376 "test": "content_browsertests",
1377 "total_shards": 60
1378 }
1379 ]
1380 },
1381 "Windows Content Browser (DrMemory full) (3)": {
1382 "gtest_tests": [
1383 {
1384 "shard_index": 20,
1385 "test": "content_browsertests",
1386 "total_shards": 60
1387 },
1388 {
1389 "shard_index": 21,
1390 "test": "content_browsertests",
1391 "total_shards": 60
1392 },
1393 {
1394 "shard_index": 22,
1395 "test": "content_browsertests",
1396 "total_shards": 60
1397 },
1398 {
1399 "shard_index": 23,
1400 "test": "content_browsertests",
1401 "total_shards": 60
1402 },
1403 {
1404 "shard_index": 24,
1405 "test": "content_browsertests",
1406 "total_shards": 60
1407 },
1408 {
1409 "shard_index": 25,
1410 "test": "content_browsertests",
1411 "total_shards": 60
1412 },
1413 {
1414 "shard_index": 26,
1415 "test": "content_browsertests",
1416 "total_shards": 60
1417 },
1418 {
1419 "shard_index": 27,
1420 "test": "content_browsertests",
1421 "total_shards": 60
1422 },
1423 {
1424 "shard_index": 28,
1425 "test": "content_browsertests",
1426 "total_shards": 60
1427 },
1428 {
1429 "shard_index": 29,
1430 "test": "content_browsertests",
1431 "total_shards": 60
1432 }
1433 ]
1434 },
1435 "Windows Content Browser (DrMemory full) (4)": {
1436 "gtest_tests": [
1437 {
1438 "shard_index": 30,
1439 "test": "content_browsertests",
1440 "total_shards": 60
1441 },
1442 {
1443 "shard_index": 31,
1444 "test": "content_browsertests",
1445 "total_shards": 60
1446 },
1447 {
1448 "shard_index": 32,
1449 "test": "content_browsertests",
1450 "total_shards": 60
1451 },
1452 {
1453 "shard_index": 33,
1454 "test": "content_browsertests",
1455 "total_shards": 60
1456 },
1457 {
1458 "shard_index": 34,
1459 "test": "content_browsertests",
1460 "total_shards": 60
1461 },
1462 {
1463 "shard_index": 35,
1464 "test": "content_browsertests",
1465 "total_shards": 60
1466 },
1467 {
1468 "shard_index": 36,
1469 "test": "content_browsertests",
1470 "total_shards": 60
1471 },
1472 {
1473 "shard_index": 37,
1474 "test": "content_browsertests",
1475 "total_shards": 60
1476 },
1477 {
1478 "shard_index": 38,
1479 "test": "content_browsertests",
1480 "total_shards": 60
1481 },
1482 {
1483 "shard_index": 39,
1484 "test": "content_browsertests",
1485 "total_shards": 60
1486 }
1487 ]
1488 },
1489 "Windows Content Browser (DrMemory full) (5)": {
1490 "gtest_tests": [
1491 {
1492 "shard_index": 40,
1493 "test": "content_browsertests",
1494 "total_shards": 60
1495 },
1496 {
1497 "shard_index": 41,
1498 "test": "content_browsertests",
1499 "total_shards": 60
1500 },
1501 {
1502 "shard_index": 42,
1503 "test": "content_browsertests",
1504 "total_shards": 60
1505 },
1506 {
1507 "shard_index": 43,
1508 "test": "content_browsertests",
1509 "total_shards": 60
1510 },
1511 {
1512 "shard_index": 44,
1513 "test": "content_browsertests",
1514 "total_shards": 60
1515 },
1516 {
1517 "shard_index": 45,
1518 "test": "content_browsertests",
1519 "total_shards": 60
1520 },
1521 {
1522 "shard_index": 46,
1523 "test": "content_browsertests",
1524 "total_shards": 60
1525 },
1526 {
1527 "shard_index": 47,
1528 "test": "content_browsertests",
1529 "total_shards": 60
1530 },
1531 {
1532 "shard_index": 48,
1533 "test": "content_browsertests",
1534 "total_shards": 60
1535 },
1536 {
1537 "shard_index": 49,
1538 "test": "content_browsertests",
1539 "total_shards": 60
1540 }
1541 ]
1542 },
1543 "Windows Content Browser (DrMemory full) (6)": {
1544 "gtest_tests": [
1545 {
1546 "shard_index": 50,
1547 "test": "content_browsertests",
1548 "total_shards": 60
1549 },
1550 {
1551 "shard_index": 51,
1552 "test": "content_browsertests",
1553 "total_shards": 60
1554 },
1555 {
1556 "shard_index": 52,
1557 "test": "content_browsertests",
1558 "total_shards": 60
1559 },
1560 {
1561 "shard_index": 53,
1562 "test": "content_browsertests",
1563 "total_shards": 60
1564 },
1565 {
1566 "shard_index": 54,
1567 "test": "content_browsertests",
1568 "total_shards": 60
1569 },
1570 {
1571 "shard_index": 55,
1572 "test": "content_browsertests",
1573 "total_shards": 60
1574 },
1575 {
1576 "shard_index": 56,
1577 "test": "content_browsertests",
1578 "total_shards": 60
1579 },
1580 {
1581 "shard_index": 57,
1582 "test": "content_browsertests",
1583 "total_shards": 60
1584 },
1585 {
1586 "shard_index": 58,
1587 "test": "content_browsertests",
1588 "total_shards": 60
1589 },
1590 {
1591 "shard_index": 59,
1592 "test": "content_browsertests",
1593 "total_shards": 60
1594 }
1595 ]
1596 },
1597 "Windows Content Browser (DrMemory)": {
1598 "gtest_tests": [
1599 {
1600 "test": "content_browsertests"
1601 }
1602 ]
1603 },
1604 "Windows Unit (DrMemory full) (1)": {
1605 "gtest_tests": [
1606 {
1607 "test": "mojo_common_unittests"
1608 },
1609 {
1610 "test": "mojo_public_bindings_unittests"
1611 },
1612 {
1613 "test": "mojo_public_system_unittests"
1614 },
1615 {
1616 "test": "mojo_system_unittests"
1617 },
1618 {
1619 "shard_index": 0,
1620 "test": "net_unittests",
1621 "total_shards": 2
1622 },
1623 {
1624 "shard_index": 1,
1625 "test": "net_unittests",
1626 "total_shards": 2
1627 }
1628 ]
1629 },
1630 "Windows Unit (DrMemory full) (2)": {
1631 "gtest_tests": [
1632 {
1633 "test": "base_unittests"
1634 },
1635 {
1636 "test": "capture_unittests"
1637 },
1638 {
1639 "test": "media_unittests"
1640 },
1641 {
1642 "test": "midi_unittests"
1643 },
1644 {
1645 "shard_index": 0,
1646 "test": "unit_tests",
1647 "total_shards": 6
1648 },
1649 {
1650 "shard_index": 1,
1651 "test": "unit_tests",
1652 "total_shards": 6
1653 }
1654 ]
1655 },
1656 "Windows Unit (DrMemory full) (3)": {
1657 "gtest_tests": [
1658 {
1659 "test": "cacheinvalidation_unittests"
1660 },
1661 {
1662 "test": "content_unittests"
1663 },
1664 {
1665 "test": "crypto_unittests"
1666 },
1667 {
1668 "test": "device_unittests"
1669 },
1670 {
1671 "test": "gcm_unit_tests"
1672 },
1673 {
1674 "test": "gpu_ipc_service_unittests"
1675 },
1676 {
1677 "test": "gpu_unittests"
1678 },
1679 {
1680 "test": "ipc_tests"
1681 },
1682 {
1683 "test": "jingle_unittests"
1684 },
1685 {
1686 "test": "libaddressinput_unittests"
1687 },
1688 {
1689 "test": "pdf_unittests"
1690 },
1691 {
1692 "test": "printing_unittests"
1693 },
1694 {
1695 "test": "remoting_unittests"
1696 },
1697 {
1698 "test": "sql_unittests"
1699 },
1700 {
1701 "test": "storage_unittests"
1702 },
1703 {
1704 "shard_index": 2,
1705 "test": "unit_tests",
1706 "total_shards": 6
1707 },
1708 {
1709 "shard_index": 3,
1710 "test": "unit_tests",
1711 "total_shards": 6
1712 },
1713 {
1714 "test": "url_unittests"
1715 }
1716 ]
1717 },
1718 "Windows Unit (DrMemory full) (4)": {
1719 "gtest_tests": [
1720 {
1721 "test": "libphonenumber_unittests"
1722 },
1723 {
1724 "shard_index": 4,
1725 "test": "unit_tests",
1726 "total_shards": 6
1727 },
1728 {
1729 "shard_index": 5,
1730 "test": "unit_tests",
1731 "total_shards": 6
1732 }
1733 ]
1734 },
1735 "Windows Unit (DrMemory full) (5)": {
1736 "gtest_tests": [
1737 {
1738 "test": "accessibility_unittests"
1739 },
1740 {
1741 "test": "angle_unittests"
1742 },
1743 {
1744 "test": "aura_unittests"
1745 },
1746 {
1747 "test": "blink_heap_unittests"
1748 },
1749 {
1750 "test": "blink_platform_unittests"
1751 },
1752 {
1753 "test": "cast_unittests"
1754 },
1755 {
1756 "test": "cc_unittests"
1757 },
1758 {
1759 "test": "chrome_app_unittests"
1760 },
1761 {
1762 "test": "chrome_elf_unittests"
1763 },
1764 {
1765 "test": "chromedriver_unittests"
1766 },
1767 {
1768 "test": "compositor_unittests"
1769 },
1770 {
1771 "test": "courgette_unittests"
1772 },
1773 {
1774 "test": "display_unittests"
1775 },
1776 {
1777 "test": "events_unittests"
1778 },
1779 {
1780 "test": "extensions_unittests"
1781 },
1782 {
1783 "test": "gfx_unittests"
1784 },
1785 {
1786 "test": "gin_unittests"
1787 },
1788 {
1789 "test": "google_apis_unittests"
1790 },
1791 {
1792 "test": "installer_util_unittests"
1793 },
1794 {
1795 "test": "install_static_unittests"
1796 },
1797 {
1798 "test": "keyboard_unittests"
1799 }
1800 ]
1801 },
1802 "Windows Unit (DrMemory x64)": {
1803 "gtest_tests": [
1804 {
1805 "test": "accessibility_unittests"
1806 },
1807 {
1808 "test": "angle_unittests"
1809 },
1810 {
1811 "test": "aura_unittests"
1812 },
1813 {
1814 "test": "base_unittests"
1815 },
1816 {
1817 "test": "blink_heap_unittests"
1818 },
1819 {
1820 "test": "blink_platform_unittests"
1821 },
1822 {
1823 "test": "cacheinvalidation_unittests"
1824 },
1825 {
1826 "test": "capture_unittests"
1827 },
1828 {
1829 "test": "cast_unittests"
1830 },
1831 {
1832 "test": "cc_unittests"
1833 },
1834 {
1835 "test": "chrome_app_unittests"
1836 },
1837 {
1838 "test": "chrome_elf_unittests"
1839 },
1840 {
1841 "test": "chromedriver_unittests"
1842 },
1843 {
1844 "test": "components_unittests"
1845 },
1846 {
1847 "test": "compositor_unittests"
1848 },
1849 {
1850 "test": "content_unittests"
1851 },
1852 {
1853 "test": "courgette_unittests"
1854 },
1855 {
1856 "test": "crypto_unittests"
1857 },
1858 {
1859 "test": "device_unittests"
1860 },
1861 {
1862 "test": "display_unittests"
1863 },
1864 {
1865 "test": "events_unittests"
1866 },
1867 {
1868 "test": "extensions_unittests"
1869 },
1870 {
1871 "test": "gcm_unit_tests"
1872 },
1873 {
1874 "test": "gfx_unittests"
1875 },
1876 {
1877 "test": "gin_unittests"
1878 },
1879 {
1880 "test": "google_apis_unittests"
1881 },
1882 {
1883 "test": "gpu_ipc_service_unittests"
1884 },
1885 {
1886 "test": "gpu_unittests"
1887 },
1888 {
1889 "test": "installer_util_unittests"
1890 },
1891 {
1892 "test": "install_static_unittests"
1893 },
1894 {
1895 "test": "ipc_tests"
1896 },
1897 {
1898 "test": "jingle_unittests"
1899 },
1900 {
1901 "test": "keyboard_unittests"
1902 },
1903 {
1904 "test": "libaddressinput_unittests"
1905 },
1906 {
1907 "test": "libphonenumber_unittests"
1908 },
1909 {
1910 "test": "media_unittests"
1911 },
1912 {
1913 "test": "midi_unittests"
1914 },
1915 {
1916 "test": "mojo_common_unittests"
1917 },
1918 {
1919 "test": "mojo_public_bindings_unittests"
1920 },
1921 {
1922 "test": "mojo_public_system_unittests"
1923 },
1924 {
1925 "test": "mojo_system_unittests"
1926 },
1927 {
1928 "test": "net_unittests"
1929 },
1930 {
1931 "test": "pdf_unittests"
1932 },
1933 {
1934 "test": "printing_unittests"
1935 },
1936 {
1937 "test": "remoting_unittests"
1938 },
1939 {
1940 "test": "sql_unittests"
1941 },
1942 {
1943 "test": "storage_unittests"
1944 },
1945 {
1946 "test": "unit_tests"
1947 },
1948 {
1949 "test": "url_unittests"
1950 }
1951 ]
1952 },
1953 "Windows Unit (DrMemory)": {
1954 "gtest_tests": [
1955 {
1956 "test": "accessibility_unittests"
1957 },
1958 {
1959 "test": "angle_unittests"
1960 },
1961 {
1962 "test": "aura_unittests"
1963 },
1964 {
1965 "test": "base_unittests"
1966 },
1967 {
1968 "test": "blink_heap_unittests"
1969 },
1970 {
1971 "test": "blink_platform_unittests"
1972 },
1973 {
1974 "test": "cacheinvalidation_unittests"
1975 },
1976 {
1977 "test": "capture_unittests"
1978 },
1979 {
1980 "test": "cast_unittests"
1981 },
1982 {
1983 "test": "cc_unittests"
1984 },
1985 {
1986 "test": "chrome_elf_unittests"
1987 },
1988 {
1989 "test": "chromedriver_unittests"
1990 },
1991 {
1992 "test": "components_unittests"
1993 },
1994 {
1995 "test": "compositor_unittests"
1996 },
1997 {
1998 "test": "content_unittests"
1999 },
2000 {
2001 "test": "courgette_unittests"
2002 },
2003 {
2004 "test": "crypto_unittests"
2005 },
2006 {
2007 "test": "device_unittests"
2008 },
2009 {
2010 "test": "display_unittests"
2011 },
2012 {
2013 "test": "events_unittests"
2014 },
2015 {
2016 "test": "extensions_unittests"
2017 },
2018 {
2019 "test": "gcm_unit_tests"
2020 },
2021 {
2022 "test": "gfx_unittests"
2023 },
2024 {
2025 "test": "gin_unittests"
2026 },
2027 {
2028 "test": "google_apis_unittests"
2029 },
2030 {
2031 "test": "gpu_ipc_service_unittests"
2032 },
2033 {
2034 "test": "gpu_unittests"
2035 },
2036 {
2037 "test": "installer_util_unittests"
2038 },
2039 {
2040 "test": "install_static_unittests"
2041 },
2042 {
2043 "test": "ipc_tests"
2044 },
2045 {
2046 "test": "jingle_unittests"
2047 },
2048 {
2049 "test": "keyboard_unittests"
2050 },
2051 {
2052 "test": "media_unittests"
2053 },
2054 {
2055 "test": "midi_unittests"
2056 },
2057 {
2058 "test": "mojo_common_unittests"
2059 },
2060 {
2061 "test": "mojo_public_bindings_unittests"
2062 },
2063 {
2064 "test": "mojo_public_system_unittests"
2065 },
2066 {
2067 "test": "mojo_system_unittests"
2068 },
2069 {
2070 "test": "net_unittests"
2071 },
2072 {
2073 "test": "pdf_unittests"
2074 },
2075 {
2076 "test": "printing_unittests"
2077 },
2078 {
2079 "test": "remoting_unittests"
2080 },
2081 {
2082 "test": "sql_unittests"
2083 },
2084 {
2085 "test": "storage_unittests"
2086 },
2087 {
2088 "test": "unit_tests"
2089 },
2090 {
2091 "test": "url_unittests"
2092 }
2093 ]
2094 } 876 }
2095 } 877 }
OLDNEW
« no previous file with comments | « PRESUBMIT_test.py ('k') | testing/buildbot/chromium.memory.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698