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

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

Issue 1677433002: [Android] Add blink_{heap,platform}_unittests to M64 & trial bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | testing/buildbot/chromium.fyi.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 "Android Aura Tester (dbg)": { 2 "Android Aura Tester (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "base_unittests" 5 "test": "base_unittests"
6 }, 6 },
7 { 7 {
8 "test": "compositor_unittests" 8 "test": "compositor_unittests"
9 }, 9 },
10 { 10 {
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "args": [ 846 "args": [
847 "--isolate_file_path=src/base/base_unittests.isolate" 847 "--isolate_file_path=src/base/base_unittests.isolate"
848 ], 848 ],
849 "test": "base_unittests" 849 "test": "base_unittests"
850 }, 850 },
851 { 851 {
852 "test": "blimp_unittests" 852 "test": "blimp_unittests"
853 }, 853 },
854 { 854 {
855 "args": [ 855 "args": [
856 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate"
857 ],
858 "test": "blink_heap_unittests"
859 },
860 {
861 "test": "blink_platform_unittests"
862 },
863 {
864 "args": [
856 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate" 865 "--isolate_file_path=src/breakpad/breakpad_unittests.isolate"
857 ], 866 ],
858 "override_compile_targets": [ 867 "override_compile_targets": [
859 "breakpad_unittests_deps" 868 "breakpad_unittests_deps"
860 ], 869 ],
861 "test": "breakpad_unittests" 870 "test": "breakpad_unittests"
862 }, 871 },
863 { 872 {
864 "test": "cc_unittests" 873 "test": "cc_unittests"
865 }, 874 },
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 }, 1076 },
1068 { 1077 {
1069 "args": [ 1078 "args": [
1070 "--isolate_file_path=src/chrome/unit_tests.isolate" 1079 "--isolate_file_path=src/chrome/unit_tests.isolate"
1071 ], 1080 ],
1072 "test": "unit_tests" 1081 "test": "unit_tests"
1073 } 1082 }
1074 ] 1083 ]
1075 } 1084 }
1076 } 1085 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698