[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Fix file collision causing test flake (#106119)

In patch #105293 tests for vfscanf were added, meant to be identical to
the fscanf tests. Unfortunately, the author forgot to rename the target
file causing an occasional test flake where one test writes to the file
while the other is trying to read it. This patch fixes the issue by
renaming the target test file for the vfscanf test.

GitOrigin-RevId: 019f6a25330eb87fbbeef0e41d3574db3cf89292
Original-Revision: 4f66756562a69c236872acd2a73c1dff2417a278
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108535
Original-Revision: 2e7b88307219b1e294288ba890c914c520b6b900
Change-Id: I9173879a1ab52fd608c2d7700081270992a89848
1 file changed
tree: 9c3f4e97b6c7e8bd0bc3656239e8d35822375c12
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.