[roll] Roll fuchsia [fixit][stdcompat] Update source_location tests

std::source_location::file_name returns the full function signature.
__builtin_FUNCTION which is used as the polyfill only returns the
function name on clang and includes the template arguments on gcc.
__PRETTY_FUNCTION__ matches std::source_location::file_name but can't be
used as a default argument. gcc and clang also format the function
signatures returned from std::source_location::file_name differently.

The file_name tests have been updated to make sure that at least
the name of the function is present instead of trying to do a full
string match.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/800543
Original-Revision: e7781805e63ac0805e82da160394ea051e8e6c7e
GitOrigin-RevId: 5db5608026839a16d88a61c72bf925720e31a939
Change-Id: Id71ef73e584ae295db285224033121b5b2ce15dd
1 file changed
tree: 8226f5362ef2bcd3e56cb008aa119b1a96734cbf
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.