OLD | NEW |
1 { | 1 { |
2 "Linux Trusty": { | 2 "Linux Trusty": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "app_list_unittests", | 5 "app_list_unittests", |
6 "app_shell_unittests", | 6 "app_shell_unittests", |
7 "aura_unittests", | 7 "aura_unittests", |
8 "interactive_ui_tests", | 8 "interactive_ui_tests", |
9 "base_unittests", | 9 "base_unittests", |
10 "cacheinvalidation_unittests", | 10 "cacheinvalidation_unittests", |
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 "mojo_public_utility_unittests", | 1041 "mojo_public_utility_unittests", |
1042 "mojo_system_unittests", | 1042 "mojo_system_unittests", |
1043 "nacl_loader_unittests" | 1043 "nacl_loader_unittests" |
1044 ], | 1044 ], |
1045 "scripts": [ | 1045 "scripts": [ |
1046 { | 1046 { |
1047 "name": "nacl_integration", | 1047 "name": "nacl_integration", |
1048 "script": "nacl_integration.py" | 1048 "script": "nacl_integration.py" |
1049 } | 1049 } |
1050 ] | 1050 ] |
| 1051 }, |
| 1052 "ClangToTLinuxASan tester": { |
| 1053 "gtest_tests": [ |
| 1054 "accessibility_unittests", |
| 1055 "extensions_browsertests", |
| 1056 { |
| 1057 "test": "base_unittests", |
| 1058 "swarming": { |
| 1059 "can_use_on_swarming_builders": true |
| 1060 } |
| 1061 }, |
| 1062 { |
| 1063 "test": "browser_tests", |
| 1064 "swarming": { |
| 1065 "can_use_on_swarming_builders": true, |
| 1066 "shards": 5 |
| 1067 } |
| 1068 }, |
| 1069 "cacheinvalidation_unittests", |
| 1070 "cast_unittests", |
| 1071 "cc_unittests", |
| 1072 "components_unittests", |
| 1073 { |
| 1074 "test": "content_browsertests", |
| 1075 "swarming": { |
| 1076 "can_use_on_swarming_builders": true |
| 1077 } |
| 1078 }, |
| 1079 { |
| 1080 "test": "content_unittests", |
| 1081 "swarming": { |
| 1082 "can_use_on_swarming_builders": true |
| 1083 } |
| 1084 }, |
| 1085 { |
| 1086 "test": "crypto_unittests", |
| 1087 "swarming": { |
| 1088 "can_use_on_swarming_builders": true |
| 1089 } |
| 1090 }, |
| 1091 "device_unittests", |
| 1092 "display_unittests", |
| 1093 "extensions_unittests", |
| 1094 "gcm_unit_tests", |
| 1095 "gfx_unittests", |
| 1096 "google_apis_unittests", |
| 1097 "gpu_unittests", |
| 1098 { |
| 1099 "test": "interactive_ui_tests", |
| 1100 "swarming": { |
| 1101 "can_use_on_swarming_builders": true |
| 1102 } |
| 1103 }, |
| 1104 "ipc_tests", |
| 1105 "jingle_unittests", |
| 1106 "media_unittests", |
| 1107 { |
| 1108 "test": "net_unittests", |
| 1109 "swarming": { |
| 1110 "can_use_on_swarming_builders": true, |
| 1111 "shards": 4 |
| 1112 } |
| 1113 }, |
| 1114 "ppapi_unittests", |
| 1115 "printing_unittests", |
| 1116 "remoting_unittests", |
| 1117 "sandbox_linux_unittests", |
| 1118 "skia_unittests", |
| 1119 "sql_unittests", |
| 1120 "sync_unit_tests", |
| 1121 "ui_base_unittests", |
| 1122 { |
| 1123 "test": "unit_tests", |
| 1124 "swarming": { |
| 1125 "can_use_on_swarming_builders": true, |
| 1126 "shards": 2 |
| 1127 } |
| 1128 }, |
| 1129 "url_unittests" |
| 1130 ] |
1051 } | 1131 } |
1052 } | 1132 } |
OLD | NEW |