[roll] Roll fuchsia [zircon][core] Add FIFO boundary and argument validation tests

Add FIFO test coverage for:
- zx_fifo_create element size/count boundaries (exact 4096 limit, zero sizes).
- zx_fifo_read/write with NULL actual_count parameters.

Original-Original-Bug: 513605067
Test: fx test core-fifo-test-package
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1614369
Original-Original-Revision: 685f8ed0f761b526e6bd3e0d30d8eb488d130e90
GitOrigin-RevId: 562892ab83e5388aafdf9295b691f3c2c9814be9
Change-Id: Ib56848acea1e35987fd922a51fd0c112378f9ce8
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1614496
Cr-Commit-Position: refs/heads/main@{#192887}
1 file changed
tree: c3576b5a0c8b6d4ab910c15caa1c5c2878c67046
  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.