[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.