commit | 5d082be28badc0e8e968438ab4f8b1feedb7f836 | [log] [tgz] |
---|---|---|
author | Marco Vanotti <mvanotti@fuchsia.infra.roller.google.com> | Tue Jun 04 17:51:02 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 04 10:52:17 2024 -0700 |
tree | 6d2e70469565872751cceafde08a783df2a529ed | |
parent | 630e597fb67189ce614d69da06652f535e0d9102 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.