[roll] Roll fuchsia [expectation] Support testing cases with err logs

By default, Fuchsia test framework fails test invocations in which
any case generates an error log -- even when the case is expected to
fail (see https://fxbug.dev/65359). In order to get around this
limitation:

- Introduce expectations for "expect_{pass|failure}_with_err_logs"
- Expose a GN flag that lets a test author run any of {all cases, just
  the cases producing error logs, just the cases NOT producing error
  logs}.

This lets authors easily break up test suites in which some but not all
cases produce error logs and run them with the appropriate log severity.

Original-Bug: 115159
Original-Fixed: 120566
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/792802
Original-Revision: bb545b5472b5ff17662c9a0bcef4d5660ae209b7
GitOrigin-RevId: e14b23a618114cdbf322f75080e7e4883c032beb
Change-Id: Ife68b7b8d2c2eae2fb1c0e5752931a70acad4610
1 file changed
tree: 1ecff9004f8ca5f64d8cbdd6ccbec8ad29a3bd9b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.