[roll] Roll fuchsia [utest][debugger] Allow the test's subprocesses to write to stdout/stderr

This is in preparation for converting these tests to using zxtest, so
that we can see the messages from assertion failures that occur in the
subprocesses.

I expect that these subprocesses had access to stdout/stderr when
these tests were originally written, but some later code changes
dropped that access.

Original-Bug: 51652
Test: Tested by adding a printf() to the "argc >= 2" case in main.cc
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/589006
Original-Revision: 65b71dfbb923588fb27185085887091be43b1449
GitOrigin-RevId: 56f564d00d412b8f1d7edc65b4b1a9e3444ccdc4
Change-Id: Ia188b7a684ba261670325706df8401cb6d7882a6
1 file changed
tree: bef695373d509781566f2cf2ed83bf5a0464c6ca
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.