[roll] Roll fuchsia [diagnostics][cleanup] Use fuchsia::test everywhere

This ensures we won't miss logs from the code called by the tests.

The only remaining place where I couldn't get this to work was in
macros:
- integration_test (triage integration.rs)
- proptests in log-stats

A few tests were emitting expected error logs and hence causing
failures. The BUILD.gn rules for the packages where those were
now ignore ERROR logs.

Tested: existing tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/599487
Original-Revision: 8e8a3c58d89d2f5f86bd95fd90c6df57ef378f19
GitOrigin-RevId: d8fd58a7d6f026839b901186d0efbe6ce26b6e92
Change-Id: I54d342a6dfcccadfa726f75bf2365f998f1ac346
1 file changed
tree: a3a4d591cfa9cd9604d4ddfb286de322427be525
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.