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

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

Issue 1843623002: Add tests for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add compile_targets Created 4 years, 8 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/gn_isolate_map.pyl » ('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 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 6186 matching lines...) Expand 10 before | Expand all | Expand 10 after
6197 "test": "webkit_unit_tests" 6197 "test": "webkit_unit_tests"
6198 }, 6198 },
6199 { 6199 {
6200 "swarming": { 6200 "swarming": {
6201 "can_use_on_swarming_builders": true 6201 "can_use_on_swarming_builders": true
6202 }, 6202 },
6203 "test": "wtf_unittests" 6203 "test": "wtf_unittests"
6204 } 6204 }
6205 ] 6205 ]
6206 }, 6206 },
6207 "Headless Linux (dbg)": {
6208 "gtest_tests": [
6209 {
6210 "override_compile_targets": [
6211 "headless_libs",
6212 "headless_tests"
6213 ],
6214 "test": "headless_browsertests"
Dirk Pranke 2016/04/01 16:56:40 this change confuses me a bit. "override_compile_
perezju 2016/04/04 11:32:46 Done. But just to double-check (because I'm not ve
6215 }
6216 ]
6217 },
6207 "Linux ARM": { 6218 "Linux ARM": {
6208 "gtest_tests": [ 6219 "gtest_tests": [
6209 { 6220 {
6210 "args": [ 6221 "args": [
6211 "--gtest_filter=*NaCl*.*" 6222 "--gtest_filter=*NaCl*.*"
6212 ], 6223 ],
6213 "swarming": { 6224 "swarming": {
6214 "can_use_on_swarming_builders": true 6225 "can_use_on_swarming_builders": true
6215 }, 6226 },
6216 "test": "browser_tests" 6227 "test": "browser_tests"
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
7697 }, 7708 },
7698 { 7709 {
7699 "args": [ 7710 "args": [
7700 "--isolate-extensions" 7711 "--isolate-extensions"
7701 ], 7712 ],
7702 "test": "unit_tests" 7713 "test": "unit_tests"
7703 } 7714 }
7704 ] 7715 ]
7705 } 7716 }
7706 } 7717 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698