[roll] Roll fuchsia [sestarnix] Remove conflicting gtest helper

The starnix test helper defines `SyscallSucceeds`.
The sestarnix test helper defines its own `SyscallSucceeds`,
with a slightly different API.

The 2 definitions conflict, preventing the use of the starnix
test helper in the sestarnix tests.

This CL removes the sestarnix version of `SyscallSucceeds`.
As a cleanup it also removes the sestarnix version of
`SyscallFailsWithErrno`.

Original-Bug: None
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1264464
Original-Revision: 1b0821b1a658c9e04c09799898e985aa462fea80
GitOrigin-RevId: 9adbee5b2753f904fcdf4c7913f2959eaa811b69
Change-Id: I172b3225909a89e955fc2700566faa6f63d0e80c
1 file changed
tree: ab5cf5552222ce6620ecf4fc9955c1bcb302a2f4
  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 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.