[roll] Roll fuchsia [zbitl] Cosmetically update tests

This change does the following:
(1) view-tests.(h|cc) -> span-tests.(h|cc)
(2) memory-tests.(h|cc) -> array-tests.(h|cc)
(3) foo-tests.h no longer includes tests.h
(4) kExpectOneshotReads -> kExpectOneShotReads

(1) is more precise and it will not seem amiss when BOOTFS-specific
tests are added to "span-tests.cc". (2) is also more precise, and
otherwise it would seem strange to have "span-tests" separate from
"memory-tests". (3) is for better inclusion hygiene (nothing in tests.h
is really used in the other headers) and it will serve in a follow-up to
include array-tests.h in tests.h, which this makes possible.

Original-Bug: 68585
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/523401
Original-Revision: adb6e0bb5851d8320c2dbb49b6ef165781a77c37
GitOrigin-RevId: dd9c288da115897336e42680e23218f0bf54f207
Change-Id: I13d417b254515c6f6aa80dcb7de73521b989fdee
1 file changed
tree: 56aeccfa31b973a57bf5d2aa09106a0e112e5a93
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.