[libc-commits] [libc] [libc] Disable overflow test in strfromtest (PR #166719)
Marcell Leleszi via libc-commits
libc-commits at lists.llvm.org
Thu Nov 6 09:25:17 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); \
+ // }
----------------
mleleszi wrote:
Done.
https://github.com/llvm/llvm-project/pull/166719
More information about the libc-commits
mailing list