[roll] Roll fuchsia [starnix][tests] Skip PtyTest.TCFLSH*

https://github.com/google/gvisor/commit/9350bba implemented TCFLSH and
added syscall tests to exercise it. These tests use a background thread
to perform blocking operations, relying on TCFLSH to wake.

Starnix does not implement TCFLSH. As a result, the blocking calls do
not return. This causes the entire PtyTest suite to time out.

Original-Bug: 322893703
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574398
Original-Revision: 4167564fdbd08a93e977802ed1b02e5c94fc5960
GitOrigin-RevId: e10c4d57c844db627f0d9cfcd7799d52ce3b43af
Change-Id: Ia8850d8c7f4f3fde91a9062ce51216e7e3c154bd
1 file changed
tree: 10f9274f803fc629009d54ab9bb8dd5e3d7f3a61
  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.