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

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

Issue 2746453003: Fix several issues with VR instrumentation tests (Closed)
Patch Set: Please work this time Created 3 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 | « chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java ('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 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "swarming": { 248 "swarming": {
249 "can_use_on_swarming_builders": false 249 "can_use_on_swarming_builders": false
250 }, 250 },
251 "test": "vr_shell_unittests" 251 "test": "vr_shell_unittests"
252 } 252 }
253 ], 253 ],
254 "instrumentation_tests": [ 254 "instrumentation_tests": [
255 { 255 {
256 "args": [ 256 "args": [
257 "--shared-prefs-file=src/chrome/android/shared_preference_files/test/v r_cardboard_skipdon_setupcomplete.json", 257 "--shared-prefs-file=src/chrome/android/shared_preference_files/test/v r_cardboard_skipdon_setupcomplete.json",
258 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/vr_service s/vr_services_current.apk" 258 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/vr_service s/vr_services_current.apk",
259 "--strict-mode=off"
259 ], 260 ],
260 "test": "chrome_public_test_vr_apk" 261 "test": "chrome_public_test_vr_apk"
261 }, 262 },
262 { 263 {
263 "args": [ 264 "args": [
264 "--shared-prefs-file=src/chrome/android/shared_preference_files/test/v r_ddview_skipdon_setupcomplete.json", 265 "--shared-prefs-file=src/chrome/android/shared_preference_files/test/v r_ddview_skipdon_setupcomplete.json",
265 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/vr_service s/vr_services_current.apk", 266 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/vr_service s/vr_services_current.apk",
266 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/daydream_h ome/daydream_home_current.apk" 267 "--additional-apk=src/third_party/gvr-android-sdk/test-apks/daydream_h ome/daydream_home_current.apk",
268 "--strict-mode=off"
267 ], 269 ],
268 "test": "chrome_public_test_vr_apk" 270 "test": "chrome_public_test_vr_apk"
269 } 271 }
270 ] 272 ]
271 }, 273 },
272 "Browser Side Navigation Linux": { 274 "Browser Side Navigation Linux": {
273 "gtest_tests": [ 275 "gtest_tests": [
274 { 276 {
275 "args": [ 277 "args": [
276 "--enable-browser-side-navigation", 278 "--enable-browser-side-navigation",
(...skipping 12473 matching lines...) Expand 10 before | Expand all | Expand 10 after
12750 }, 12752 },
12751 { 12753 {
12752 "swarming": { 12754 "swarming": {
12753 "can_use_on_swarming_builders": false 12755 "can_use_on_swarming_builders": false
12754 }, 12756 },
12755 "test": "views_unittests" 12757 "test": "views_unittests"
12756 } 12758 }
12757 ] 12759 ]
12758 } 12760 }
12759 } 12761 }
OLDNEW
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698