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

Side by Side Diff: build/android/test_runner.pydeps

Issue 2933993002: Add local results details pages.
Patch Set: Add --local-output arg which enables local results detail pages. Created 3 years, 5 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
OLDNEW
1 # Generated by running: 1 # Generated by running:
2 # build/print_python_deps.py --root build/android --output build/android/test_ runner.pydeps build/android/test_runner.py 2 # build/print_python_deps.py --root build/android --output build/android/test_ runner.pydeps build/android/test_runner.py
3 ../../third_party/catapult/common/py_trace_event/py_trace_event/__init__.py 3 ../../third_party/catapult/common/py_trace_event/py_trace_event/__init__.py
4 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event.py 4 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event.py
5 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /__init__.py 5 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /__init__.py
6 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /decorators.py 6 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /decorators.py
7 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /log.py 7 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /log.py
8 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /meta_class.py 8 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /meta_class.py
9 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /multiprocessing_shim.py 9 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl /multiprocessing_shim.py
10 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_time.py 10 ../../third_party/catapult/common/py_trace_event/py_trace_event/trace_time.py
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ../../third_party/markupsafe/_native.py 146 ../../third_party/markupsafe/_native.py
147 ../../tools/swarming_client/libs/__init__.py 147 ../../tools/swarming_client/libs/__init__.py
148 ../../tools/swarming_client/libs/logdog/__init__.py 148 ../../tools/swarming_client/libs/logdog/__init__.py
149 ../../tools/swarming_client/libs/logdog/bootstrap.py 149 ../../tools/swarming_client/libs/logdog/bootstrap.py
150 ../../tools/swarming_client/libs/logdog/stream.py 150 ../../tools/swarming_client/libs/logdog/stream.py
151 ../../tools/swarming_client/libs/logdog/streamname.py 151 ../../tools/swarming_client/libs/logdog/streamname.py
152 ../../tools/swarming_client/libs/logdog/varint.py 152 ../../tools/swarming_client/libs/logdog/varint.py
153 ../util/lib/common/unittest_util.py 153 ../util/lib/common/unittest_util.py
154 devil_chromium.py 154 devil_chromium.py
155 pylib/__init__.py 155 pylib/__init__.py
156 pylib/android/__init__.py
157 pylib/android/logdog_logcat_monitor.py
158 pylib/base/__init__.py 156 pylib/base/__init__.py
159 pylib/base/base_test_result.py 157 pylib/base/base_test_result.py
160 pylib/base/environment.py 158 pylib/base/environment.py
161 pylib/base/environment_factory.py 159 pylib/base/environment_factory.py
160 pylib/base/output_manager.py
161 pylib/base/output_manager_factory.py
162 pylib/base/test_collection.py 162 pylib/base/test_collection.py
163 pylib/base/test_exception.py 163 pylib/base/test_exception.py
164 pylib/base/test_instance.py 164 pylib/base/test_instance.py
165 pylib/base/test_instance_factory.py 165 pylib/base/test_instance_factory.py
166 pylib/base/test_run.py 166 pylib/base/test_run.py
167 pylib/base/test_run_factory.py 167 pylib/base/test_run_factory.py
168 pylib/base/test_server.py 168 pylib/base/test_server.py
169 pylib/chrome_test_server_spawner.py 169 pylib/chrome_test_server_spawner.py
170 pylib/constants/__init__.py 170 pylib/constants/__init__.py
171 pylib/constants/host_paths.py 171 pylib/constants/host_paths.py
(...skipping 16 matching lines...) Expand all
188 pylib/local/device/local_device_linker_test_run.py 188 pylib/local/device/local_device_linker_test_run.py
189 pylib/local/device/local_device_monkey_test_run.py 189 pylib/local/device/local_device_monkey_test_run.py
190 pylib/local/device/local_device_perf_test_run.py 190 pylib/local/device/local_device_perf_test_run.py
191 pylib/local/device/local_device_test_run.py 191 pylib/local/device/local_device_test_run.py
192 pylib/local/local_test_server_spawner.py 192 pylib/local/local_test_server_spawner.py
193 pylib/local/machine/__init__.py 193 pylib/local/machine/__init__.py
194 pylib/local/machine/local_machine_environment.py 194 pylib/local/machine/local_machine_environment.py
195 pylib/local/machine/local_machine_junit_test_run.py 195 pylib/local/machine/local_machine_junit_test_run.py
196 pylib/monkey/__init__.py 196 pylib/monkey/__init__.py
197 pylib/monkey/monkey_test_instance.py 197 pylib/monkey/monkey_test_instance.py
198 pylib/output/__init__.py
199 pylib/output/local_output_manager.py
200 pylib/output/remote_output_manager.py
198 pylib/perf/__init__.py 201 pylib/perf/__init__.py
199 pylib/perf/perf_test_instance.py 202 pylib/perf/perf_test_instance.py
200 pylib/results/__init__.py 203 pylib/results/__init__.py
201 pylib/results/flakiness_dashboard/__init__.py 204 pylib/results/flakiness_dashboard/__init__.py
202 pylib/results/flakiness_dashboard/json_results_generator.py 205 pylib/results/flakiness_dashboard/json_results_generator.py
203 pylib/results/flakiness_dashboard/results_uploader.py 206 pylib/results/flakiness_dashboard/results_uploader.py
204 pylib/results/json_results.py 207 pylib/results/json_results.py
208 pylib/results/presentation/__init__.py
209 pylib/results/presentation/standard_gtest_merge.py
210 pylib/results/presentation/test_results_presentation.py
205 pylib/results/report_results.py 211 pylib/results/report_results.py
206 pylib/utils/__init__.py 212 pylib/utils/__init__.py
207 pylib/utils/decorators.py 213 pylib/utils/decorators.py
208 pylib/utils/device_dependencies.py 214 pylib/utils/device_dependencies.py
209 pylib/utils/dexdump.py 215 pylib/utils/dexdump.py
210 pylib/utils/google_storage_helper.py 216 pylib/utils/google_storage_helper.py
211 pylib/utils/logdog_helper.py 217 pylib/utils/logdog_helper.py
212 pylib/utils/logging_utils.py 218 pylib/utils/logging_utils.py
213 pylib/utils/proguard.py 219 pylib/utils/proguard.py
214 pylib/utils/repo_utils.py 220 pylib/utils/repo_utils.py
215 pylib/utils/shared_preference_utils.py 221 pylib/utils/shared_preference_utils.py
216 pylib/valgrind_tools.py 222 pylib/valgrind_tools.py
217 test_runner.py 223 test_runner.py
218 tombstones.py 224 tombstones.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698