[roll] Roll fuchsia Revert "[userboot][core-tests] Expose when midr.txt is emitted"

This reverts commit fe30e3e8769e7f4246a320a4fb28d69360e7261f.

Reason for revert: Accidentally submitted

Original change's description:
> [userboot][core-tests] Expose when midr.txt is emitted
>
> Currently we only emit midr.txt when ZX_DEBUG_ASSERT_IMPLEMENTED is
> nonzero. However, we are trying to run core tests in a configuration
> where it is 0 (*-no_kernel_debug) and are failing to skip the
> ProcessTest.GetInfoRuntime* tests in that context since there is no
> midr.txt to make the "is Cavium?" check.
>
> Instead of having the core test logic hardcode an expectation around
> when a midr.txt is present, we introduce a constant in libuserabi that
> can be consulted instead. When it indicates that no midr.txt is present
> then we will always skip this test.
>
> Original-Fixed: 467750183
> Change-Id: I46ef44decd787450b812b686fb97a0e38a10f2ce
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1447011
> Fuchsia-Auto-Submit: Joshua Seaton <joshuaseaton@google.com>
> Reviewed-by: Nick Maniscalco <maniscalco@google.com>
> Commit-Queue: Joshua Seaton <joshuaseaton@google.com>

Original-Bug: 467750183
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1451511
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 6f29cdd9f48f5bfa5f9a4fa8bc94138cb4b63191
GitOrigin-RevId: e1a32c49bb94955c2d2809532e2c45713fb35b7b
Change-Id: I20d57f0fadf290f9beda9156347d69391e949b67
1 file changed
tree: 118cc4a8d037eb31b6c5b1120389656023f2face
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.