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

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

Issue 2356983002: Added vr_shell_unittests to 'Android VR Tests' on chromium.fyi (Closed)
Patch Set: Created 4 years, 3 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 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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 "test": "ui_touch_selection_unittests" 854 "test": "ui_touch_selection_unittests"
855 }, 855 },
856 { 856 {
857 "test": "unit_tests" 857 "test": "unit_tests"
858 }, 858 },
859 { 859 {
860 "test": "webkit_unit_tests" 860 "test": "webkit_unit_tests"
861 } 861 }
862 ] 862 ]
863 }, 863 },
864 "Android VR Tests": {}, 864 "Android VR Tests": {
865 "gtest_tests": [
866 {
867 "swarming": {
868 "can_use_on_swarming_builders": false
869 },
870 "test": "vr_shell_unittests"
871 }
872 ]
873 },
865 "Browser Side Navigation Linux": { 874 "Browser Side Navigation Linux": {
866 "gtest_tests": [ 875 "gtest_tests": [
867 { 876 {
868 "args": [ 877 "args": [
869 "--enable-browser-side-navigation", 878 "--enable-browser-side-navigation",
870 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter", 879 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter",
871 "--test-launcher-retry-limit=6" 880 "--test-launcher-retry-limit=6"
872 ], 881 ],
873 "swarming": { 882 "swarming": {
874 "can_use_on_swarming_builders": true, 883 "can_use_on_swarming_builders": true,
(...skipping 11451 matching lines...) Expand 10 before | Expand all | Expand 10 after
12326 }, 12335 },
12327 { 12336 {
12328 "swarming": { 12337 "swarming": {
12329 "can_use_on_swarming_builders": true 12338 "can_use_on_swarming_builders": true
12330 }, 12339 },
12331 "test": "views_unittests" 12340 "test": "views_unittests"
12332 } 12341 }
12333 ] 12342 ]
12334 } 12343 }
12335 } 12344 }
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