OLD | NEW |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 }, | 69 }, |
70 { | 70 { |
71 "test": "ui_base_unittests" | 71 "test": "ui_base_unittests" |
72 }, | 72 }, |
73 { | 73 { |
74 "test": "ui_touch_selection_unittests" | 74 "test": "ui_touch_selection_unittests" |
75 }, | 75 }, |
76 { | 76 { |
77 "test": "unit_tests" | 77 "test": "unit_tests" |
78 } | 78 } |
| 79 ], |
| 80 "instrumentation_tests": [ |
| 81 { |
| 82 "test": "AndroidWebViewTest" |
| 83 }, |
| 84 { |
| 85 "test": "ChromePublicTest" |
| 86 }, |
| 87 { |
| 88 "test": "ChromeSyncShellTest" |
| 89 }, |
| 90 { |
| 91 "test": "ContentShellTest" |
| 92 } |
79 ] | 93 ] |
80 }, | 94 }, |
81 "Android Tests (trial)(dbg)": { | 95 "Android Tests (trial)(dbg)": { |
82 "scripts": [ | 96 "scripts": [ |
83 { | 97 { |
84 "name": "telemetry_unittests", | 98 "name": "telemetry_unittests", |
85 "script": "telemetry_unittests.py" | 99 "script": "telemetry_unittests.py" |
86 } | 100 } |
87 ] | 101 ] |
88 }, | 102 }, |
(...skipping 5711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5800 }, | 5814 }, |
5801 { | 5815 { |
5802 "args": [ | 5816 "args": [ |
5803 "--isolate-extensions" | 5817 "--isolate-extensions" |
5804 ], | 5818 ], |
5805 "test": "unit_tests" | 5819 "test": "unit_tests" |
5806 } | 5820 } |
5807 ] | 5821 ] |
5808 } | 5822 } |
5809 } | 5823 } |
OLD | NEW |