[roll] Roll fuchsia [zxdb][e2e_tests] Disable pretty_types test

An upstream libc++ change
(https://github.com/llvm/llvm-project/pull/134819) modified the
`std::map` node structure such that the private `__c_` field no longer
exists, but `pretty_type_manager.cc` still emits this field.

This CL disables the pretty_types test to unblock rolling Fuchsia with newer revisions of the toolchain. A TODO is put into place to
update the c++ globs.

Original-Bug: 418038360
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1278648
Original-Revision: b0ff58d95c7abe7983d9bdc3bc28e8e002286e38
GitOrigin-RevId: ffc33b2073b72c67d816df032ea2cdfbed2e11d0
Change-Id: Iffa8d55b0f76972fc1e57b3e001d69b55aa599dd
1 file changed
tree: 9ea1cc5af6f57820c644dc93dcf75ff954d3c559
  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.