[roll] Roll fuchsia [starnix] Add more signal tests.

This CL adds a few tests to make sure that signals are delivered to
where they should go.

Tests:

* Checks that a process signal can be delivered to any thread that has that signal unblocked.

* Checks that if all threads block the exit signal `SIGCHLD`, it will appear as a pending process signal in the status file.

* Check that during `sigtimedwait` the given signal is removed from the
  blocked signal set.

Original-Bug: 340937109
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1050608
Original-Revision: 72c4490dc6febb8cbcdab60723e3eb923fdf03b5
GitOrigin-RevId: e11115bbeb01332836c5052cb43a63ef68ef2e59
Change-Id: I1eda32993f8d6f2a5a668bb20010dbc21e89b9a6
1 file changed
tree: 6d2e70469565872751cceafde08a783df2a529ed
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.