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

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

Issue 2688033002: Enable cc_unittests for tsan bot now that they pass. (Closed)
Patch Set: enabletsan: rebase Created 3 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "swarming": { 587 "swarming": {
588 "can_use_on_swarming_builders": true 588 "can_use_on_swarming_builders": true
589 }, 589 },
590 "test": "views_unittests" 590 "test": "views_unittests"
591 } 591 }
592 ] 592 ]
593 }, 593 },
594 "Linux TSan Tests": { 594 "Linux TSan Tests": {
595 "disabled_tests": { 595 "disabled_tests": {
596 "browser_tests": "Too many errors, clean content_browsertests first. http: //crbug.com/368525", 596 "browser_tests": "Too many errors, clean content_browsertests first. http: //crbug.com/368525",
597 "cc_unittests": "http://crbug.com/437454",
598 "interactive_ui_tests": "http://crbug.com/455679" 597 "interactive_ui_tests": "http://crbug.com/455679"
599 }, 598 },
600 "gtest_tests": [ 599 "gtest_tests": [
601 { 600 {
602 "swarming": { 601 "swarming": {
603 "can_use_on_swarming_builders": true 602 "can_use_on_swarming_builders": true
604 }, 603 },
605 "test": "accessibility_unittests" 604 "test": "accessibility_unittests"
606 }, 605 },
607 { 606 {
(...skipping 23 matching lines...) Expand all
631 { 630 {
632 "swarming": { 631 "swarming": {
633 "can_use_on_swarming_builders": true 632 "can_use_on_swarming_builders": true
634 }, 633 },
635 "test": "cast_unittests" 634 "test": "cast_unittests"
636 }, 635 },
637 { 636 {
638 "swarming": { 637 "swarming": {
639 "can_use_on_swarming_builders": true 638 "can_use_on_swarming_builders": true
640 }, 639 },
640 "test": "cc_unittests"
641 },
642 {
643 "swarming": {
644 "can_use_on_swarming_builders": true
645 },
641 "test": "chromedriver_unittests" 646 "test": "chromedriver_unittests"
642 }, 647 },
643 { 648 {
644 "swarming": { 649 "swarming": {
645 "can_use_on_swarming_builders": true 650 "can_use_on_swarming_builders": true
646 }, 651 },
647 "test": "components_unittests" 652 "test": "components_unittests"
648 }, 653 },
649 { 654 {
650 "swarming": { 655 "swarming": {
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 }, 1083 },
1079 { 1084 {
1080 "swarming": { 1085 "swarming": {
1081 "can_use_on_swarming_builders": true 1086 "can_use_on_swarming_builders": true
1082 }, 1087 },
1083 "test": "wtf_unittests" 1088 "test": "wtf_unittests"
1084 } 1089 }
1085 ] 1090 ]
1086 } 1091 }
1087 } 1092 }
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