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

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

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 { 287 {
288 "swarming": { 288 "swarming": {
289 "can_use_on_swarming_builders": true 289 "can_use_on_swarming_builders": true
290 }, 290 },
291 "test": "app_list_unittests" 291 "test": "app_list_unittests"
292 }, 292 },
293 { 293 {
294 "swarming": { 294 "swarming": {
295 "can_use_on_swarming_builders": true 295 "can_use_on_swarming_builders": true
296 }, 296 },
297 "test": "ash_content_unittests"
298 },
299 {
300 "swarming": {
301 "can_use_on_swarming_builders": true
302 },
297 "test": "ash_unittests" 303 "test": "ash_unittests"
298 }, 304 },
299 { 305 {
300 "swarming": { 306 "swarming": {
301 "can_use_on_swarming_builders": true 307 "can_use_on_swarming_builders": true
302 }, 308 },
303 "test": "aura_unittests" 309 "test": "aura_unittests"
304 }, 310 },
305 { 311 {
306 "swarming": { 312 "swarming": {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 }, 753 },
748 { 754 {
749 "swarming": { 755 "swarming": {
750 "can_use_on_swarming_builders": true 756 "can_use_on_swarming_builders": true
751 }, 757 },
752 "test": "wtf_unittests" 758 "test": "wtf_unittests"
753 } 759 }
754 ] 760 ]
755 } 761 }
756 } 762 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698