[roll] Roll fuchsia [bazel] Wrap host_go_test() invocation with `go_test_parser`.

Ensure that each host_go_test() target defines a test script
that launches the test binary using the //tools/go_test_parser
tool. This makes it consistent with the GN go_test.gni definition
and adds support for the `timeout` attribute, which specifies
a test timeout using valid Go durations.

Original-Fixed: 491692070
Original-Bug: 489398821
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1550382
Original-Revision: c62746bc08c60a73c18796b3feb822d31fa77ab6
GitOrigin-RevId: b38a769824db946a0d761ad76c7f2337f95c21db
Change-Id: I196672664d58cb8c7a7fc2e159fee522524af717
1 file changed
tree: a58a8f7bf83c9ace226c2275d8e2f4628b345ce5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.