Add comprehensive C library testsuite #51982
Labels
area: C Library
C Standard Library
area: Tests
Issues related to a particular existing or missing test
Enhancement
Changes/Updates/Additions to existing features
Summary
Add a comprehensive C library test suite that:
Background
We currently have
tests/lib/c_lib
; but, this test suite is by no means comprehensive and is missing many tests leading to the issues like #51978.Resources
Tasks
Test Clean-up
tests/lib/c_lib
tests/lib/libc
, aka. "comprehensive C library test," will replace it in its entirety.tests/lib/sprintf
sprintf
test to exist.tests/lib/libc
test.cbprintf
-specific bits, outside the scope of the ISO C standard, ought to be tested by the cbprintf tests.tests/lib/time
time
test to exist.tests/lib/libc
test.Test Implementation
The text was updated successfully, but these errors were encountered: