[roll] Roll fuchsia [network/tests] Reduce allocs in netstack_test

Use lazy iteration to avoid collecting all generated test cases in
intermediate vectors. Rely on the final source generation via syn::quote
to evaluate the iterators inline.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/878874
Original-Revision: b8ff0c2d301729e53595dcf9ec41808efad02c32
GitOrigin-RevId: bb4e776ed471c0370cc74db3ec723de5d5e75cc3
Change-Id: I446aa45ab8550863daf703d62e6895d60f12cc99
1 file changed
tree: 363e9af481dede557e9e0d5631c0d3c68ed006ce
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.