[roll] Roll fuchsia [testing] test attribute on host no longer initializing logging

The docs for the macro #[fuchsia::test] state that when implemented on
the host, they do not initialize a logger and that the host must have
logging initialized. That was not true until this CL.

This adds tests to ensure that when a #[fuchsia::test] is run on the
host that a logger is not initialized, and that when it is run on the
target that it is initialized.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1283246
Original-Revision: b6280f56fb4c51f3031a4247d35ee9a6c4063167
GitOrigin-RevId: 47e97d41a4dbc36b5f1fe503818abf191dd72cc4
Change-Id: Ida328cdf4c5f7f10762e86f5a9a03e63f8a5774e
1 file changed
tree: 13ed0dbaa28260100c8c64cfa3b92f06c0ee8b0b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.