[roll] Roll fuchsia [test] add create_no_exception_channel test_spec

This CL adds a new test_spec parameter called 'create_no_exception_channel',
which, when set to true, will prevent test_manager from creating its own
exception channels (via debug_agent). When this parameter is set, test
output will not include supplemental backtrace information, but the
test runs fine otherwise.

Tests that need this will include those that create exception channels
at the job level.

For now, debug_agent integration in test_manager is disabled, so these
changes will do nothing. A future CL will add creates_exception_channel
where needed and turn on debug_agent integration.

Original-Bug: 286555768

Test: unit tests added

Run-All-Tests: true

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1097376
Original-Revision: f4b9adc1fcdf48a9be07ebfe48ff7ff6b0a54bfe
GitOrigin-RevId: ea61c7bfa73d4cfd30cf8dcef7ef750d80c4e4fd
Change-Id: I7f3d5fe85d705b7e7272b563d8eb706159a3ac1a
1 file changed
tree: 9b268797db5b1bf815957aa2df2919af856d69c7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.