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

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: blimp -> headless :-/ 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 | « build/args/bots/chromium.fyi/headless_linux_dbg.gn ('k') | 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 Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 6841 matching lines...) Expand 10 before | Expand all | Expand 10 after
6852 "test": "webkit_unit_tests" 6852 "test": "webkit_unit_tests"
6853 }, 6853 },
6854 { 6854 {
6855 "swarming": { 6855 "swarming": {
6856 "can_use_on_swarming_builders": true 6856 "can_use_on_swarming_builders": true
6857 }, 6857 },
6858 "test": "wtf_unittests" 6858 "test": "wtf_unittests"
6859 } 6859 }
6860 ] 6860 ]
6861 }, 6861 },
6862 "Headless Linux (dbg)": {
6863 "additional_compile_targets": [
6864 "headless_libs",
6865 "headless_tests"
6866 ],
6867 "gtest_tests": [
6868 {
6869 "test": "headless_browsertests"
6870 },
6871 {
6872 "test": "headless_unittests"
6873 }
6874 ]
6875 },
6862 "Linux ARM": { 6876 "Linux ARM": {
6863 "gtest_tests": [ 6877 "gtest_tests": [
6864 { 6878 {
6865 "args": [ 6879 "args": [
6866 "--gtest_filter=*NaCl*.*" 6880 "--gtest_filter=*NaCl*.*"
6867 ], 6881 ],
6868 "swarming": { 6882 "swarming": {
6869 "can_use_on_swarming_builders": true 6883 "can_use_on_swarming_builders": true
6870 }, 6884 },
6871 "test": "browser_tests" 6885 "test": "browser_tests"
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
8370 }, 8384 },
8371 { 8385 {
8372 "args": [ 8386 "args": [
8373 "--isolate-extensions" 8387 "--isolate-extensions"
8374 ], 8388 ],
8375 "test": "unit_tests" 8389 "test": "unit_tests"
8376 } 8390 }
8377 ] 8391 ]
8378 } 8392 }
8379 } 8393 }
OLDNEW
« no previous file with comments | « build/args/bots/chromium.fyi/headless_linux_dbg.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698