[roll] Roll fuchsia [bt][at] Round trip tests for AT command serde.

Add tests to confirm that serialization and deseserialization.  These
confirm that AT commands and responses can be converted to strings and
back--and vice versa--through several different paths, and the results
are the same.

Also fixes a bug where the parsers for AT commands were trying to read
from an empty iterator, causing intermittent crashes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/487880
Original-Revision: 1b9d788ae30fbb7bd7fc0bb49f25c893eb9c5e1c
GitOrigin-RevId: e981e522fbe2501b5f46a76175b1141853439d47
Change-Id: I26487c9042d73b1d80c1bad2b34f83bb4ffcedf0
1 file changed
tree: e813792a7ecbc7df0a4ebfe7ea1740df2342d794
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.