[roll] Roll fuchsia [starnix] Test that futex_wait can be interrupted.

If a thread waiting on a futex receives a signal that triggers a signal
handler, and the signal disposition didn't set `SA_RESTART`, the futex
syscall should return with a `EINTR` error number.

This CL adds a test for that. The main thread sets up a signal handler
for `SIGUSR1` that doesn't do anything, spawns the second thread and
waits on a futex. The second thread blocks `SIGUSR1` on that thread, and
sends a process-directed `SIGUSR1` every 100ms.

The expected result is that the main thread is interrupted while waiting
for the futex.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1065248
Original-Revision: 4adee895372f6e78cf076528be5abf28699f9deb
GitOrigin-RevId: 0a504b229a5e58f72a7b9ab034fb1f3e03970d69
Change-Id: I69fe8b07629d7ad5f24b9f6b5ef5ceb4bf899918
1 file changed
tree: 815495d847ee068d3c114bfaf11338c2890d897c
  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.