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

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

Issue 1205843004: Remove duplicate base_unittests from Mac ASan 64 Tests (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "Mac ASan 64 Tests (1)": { 350 "Mac ASan 64 Tests (1)": {
351 "gtest_tests": [ 351 "gtest_tests": [
352 { 352 {
353 "swarming": { 353 "swarming": {
354 "can_use_on_swarming_builders": true 354 "can_use_on_swarming_builders": true
355 }, 355 },
356 "test": "base_unittests" 356 "test": "base_unittests"
357 }, 357 },
358 { 358 {
359 "swarming": { 359 "swarming": {
360 "can_use_on_swarming_builders": true
361 },
362 "test": "base_unittests"
363 },
364 {
365 "swarming": {
366 "can_use_on_swarming_builders": true, 360 "can_use_on_swarming_builders": true,
367 "shards": 20 361 "shards": 20
368 }, 362 },
369 "test": "browser_tests" 363 "test": "browser_tests"
370 }, 364 },
371 { 365 {
372 "test": "cacheinvalidation_unittests" 366 "test": "cacheinvalidation_unittests"
373 }, 367 },
374 { 368 {
375 "swarming": { 369 "swarming": {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "can_use_on_swarming_builders": true 456 "can_use_on_swarming_builders": true
463 }, 457 },
464 "test": "unit_tests" 458 "test": "unit_tests"
465 }, 459 },
466 { 460 {
467 "test": "url_unittests" 461 "test": "url_unittests"
468 } 462 }
469 ] 463 ]
470 } 464 }
471 } 465 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698