[roll] Roll fuchsia [testing] Unify test statuses

Previously the test case results emitted by `testparser` used completely
different `status` values from the top-level test results emitted by
testrunner. Test cases had statuses like "Pass", "Fail", etc. whereas
top-level tests used "PASS" and "FAIL".

Now both tests and test cases use all-caps "PASS", "FAIL", etc.
statuses, chosen for consistency with ResultDB and because there are
more dependencies on the top-level test status values than on the test
case status values.

This simplifies the resultdb translation logic because it doesn't need
to handle test case and test statuses differently, and will have a
similar beneficial effect for the Sponge processor.

Note that the "ABORT" and "SKIP" statuses for top-level tests aren't
currently accepted by consumers (recipes and the Sponge processor) so we
don't actually emit them yet.

Original-Bug: 49266
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/631582
Original-Revision: 3ae2cd173e61b9fd5ce92c3f3fcf69645c3ab73d
GitOrigin-RevId: 89fe3dcca4534b677166e39ac196e9962500a5ae
Change-Id: Ifc582c3e57bcc818e4a6ef194fb8e0dfd3b8cbd5
1 file changed
tree: 4a68e08307b0b419d6599bb4ae7bccf14313d89a
  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.