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

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

Issue 2339613002: Add angle_unittests to Linux ASAN bot. (Closed)
Patch Set: Created 4 years, 3 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 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "angle_unittests"
15 },
16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true
19 },
14 "test": "base_unittests" 20 "test": "base_unittests"
15 }, 21 },
16 { 22 {
17 "swarming": { 23 "swarming": {
18 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
19 }, 25 },
20 "test": "blink_heap_unittests" 26 "test": "blink_heap_unittests"
21 }, 27 },
22 { 28 {
23 "swarming": { 29 "swarming": {
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 }, 759 },
754 { 760 {
755 "swarming": { 761 "swarming": {
756 "can_use_on_swarming_builders": true 762 "can_use_on_swarming_builders": true
757 }, 763 },
758 "test": "wtf_unittests" 764 "test": "wtf_unittests"
759 } 765 }
760 ] 766 ]
761 } 767 }
762 } 768 }
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