commit | c41c178524c26f4ad6d6ae45adf1c3df24fc7ea4 | [log] [tgz] |
---|---|---|
author | Nick Brown <nickbrow@fuchsia.infra.roller.google.com> | Tue Jan 31 03:58:53 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 30 20:00:19 2023 -0800 |
tree | 1ecff9004f8ca5f64d8cbdd6ccbec8ad29a3bd9b | |
parent | 3d1704d56356785220e121ddbd5183262d737567 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.