[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}
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.