[all-commits] [llvm/llvm-project] 6f4ed3: [libc] Enable hermetic tests for the stdio test su...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Sep 25 09:14:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f4ed39b4aeb24768a73930bcfd510b267c7cbc4
https://github.com/llvm/llvm-project/commit/6f4ed39b4aeb24768a73930bcfd510b267c7cbc4
Author: Joseph Huber <35342157+jhuber6 at users.noreply.github.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M libc/test/src/stdio/CMakeLists.txt
Log Message:
-----------
[libc] Enable hermetic tests for the stdio test suite (#67339)
Summary:
There are several tests here that are not yet using the `add_libc_test`.
Rather than do this individually we should just update these all at
once. These all pass on my x64 build so I'm assuming it should be fine.
More information about the All-commits
mailing list