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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.json

Issue 1759723002: [libphonenumber] Run tests on swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix included files Created 4 years, 9 months 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
OLDNEW
1 { 1 {
2 "Chromium Linux Builder (valgrind)": { 2 "Chromium Linux Builder (valgrind)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "components_unittests", 5 "components_unittests",
6 "content_unittests", 6 "content_unittests",
7 "crypto_unittests", 7 "crypto_unittests",
8 "device_unittests", 8 "device_unittests",
9 "display_unittests", 9 "display_unittests",
10 "extensions_unittests", 10 "extensions_unittests",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "events_unittests", 264 "events_unittests",
265 "gcm_unit_tests", 265 "gcm_unit_tests",
266 "gfx_unittests", 266 "gfx_unittests",
267 "gin_unittests", 267 "gin_unittests",
268 "google_apis_unittests", 268 "google_apis_unittests",
269 "gpu_unittests", 269 "gpu_unittests",
270 "installer_util_unittests", 270 "installer_util_unittests",
271 "ipc_tests", 271 "ipc_tests",
272 "jingle_unittests", 272 "jingle_unittests",
273 "libaddressinput_unittests", 273 "libaddressinput_unittests",
274 "libphonenumber_unittests",
Nico 2016/03/17 16:23:14 why remove it from this file? then it won't run on
Mathieu 2016/03/18 13:19:16 Sure. I misunderstood the bug.
275 "keyboard_unittests", 274 "keyboard_unittests",
276 "media_unittests", 275 "media_unittests",
277 "midi_unittests", 276 "midi_unittests",
278 "mojo_system_unittests", 277 "mojo_system_unittests",
279 "mojo_public_system_unittests", 278 "mojo_public_system_unittests",
280 "mojo_public_bindings_unittests", 279 "mojo_public_bindings_unittests",
281 "mojo_common_unittests", 280 "mojo_common_unittests",
282 "net_unittests", 281 "net_unittests",
283 "printing_unittests", 282 "printing_unittests",
284 "remoting_unittests", 283 "remoting_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "extensions_unittests", 325 "extensions_unittests",
327 "events_unittests", 326 "events_unittests",
328 "gin_unittests", 327 "gin_unittests",
329 "google_apis_unittests", 328 "google_apis_unittests",
330 "gfx_unittests", 329 "gfx_unittests",
331 "installer_util_unittests", 330 "installer_util_unittests",
332 "keyboard_unittests", 331 "keyboard_unittests",
333 "unit_tests", 332 "unit_tests",
334 "chrome_app_unittests", 333 "chrome_app_unittests",
335 "libaddressinput_unittests", 334 "libaddressinput_unittests",
336 "libphonenumber_unittests",
337 "content_browsertests", 335 "content_browsertests",
338 "browser_tests" 336 "browser_tests"
339 ] 337 ]
340 }, 338 },
341 "Linux ChromeOS MSan Tests": { 339 "Linux ChromeOS MSan Tests": {
342 "gtest_tests": [ 340 "gtest_tests": [
343 { 341 {
344 "swarming": { 342 "swarming": {
345 "can_use_on_swarming_builders": true 343 "can_use_on_swarming_builders": true
346 }, 344 },
(...skipping 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 "total_shards": 6 2174 "total_shards": 6
2177 }, 2175 },
2178 { 2176 {
2179 "test": "url_unittests" 2177 "test": "url_unittests"
2180 } 2178 }
2181 ] 2179 ]
2182 }, 2180 },
2183 "Windows Unit (DrMemory full) (4)": { 2181 "Windows Unit (DrMemory full) (4)": {
2184 "gtest_tests": [ 2182 "gtest_tests": [
2185 { 2183 {
2186 "test": "libphonenumber_unittests"
2187 },
2188 {
2189 "shard_index": 4, 2184 "shard_index": 4,
2190 "test": "unit_tests", 2185 "test": "unit_tests",
2191 "total_shards": 6 2186 "total_shards": 6
2192 }, 2187 },
2193 { 2188 {
2194 "shard_index": 5, 2189 "shard_index": 5,
2195 "test": "unit_tests", 2190 "test": "unit_tests",
2196 "total_shards": 6 2191 "total_shards": 6
2197 } 2192 }
2198 ] 2193 ]
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 { 2351 {
2357 "test": "jingle_unittests" 2352 "test": "jingle_unittests"
2358 }, 2353 },
2359 { 2354 {
2360 "test": "keyboard_unittests" 2355 "test": "keyboard_unittests"
2361 }, 2356 },
2362 { 2357 {
2363 "test": "libaddressinput_unittests" 2358 "test": "libaddressinput_unittests"
2364 }, 2359 },
2365 { 2360 {
2366 "test": "libphonenumber_unittests"
2367 },
2368 {
2369 "test": "media_unittests" 2361 "test": "media_unittests"
2370 }, 2362 },
2371 { 2363 {
2372 "test": "midi_unittests" 2364 "test": "midi_unittests"
2373 }, 2365 },
2374 { 2366 {
2375 "test": "mojo_common_unittests" 2367 "test": "mojo_common_unittests"
2376 }, 2368 },
2377 { 2369 {
2378 "test": "mojo_public_bindings_unittests" 2370 "test": "mojo_public_bindings_unittests"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 }, 2519 },
2528 { 2520 {
2529 "test": "unit_tests" 2521 "test": "unit_tests"
2530 }, 2522 },
2531 { 2523 {
2532 "test": "url_unittests" 2524 "test": "url_unittests"
2533 } 2525 }
2534 ] 2526 ]
2535 } 2527 }
2536 } 2528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698