[roll] Roll fuchsia [utest][ctor] Convert test to use zxtest instead of unittest

Note that zxtest's EXPECT_*() macros cannot be used in the shared
library (dso-ctor.{cc,h}) because that would get linked against a
separate copy of zxtest, and zxtest now has a check to disallow such
usage.  Change those cases to use ZX_ASSERT().

Original-Bug: 51652
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/584157
Original-Revision: 7892158804d1952564eacfc614a9e06151536f6c
GitOrigin-RevId: 845082ba0793ffb64afc09a80a086cafcb90f992
Change-Id: I04ae1ecdb46c306ecbdba8eb0f5d31fed23aa391
1 file changed
tree: 622f254b36ade165856d8f1a11f2175bf37aa526
  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.