summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdio
AgeCommit message (Expand)Author
2025-09-14Fix floaing point test. (again)Warner Losh
2025-09-14Fix floaing point test.Warner Losh
2025-09-13libc: prevent incorrect %a/%La rounding at full precisionOsamu Sho
2025-08-09stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav
2025-08-07libc: Fix style nits in flushlbuf regression testDag-Erling Smørgrav
2025-05-16libc: Improve scanfloat test.Dag-Erling Smørgrav
2024-10-23libc: Add one more check in new fmemopen testEd Maste
2024-10-23libc: fix access mode tests in fmemopen(3)Ed Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-07fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-09-11libc: Don't assume signed char.Dag-Erling Smørgrav
2023-09-07libc: Add test cases for N2680.Dag-Erling Smørgrav
2023-09-07libc: Suppress format checks on printf() / scanf() tests.Dag-Erling Smørgrav
2023-09-07libc: Add a wide version of snprintf_test.Dag-Erling Smørgrav
2023-08-28libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav
2023-08-28libc: Add unit tests for N2630 and possible collateral damage.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-01-28stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errorsKonstantin Belousov
2021-09-02getdelim(3): Fix losing data on [EAGAIN]Bryan Drewery
2021-03-01AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson
2018-05-22Conform to Berne Convention.Cy Schubert
2018-04-03Add new gets_s(3) stdio function.Cy Schubert
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-07Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base typeEnji Cooper
2017-02-07Wrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop atf_tc_fail useEnji Cooper
2017-02-07Fix :hexadecimal_floating_point on i386Enji Cooper
2016-10-13Fix typos: use correct string format and value to compare.Ruslan Bukin
2016-09-18Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG callsEnji Cooper
2016-09-18Remove spurious newlines from atf_tc_fail callsEnji Cooper
2016-08-12Checkpoint initial integration workEnji Cooper
2016-07-30Remove last traces of _WITH_GETLINEBaptiste Daroussin
2016-05-12print_positional_test: Fix misuse of wchar APIsConrad Meyer
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-20Fix double fclose of `fp1` when freopen failsEnji Cooper
2016-04-19Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-08Delete bogus freeing of uninitialized dataEnji Cooper
2015-12-08Add missing va_ends for corresponding va_starts to clean up variable argumentsEnji Cooper
2015-12-05Initialize errno to 0 in the nul testcase before testing itEnji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-15Disable -Wformat with scanfloat_test when compiling with gcc to avoid aEnji Cooper
2015-11-15Remove unused variables to fix building worldBaptiste Daroussin
2015-11-15Fix the Indian numbering system (hi_IN.ISCII-DEV) testsEnji Cooper
2015-11-08Convert print_positional_test over to ATFEnji Cooper
2015-11-08printfloat_test and scanfloat_test need symbols from msun; these are automati...Enji Cooper
2015-11-08Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper