[roll] Roll fuchsia [zircon][core] Expand Socket core test coverage

Implement 8 new zxtest cases verifying:
- zx_socket_create invalid argument checks.
- zx_socket_write/read invalid options, rights (reducing ZX_RIGHT_WRITE/READ),
  and wrong handle types (ZX_OBJ_TYPE_VMO instead of socket).
- zx_socket_set_disposition wrong handle type errors.

Original-Original-Bug: 513605067
Test: fx test core-socket-test-package
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1614372
Original-Original-Revision: 9303ae4b45f1aae6a0e9394bdcfbf7069a03e93a
GitOrigin-RevId: 80167a7f0c0261435c52fb8128c7f5e604d9e617
Change-Id: Ie5a9339287e5a61683e17a71565718947b124a19
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1615932
Cr-Commit-Position: refs/heads/main@{#192883}
1 file changed
tree: 95fad31b59928bc4770243dee5eb843c58ce0f32
  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.