| OLD | NEW |
| 1 { | 1 { |
| 2 "WebKit Linux": { | 2 "WebKit Linux": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "blink_heap_unittests", | 4 "blink_heap_unittests", |
| 5 "blink_platform_unittests", | 5 "blink_platform_unittests", |
| 6 "webkit_unit_tests", | 6 "webkit_unit_tests", |
| 7 "wtf_unittests" | 7 "wtf_unittests" |
| 8 ], | 8 ], |
| 9 "scripts": [ | 9 "scripts": [ |
| 10 { | 10 { |
| 11 "name": "webkit_lint", | 11 "name": "webkit_lint", |
| 12 "script": "webkit_lint.py" | 12 "script": "webkit_lint.py" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "name": "webkit_python_tests", | 15 "name": "webkit_python_tests", |
| 16 "script": "webkit_python_tests.py" | 16 "script": "webkit_python_tests.py" |
| 17 } | 17 } |
| 18 ] | 18 ] |
| 19 }, | 19 }, |
| 20 "WebKit Linux 32": { |
| 21 "gtest_tests": [ |
| 22 "blink_heap_unittests", |
| 23 "blink_platform_unittests", |
| 24 "webkit_unit_tests", |
| 25 "wtf_unittests" |
| 26 ], |
| 27 "scripts": [ |
| 28 { |
| 29 "name": "webkit_lint", |
| 30 "script": "webkit_lint.py" |
| 31 }, |
| 32 { |
| 33 "name": "webkit_python_tests", |
| 34 "script": "webkit_python_tests.py" |
| 35 } |
| 36 ] |
| 37 }, |
| 38 "WebKit Linux (dbg)": { |
| 39 "gtest_tests": [ |
| 40 "blink_heap_unittests", |
| 41 "blink_platform_unittests", |
| 42 "webkit_unit_tests", |
| 43 "wtf_unittests" |
| 44 ], |
| 45 "scripts": [ |
| 46 { |
| 47 "name": "webkit_lint", |
| 48 "script": "webkit_lint.py" |
| 49 }, |
| 50 { |
| 51 "name": "webkit_python_tests", |
| 52 "script": "webkit_python_tests.py" |
| 53 } |
| 54 ] |
| 55 }, |
| 20 "Linux ChromiumOS Tests (1)": { | 56 "Linux ChromiumOS Tests (1)": { |
| 21 "gtest_tests": [ | 57 "gtest_tests": [ |
| 22 "accessibility_unittests", | 58 "accessibility_unittests", |
| 23 { | 59 { |
| 24 "test": "base_unittests", | 60 "test": "base_unittests", |
| 25 "swarming": { | 61 "swarming": { |
| 26 "can_use_on_swarming_builders": true | 62 "can_use_on_swarming_builders": true |
| 27 } | 63 } |
| 28 }, | 64 }, |
| 29 { | 65 { |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 }, | 259 }, |
| 224 "Linux ChromiumOS Tests (dbg)(2)": { | 260 "Linux ChromiumOS Tests (dbg)(2)": { |
| 225 "gtest_tests": [ | 261 "gtest_tests": [ |
| 226 ] | 262 ] |
| 227 }, | 263 }, |
| 228 "Linux ChromiumOS Tests (dbg)(3)": { | 264 "Linux ChromiumOS Tests (dbg)(3)": { |
| 229 "gtest_tests": [ | 265 "gtest_tests": [ |
| 230 ] | 266 ] |
| 231 } | 267 } |
| 232 } | 268 } |
| OLD | NEW |