[roll] Roll fuchsia [Starnix] Cleanup tests for extended_pstate.

1. Added "ExtendedPstate.Syscall" to verify that FP/SIMD registers
   are preserved when calling  syscalls.
2. Replaced "Fault.PreserveVectorRegisters" with
   "ExtendedPstate.Signals", which verifies that the registers are
   restored when returning from a signal handler. This functionality
   is not implemented correctly yet, so the test is failing.
3. Renamed "ExtendedPstateInitialState.Basic" to
   "ExtendedPstate.InitialState".

Original-Bug: b/302340440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/924337
Original-Revision: 6010ddd1ea51cb864714f7004ac17f4044926253
GitOrigin-RevId: 564df090714ccaf8514ae231db1e415bd0355f2a
Change-Id: I01dd45a098ca9367fc5aee435f300ec9d539c572
1 file changed
tree: 06155e920bbfd8360947216f4997958c1048bdf2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.