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

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

Issue 1757773002: Add blink_platform_unittests.isolate file to bot json files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 }, 94 },
95 "Android Tests (trial)(dbg)": { 95 "Android Tests (trial)(dbg)": {
96 "gtest_tests": [ 96 "gtest_tests": [
97 { 97 {
98 "args": [ 98 "args": [
99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate" 99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink HeapUnitTests.isolate"
100 ], 100 ],
101 "test": "blink_heap_unittests" 101 "test": "blink_heap_unittests"
102 }, 102 },
103 { 103 {
104 "args": [
105 "--isolate_file_path=src/third_party/WebKit/Source/platform/blink_plat form_unittests.isolate"
106 ],
104 "test": "blink_platform_unittests" 107 "test": "blink_platform_unittests"
105 } 108 }
106 ], 109 ],
107 "scripts": [ 110 "scripts": [
108 { 111 {
109 "name": "telemetry_unittests", 112 "name": "telemetry_unittests",
110 "script": "telemetry_unittests.py" 113 "script": "telemetry_unittests.py"
111 } 114 }
112 ] 115 ]
113 }, 116 },
(...skipping 7580 matching lines...) Expand 10 before | Expand all | Expand 10 after
7694 }, 7697 },
7695 { 7698 {
7696 "args": [ 7699 "args": [
7697 "--isolate-extensions" 7700 "--isolate-extensions"
7698 ], 7701 ],
7699 "test": "unit_tests" 7702 "test": "unit_tests"
7700 } 7703 }
7701 ] 7704 ]
7702 } 7705 }
7703 } 7706 }
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