[roll] Roll fuchsia [unwinder] Disable unwinder tests for riscv64

These tests started failing because a clang roll revealed that the FP
unwinder actually has been passing tests purely by chance. The SCS
unwinder succeeding masked the failures by the FP unwinder.

After testing a new clang roll, the FP unwinder passed its heuristics
and successfully unwound a frame which caused the SCS unwinder to then
fail the following frames, revealing the bug.

Original-Bug: https://fxbug.dev/408062964
Original-Bug: https://fxbug.dev/408223281
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243848
Original-Revision: 1a194cadcc7e2263e508a516e488620ea4bb60cd
GitOrigin-RevId: 4a92183964628ccdac2c4819d1b049ebf2401ee6
Change-Id: I5c785a3cb0ea0f21a51defdbbb1e70f41db02e4f
1 file changed
tree: 8b1fd8f914c7df9279ee0c8e69383ceed802db9d
  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.