| 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 { | 846 { |
| 847 "name": "webkit_lint", | 847 "name": "webkit_lint", |
| 848 "script": "webkit_lint.py" | 848 "script": "webkit_lint.py" |
| 849 }, | 849 }, |
| 850 { | 850 { |
| 851 "name": "webkit_python_tests", | 851 "name": "webkit_python_tests", |
| 852 "script": "webkit_python_tests.py" | 852 "script": "webkit_python_tests.py" |
| 853 } | 853 } |
| 854 ] | 854 ] |
| 855 }, | 855 }, |
| 856 "WebKit Mac10.8 (retina)": { | 856 "WebKit Mac10.9": { |
| 857 "gtest_tests": [ | 857 "gtest_tests": [ |
| 858 { | 858 { |
| 859 "test": "blink_heap_unittests" | 859 "test": "blink_heap_unittests" |
| 860 }, | 860 }, |
| 861 { | 861 { |
| 862 "test": "blink_platform_unittests" | 862 "test": "blink_platform_unittests" |
| 863 }, | 863 }, |
| 864 { | 864 { |
| 865 "test": "webkit_unit_tests" | 865 "test": "webkit_unit_tests" |
| 866 }, | 866 }, |
| 867 { | 867 { |
| 868 "test": "wtf_unittests" | 868 "test": "wtf_unittests" |
| 869 } | 869 } |
| 870 ], | 870 ], |
| 871 "scripts": [ | 871 "scripts": [ |
| 872 { | 872 { |
| 873 "name": "webkit_lint", | 873 "name": "webkit_lint", |
| 874 "script": "webkit_lint.py" | 874 "script": "webkit_lint.py" |
| 875 }, | 875 }, |
| 876 { | 876 { |
| 877 "name": "webkit_python_tests", | 877 "name": "webkit_python_tests", |
| 878 "script": "webkit_python_tests.py" | 878 "script": "webkit_python_tests.py" |
| 879 } | 879 } |
| 880 ] | 880 ] |
| 881 }, | 881 }, |
| 882 "WebKit Mac10.9": { | 882 "WebKit Mac10.9 (retina)": { |
| 883 "gtest_tests": [ | 883 "gtest_tests": [ |
| 884 { | 884 { |
| 885 "test": "blink_heap_unittests" | 885 "test": "blink_heap_unittests" |
| 886 }, | 886 }, |
| 887 { | 887 { |
| 888 "test": "blink_platform_unittests" | 888 "test": "blink_platform_unittests" |
| 889 }, | 889 }, |
| 890 { | 890 { |
| 891 "test": "webkit_unit_tests" | 891 "test": "webkit_unit_tests" |
| 892 }, | 892 }, |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 "name": "webkit_lint", | 1029 "name": "webkit_lint", |
| 1030 "script": "webkit_lint.py" | 1030 "script": "webkit_lint.py" |
| 1031 }, | 1031 }, |
| 1032 { | 1032 { |
| 1033 "name": "webkit_python_tests", | 1033 "name": "webkit_python_tests", |
| 1034 "script": "webkit_python_tests.py" | 1034 "script": "webkit_python_tests.py" |
| 1035 } | 1035 } |
| 1036 ] | 1036 ] |
| 1037 } | 1037 } |
| 1038 } | 1038 } |
| OLD | NEW |