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

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

Issue 1644943003: Run blink_*_unittests, wtf_unittests on the mac asan bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "Mac ASan 64 Tests (1)": { 521 "Mac ASan 64 Tests (1)": {
522 "gtest_tests": [ 522 "gtest_tests": [
523 { 523 {
524 "swarming": { 524 "swarming": {
525 "can_use_on_swarming_builders": true 525 "can_use_on_swarming_builders": true
526 }, 526 },
527 "test": "base_unittests" 527 "test": "base_unittests"
528 }, 528 },
529 { 529 {
530 "swarming": { 530 "swarming": {
531 "can_use_on_swarming_builders": true
532 },
533 "test": "blink_heap_unittests"
534 },
535 {
536 "swarming": {
537 "can_use_on_swarming_builders": true
538 },
539 "test": "blink_platform_unittests"
540 },
541 {
542 "swarming": {
531 "can_use_on_swarming_builders": true, 543 "can_use_on_swarming_builders": true,
532 "shards": 20 544 "shards": 20
533 }, 545 },
534 "test": "browser_tests" 546 "test": "browser_tests"
535 }, 547 },
536 { 548 {
537 "swarming": { 549 "swarming": {
538 "can_use_on_swarming_builders": true 550 "can_use_on_swarming_builders": true
539 }, 551 },
540 "test": "cacheinvalidation_unittests" 552 "test": "cacheinvalidation_unittests"
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 "swarming": { 686 "swarming": {
675 "can_use_on_swarming_builders": true 687 "can_use_on_swarming_builders": true
676 }, 688 },
677 "test": "unit_tests" 689 "test": "unit_tests"
678 }, 690 },
679 { 691 {
680 "swarming": { 692 "swarming": {
681 "can_use_on_swarming_builders": true 693 "can_use_on_swarming_builders": true
682 }, 694 },
683 "test": "url_unittests" 695 "test": "url_unittests"
696 },
697 {
698 "swarming": {
699 "can_use_on_swarming_builders": true
700 },
701 "test": "wtf_unittests"
684 } 702 }
685 ] 703 ]
686 } 704 }
687 } 705 }
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