[roll] Roll fuchsia [ftl] Delete read/write fuzzer.

This fuzzer mostly wrote random data to the device and ensured that it
could read the same set of random data back. As a fuzzer it is
essentially just testing the same operation repeatedly with different
data, but that data is not actually processed, it is treated as an
opaque blob. While this not being true would be worrying, it is not a
real issue that is expected to ever come up, and if it does then we've
moved on to doing something very strange.

Original-Fixed: 94146

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666599
Original-Revision: 0d55166e848bb94e7382530969d439e629ddc9d8
GitOrigin-RevId: d7f6ce845f0193bab9a6845155363e2d8d9d7190
Change-Id: I09375bf5338c81ca8a38e7f939ec5cd6a10b616d
1 file changed
tree: 21117aca52055f3260bc9360f448946128af3dac
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.