tree: 8455b8ec2b445a4e096a1d2e67445e1e30a1818e [path history] [tgz]
  1. goldens/
  2. test/
  3. analysis_options.yaml
  4. BUILD.gn
  5. echo.proto
  6. echo_client.proto
  7. echo_client_sync.proto
  8. echo_sync_crash.proto
  9. generate_debug.sh
  10. OWNERS
  11. pubspec.yaml
  12. README.md
  13. snapshot.proto
src/tests/end_to_end/fidlcat/README.md

fidlcat_test README

What is this test about?

This is a set of tests for the host tool fidlcat. fidlcat is a host tool that communicates with a debug agent on the target. The debug agent monitors a target process for FIDL-related behavior (mostly sending and receiving FIDL messages) and reports it back to fidlcat.

Because fidlcat communicates with the target, we need to write an e2e test to exercise that interaction.

Relevant code paths with unit and integration tests:

//tools/fidlcat
//src/lib/fidl_codec
//src/developer/debug/debug_agent

See the fidlcat docs for more information about fidlcat.