[roll] Roll fuchsia [stdcompat]: Variant exception cleanup.

Change the tests to use ASSERT_THROW_OR_ABORT, to work as well with
enabled exceptions as disabled.

cpp17::varinat is current missing a key feature, which is the ability to
use an equivalent of cpp17::visit. This should be provided as well,
since provide the ability to do automatice static dispatch.

Test: stdcompat-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472906
Original-Revision: 08db5e72c45c0e6b2715fc423bdf98f55d2c0370
GitOrigin-RevId: 10c160c0643dd3a4ea6401c8bf9c0f0c27c8cb55
Change-Id: Ic223a39389a3aec37481e78ef38911b64f231748
1 file changed
tree: 6ad9cc7cfc937e260acb393a3cdc705122e85a63
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.