[roll] Roll fuchsia [starnix][tests] Add zombie pipe writer tests

Adds two syscall tests to verify the deterministic close behavior of
pipes when their only writers exit:

- ZombieWriter: Verifies that when a single-threaded child process
  exits, the write end of the pipe is closed instantly, even if the
  child remains a zombie and is not yet reaped.
- ZombieMultiThreadedWriter: Verifies that the write end is closed
  instantly when a multi-threaded child process's main thread (the last
  thread) exits, even if spawned threads exited earlier.

Original-Original-Bug: 297440106
Test: starnix_syscalls_cpp_tests (pipe_test)
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1629474
Original-Original-Revision: feae06c7433a239a6d21c85d580b66aba4c320f3
GitOrigin-RevId: 297f60245b7eaea79b60c1813f84ef7445cc233e
Change-Id: Ie4de8f56bbfde037734ee2055662c36d1bc027f3
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1635255
Cr-Commit-Position: refs/heads/main@{#193854}
1 file changed
tree: adf827f5b2f9a9dafb07f9c5f89c9dc2e709c2b3
  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.