| Age | Commit message (Collapse) | Author |
|
stdio test suite. (#149740)
|
|
https://github.com/llvm/llvm-project/issues/60481
|
|
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.
|
|
Summary:
These are simply forwarding the vlist to the existing helper.
|