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

Side by Side Diff: testing/buildbot/chromium.fyi.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 | « testing/buildbot/chromium.android.json ('k') | 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 "Android Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 }, 72 },
73 { 73 {
74 "test": "ui_touch_selection_unittests" 74 "test": "ui_touch_selection_unittests"
75 }, 75 },
76 { 76 {
77 "test": "unit_tests" 77 "test": "unit_tests"
78 } 78 }
79 ] 79 ]
80 }, 80 },
81 "Android Tests (trial)(dbg)": { 81 "Android Tests (trial)(dbg)": {
82 "gtest_tests": [
83 {
84 "args": [
85 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate"
86 ],
87 "test": "blink_heap_unittests"
88 },
89 {
90 "test": "blink_platform_unittests"
91 }
92 ],
82 "scripts": [ 93 "scripts": [
83 { 94 {
84 "name": "telemetry_unittests", 95 "name": "telemetry_unittests",
85 "script": "telemetry_unittests.py" 96 "script": "telemetry_unittests.py"
86 } 97 }
87 ] 98 ]
88 }, 99 },
89 "Android User Builder Tests": { 100 "Android User Builder Tests": {
90 "gtest_tests": [ 101 "gtest_tests": [
91 { 102 {
(...skipping 5708 matching lines...) Expand 10 before | Expand all | Expand 10 after
5800 }, 5811 },
5801 { 5812 {
5802 "args": [ 5813 "args": [
5803 "--isolate-extensions" 5814 "--isolate-extensions"
5804 ], 5815 ],
5805 "test": "unit_tests" 5816 "test": "unit_tests"
5806 } 5817 }
5807 ] 5818 ]
5808 } 5819 }
5809 } 5820 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698