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

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

Issue 882823006: Add test list for win asan dll bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "views_unittests", 760 "views_unittests",
761 "browser_tests", 761 "browser_tests",
762 { 762 {
763 "test": "content_browsertests", 763 "test": "content_browsertests",
764 "swarming": { 764 "swarming": {
765 "can_use_on_swarming_builders": true 765 "can_use_on_swarming_builders": true
766 } 766 }
767 }, 767 },
768 "installer_util_unittests" 768 "installer_util_unittests"
769 ] 769 ]
770 },
771 "CrWinAsan(dll) tester": {
Nico 2015/01/28 22:49:19 Not "CrWinClang(asan/dll)" because the bot name en
772 "gtest_tests": [
773 {
774 "test": "base_unittests",
775 "swarming": {
776 "can_use_on_swarming_builders": true
777 }
778 },
779 "cacheinvalidation_unittests",
780 "chrome_elf_unittests",
781 "components_unittests",
782 {
783 "test": "courgette_unittests",
784 "swarming": {
785 "can_use_on_swarming_builders": true
786 }
787 },
788 "crypto_unittests",
789 "extensions_unittests",
790 "gcm_unit_tests",
791 "google_apis_unittests",
792 "gpu_unittests",
793 "url_unittests",
794 "jingle_unittests",
795 "content_unittests",
796 "device_unittests",
797 "media_unittests",
798 "net_unittests",
799 "ppapi_unittests",
800 "printing_unittests",
801 "remoting_unittests",
802 "ipc_tests",
803 "sync_unit_tests",
804 "skia_unittests",
805 "unit_tests",
806 "sql_unittests",
807 "ui_base_unittests",
808 "content_unittests",
809 "views_unittests",
810 "browser_tests",
811 {
812 "test": "content_browsertests",
813 "swarming": {
814 "can_use_on_swarming_builders": true
815 }
816 },
817 "installer_util_unittests"
818 ]
770 } 819 }
771 } 820 }
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