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

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

Issue 2084163003: Disable media_unittests on Linux ChromiumOS ASan LSan Tests (1). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 { 433 {
434 "swarming": { 434 "swarming": {
435 "can_use_on_swarming_builders": true 435 "can_use_on_swarming_builders": true
436 }, 436 },
437 "test": "media_blink_unittests" 437 "test": "media_blink_unittests"
438 }, 438 },
439 { 439 {
440 "swarming": { 440 "swarming": {
441 "can_use_on_swarming_builders": true 441 "can_use_on_swarming_builders": true
442 }, 442 },
443 "test": "media_unittests"
444 },
445 {
446 "swarming": {
447 "can_use_on_swarming_builders": true
448 },
449 "test": "message_center_unittests" 443 "test": "message_center_unittests"
450 }, 444 },
451 { 445 {
452 "swarming": { 446 "swarming": {
453 "can_use_on_swarming_builders": true 447 "can_use_on_swarming_builders": true
454 }, 448 },
455 "test": "midi_unittests" 449 "test": "midi_unittests"
456 }, 450 },
457 { 451 {
458 "swarming": { 452 "swarming": {
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 }, 735 },
742 { 736 {
743 "swarming": { 737 "swarming": {
744 "can_use_on_swarming_builders": true 738 "can_use_on_swarming_builders": true
745 }, 739 },
746 "test": "wtf_unittests" 740 "test": "wtf_unittests"
747 } 741 }
748 ] 742 ]
749 } 743 }
750 } 744 }
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