| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Asan Builder Tests (dbg)": { |
| 3 "gtest_tests": [ |
| 4 { |
| 5 "args": [ |
| 6 "--tool=asan" |
| 7 ], |
| 8 "test": "android_webview_unittests" |
| 9 }, |
| 10 { |
| 11 "args": [ |
| 12 "--tool=asan" |
| 13 ], |
| 14 "test": "base_unittests" |
| 15 }, |
| 16 { |
| 17 "args": [ |
| 18 "--tool=asan" |
| 19 ], |
| 20 "test": "cc_unittests" |
| 21 }, |
| 22 { |
| 23 "args": [ |
| 24 "--tool=asan" |
| 25 ], |
| 26 "test": "components_unittests" |
| 27 }, |
| 28 { |
| 29 "args": [ |
| 30 "--tool=asan" |
| 31 ], |
| 32 "test": "content_browsertests" |
| 33 }, |
| 34 { |
| 35 "args": [ |
| 36 "--tool=asan" |
| 37 ], |
| 38 "test": "content_unittests" |
| 39 }, |
| 40 { |
| 41 "args": [ |
| 42 "--tool=asan" |
| 43 ], |
| 44 "test": "events_unittests" |
| 45 }, |
| 46 { |
| 47 "args": [ |
| 48 "--tool=asan" |
| 49 ], |
| 50 "test": "gl_tests" |
| 51 }, |
| 52 { |
| 53 "args": [ |
| 54 "--tool=asan" |
| 55 ], |
| 56 "test": "gl_unittests" |
| 57 }, |
| 58 { |
| 59 "args": [ |
| 60 "--tool=asan" |
| 61 ], |
| 62 "test": "gpu_unittests" |
| 63 }, |
| 64 { |
| 65 "args": [ |
| 66 "--tool=asan" |
| 67 ], |
| 68 "test": "ipc_tests" |
| 69 }, |
| 70 { |
| 71 "args": [ |
| 72 "--tool=asan" |
| 73 ], |
| 74 "test": "media_unittests" |
| 75 }, |
| 76 { |
| 77 "args": [ |
| 78 "--tool=asan" |
| 79 ], |
| 80 "test": "midi_unittests" |
| 81 }, |
| 82 { |
| 83 "args": [ |
| 84 "--tool=asan" |
| 85 ], |
| 86 "test": "net_unittests" |
| 87 }, |
| 88 { |
| 89 "args": [ |
| 90 "--tool=asan" |
| 91 ], |
| 92 "test": "skia_unittests" |
| 93 }, |
| 94 { |
| 95 "args": [ |
| 96 "--tool=asan" |
| 97 ], |
| 98 "test": "sql_unittests" |
| 99 }, |
| 100 { |
| 101 "args": [ |
| 102 "--tool=asan" |
| 103 ], |
| 104 "test": "sync_unit_tests" |
| 105 }, |
| 106 { |
| 107 "args": [ |
| 108 "--tool=asan" |
| 109 ], |
| 110 "test": "ui_android_unittests" |
| 111 }, |
| 112 { |
| 113 "args": [ |
| 114 "--tool=asan" |
| 115 ], |
| 116 "test": "ui_base_unittests" |
| 117 }, |
| 118 { |
| 119 "args": [ |
| 120 "--tool=asan" |
| 121 ], |
| 122 "test": "ui_touch_selection_unittests" |
| 123 }, |
| 124 { |
| 125 "args": [ |
| 126 "--tool=asan" |
| 127 ], |
| 128 "test": "unit_tests" |
| 129 }, |
| 130 { |
| 131 "args": [ |
| 132 "--tool=asan" |
| 133 ], |
| 134 "test": "webkit_unit_tests" |
| 135 } |
| 136 ] |
| 137 }, |
| 2 "Android Cloud Tests": { | 138 "Android Cloud Tests": { |
| 3 "gtest_tests": [ | 139 "gtest_tests": [ |
| 4 { | 140 { |
| 5 "test": "android_webview_unittests" | 141 "test": "android_webview_unittests" |
| 6 }, | 142 }, |
| 7 { | 143 { |
| 8 "test": "base_unittests" | 144 "test": "base_unittests" |
| 9 }, | 145 }, |
| 10 { | 146 { |
| 11 "override_compile_targets": [ | 147 "override_compile_targets": [ |
| (...skipping 7833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7845 }, | 7981 }, |
| 7846 { | 7982 { |
| 7847 "args": [ | 7983 "args": [ |
| 7848 "--isolate-extensions" | 7984 "--isolate-extensions" |
| 7849 ], | 7985 ], |
| 7850 "test": "unit_tests" | 7986 "test": "unit_tests" |
| 7851 } | 7987 } |
| 7852 ] | 7988 ] |
| 7853 } | 7989 } |
| 7854 } | 7990 } |
| OLD | NEW |