OLD | NEW |
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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1251 { | 1251 { |
1252 "name": "webkit_lint", | 1252 "name": "webkit_lint", |
1253 "script": "webkit_lint.py" | 1253 "script": "webkit_lint.py" |
1254 }, | 1254 }, |
1255 { | 1255 { |
1256 "name": "webkit_python_tests", | 1256 "name": "webkit_python_tests", |
1257 "script": "webkit_python_tests.py" | 1257 "script": "webkit_python_tests.py" |
1258 } | 1258 } |
1259 ] | 1259 ] |
1260 }, | 1260 }, |
1261 "WebKit Win8": { | |
1262 "gtest_tests": [ | |
1263 { | |
1264 "test": "blink_heap_unittests" | |
1265 }, | |
1266 { | |
1267 "test": "blink_platform_unittests" | |
1268 }, | |
1269 { | |
1270 "test": "webkit_unit_tests" | |
1271 }, | |
1272 { | |
1273 "test": "wtf_unittests" | |
1274 } | |
1275 ], | |
1276 "scripts": [ | |
1277 { | |
1278 "name": "webkit_lint", | |
1279 "script": "webkit_lint.py" | |
1280 }, | |
1281 { | |
1282 "name": "webkit_python_tests", | |
1283 "script": "webkit_python_tests.py" | |
1284 } | |
1285 ] | |
1286 }, | |
1287 "WebKit XP": { | 1261 "WebKit XP": { |
1288 "gtest_tests": [ | 1262 "gtest_tests": [ |
1289 { | 1263 { |
1290 "test": "blink_heap_unittests" | 1264 "test": "blink_heap_unittests" |
1291 }, | 1265 }, |
1292 { | 1266 { |
1293 "test": "blink_platform_unittests" | 1267 "test": "blink_platform_unittests" |
1294 }, | 1268 }, |
1295 { | 1269 { |
1296 "test": "webkit_unit_tests" | 1270 "test": "webkit_unit_tests" |
1297 }, | 1271 }, |
1298 { | 1272 { |
1299 "test": "wtf_unittests" | 1273 "test": "wtf_unittests" |
1300 } | 1274 } |
1301 ], | 1275 ], |
1302 "scripts": [ | 1276 "scripts": [ |
1303 { | 1277 { |
1304 "name": "webkit_lint", | 1278 "name": "webkit_lint", |
1305 "script": "webkit_lint.py" | 1279 "script": "webkit_lint.py" |
1306 }, | 1280 }, |
1307 { | 1281 { |
1308 "name": "webkit_python_tests", | 1282 "name": "webkit_python_tests", |
1309 "script": "webkit_python_tests.py" | 1283 "script": "webkit_python_tests.py" |
1310 } | 1284 } |
1311 ] | 1285 ] |
1312 } | 1286 } |
1313 } | 1287 } |
OLD | NEW |