Integrate test expectation-parsing code into TYP.

As noted in earlier CLs on this bug, this adds support for
the "tagged test list" variant of bit.ly/chromium-test-list-format
to TYP.

Programmatically, this is done by adding support for a single file
argument (-X/--expectations-file) and a list of tags (-x/--tags),
both specified as args to the runner like most other parameters.

The "tags" must be the subset of tags specified in the
file that should be applied to the tests in this run. For example,
if the tags are [ Debug Release ] and [ Mac Win Linux ], then
you might specify `-x Mac -x Debug` for a debug Mac build.

Bug: chromium:835690
Change-Id: I165964e4f4f6403f01669500d0ea90a99e2e8b81
Reviewed-on: https://chromium-review.googlesource.com/c/1171876
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
4 files changed
tree: c9f9a87011a1e117cf6eb1ec833d8a2b76b92a7f
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gitignore
  22. .vpython
  23. AUTHORS
  24. BUILD.gn
  25. codereview.settings
  26. CONTRIBUTING.md
  27. generate_telemetry_build.py
  28. LICENSE
  29. navbar.md
  30. OWNERS
  31. PRESUBMIT.py
  32. pylintrc
  33. README.md
  34. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide

Current build status