Update the expectation parser in TYP to match the new format.

The "tagged list" file format in bit.ly/chromium-test-list-format
drifted a bit from what was implemented in common/py_utils. Most
notably, we switched to using "[" and "]" to enclose the list of
tags, so that the list of tags could span multiple lines.

This CL also updates the json_results.py class to be consistent
with the spec by using "PASS" instead of "Pass", etc.

Bug: chromium:835690
Change-Id: I533d801b05d61d4f3c8dc15ef9c3f22b10308f6f
Reviewed-on: https://chromium-review.googlesource.com/c/1171875
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
5 files changed
tree: 463587b695c51f701b90f3a912f4d4007ba6985b
  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