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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ], | 79 ], |
80 "instrumentation_tests": [ | 80 "instrumentation_tests": [ |
81 { | 81 { |
82 "test": "AndroidWebViewTest" | 82 "test": "android_webview_test_apk" |
83 }, | 83 }, |
84 { | 84 { |
85 "test": "ChromePublicTest" | 85 "test": "chrome_public_test_apk" |
86 }, | 86 }, |
87 { | 87 { |
88 "test": "ChromeSyncShellTest" | 88 "test": "chrome_sync_shell_test_apk" |
89 }, | 89 }, |
90 { | 90 { |
91 "test": "ContentShellTest" | 91 "test": "content_shell_test_apk" |
92 } | 92 } |
93 ] | 93 ] |
94 }, | 94 }, |
95 "Android Tests (trial)(dbg)": { | 95 "Android Tests (trial)(dbg)": { |
96 "gtest_tests": [ | 96 "gtest_tests": [ |
97 { | 97 { |
98 "args": [ | 98 "args": [ |
99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" | 99 "--isolate_file_path=src/third_party/WebKit/Source/platform/heap/Blink
HeapUnitTests.isolate" |
100 ], | 100 ], |
101 "test": "blink_heap_unittests" | 101 "test": "blink_heap_unittests" |
(...skipping 7595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7697 }, | 7697 }, |
7698 { | 7698 { |
7699 "args": [ | 7699 "args": [ |
7700 "--isolate-extensions" | 7700 "--isolate-extensions" |
7701 ], | 7701 ], |
7702 "test": "unit_tests" | 7702 "test": "unit_tests" |
7703 } | 7703 } |
7704 ] | 7704 ] |
7705 } | 7705 } |
7706 } | 7706 } |
OLD | NEW |