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

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

Issue 1925943002: Add views_unittests to Mac10.{9,9(dbg),10,11} and asan bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update StyledRangeBold Created 4 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
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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 { 724 {
725 "swarming": { 725 "swarming": {
726 "can_use_on_swarming_builders": true 726 "can_use_on_swarming_builders": true
727 }, 727 },
728 "test": "url_unittests" 728 "test": "url_unittests"
729 }, 729 },
730 { 730 {
731 "swarming": { 731 "swarming": {
732 "can_use_on_swarming_builders": true 732 "can_use_on_swarming_builders": true
733 }, 733 },
734 "test": "views_unittests"
735 },
736 {
737 "swarming": {
738 "can_use_on_swarming_builders": true
739 },
734 "test": "webkit_unit_tests" 740 "test": "webkit_unit_tests"
735 }, 741 },
736 { 742 {
737 "swarming": { 743 "swarming": {
738 "can_use_on_swarming_builders": true 744 "can_use_on_swarming_builders": true
739 }, 745 },
740 "test": "wtf_unittests" 746 "test": "wtf_unittests"
741 } 747 }
742 ] 748 ]
743 } 749 }
744 } 750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698