[roll] Roll fuchsia [run-test-suite] Use Rust test for timeout tests

gtest tests always output a note about the random seed used to run a
test.
I tried making some changes which affected the timing at which stdout
is displayed to the user, and this caused timeout tests to fail because
they started showing stdout where none was shown before. Since the test
is specifically verifying timeout behavior, it is inherently sensitive
to timing.
To eliminate flakes related to stdout that may or may not be present,
this change makes the timeout test use a Rust test instead, which never
outputs stdout.

Multiply: run_test_suite_integration_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/686003
Original-Revision: 1fa3d4050e050e7f4e2f0eb6d6e9faa5f884ac6e
GitOrigin-RevId: 0488dd97b27af49bd53d4178dfb4ea05036a0213
Change-Id: I5959e092d8fbffe50f3370beb8984f0e75de026c
1 file changed
tree: 27d1b4bc23902ad006c173d7f64125a7c3831585
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 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.