[libc-commits] [libc] [libc] Disable overflow test in strfromtest (PR #166719)
via libc-commits
libc-commits at lists.llvm.org
Thu Nov 6 07:17:58 PST 2025
================
@@ -514,6 +514,6 @@ class StrfromTest : public LIBC_NAMESPACE::testing::ErrnoCheckingTest {
insufficentBufsize(func); \
} \
TEST_F(LlvmLibc##name##Test, InfAndNanValues) { infNanValues(func); } \
- TEST_F(LlvmLibc##name##Test, CharsWrittenOverflow) { \
- charsWrittenOverflow(func); \
- }
+ // TEST_F(LlvmLibc##name##Test, CharsWrittenOverflow) { \
+ // charsWrittenOverflow(func); \
+ // }
----------------
lntue wrote:
All so add a TODO comment and/or link to a github issue.
https://github.com/llvm/llvm-project/pull/166719
More information about the libc-commits
mailing list