summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdio
Commit message (Expand)AuthorAgeFilesLines
* Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base typeEnji Cooper2017-02-071-0/+5
* Wrap strcmp/wcscmp calls with ATF_CHECK_MSG and drop atf_tc_fail useEnji Cooper2017-02-071-10/+7
* Fix :hexadecimal_floating_point on i386Enji Cooper2017-02-071-11/+8
* Fix typos: use correct string format and value to compare.Ruslan Bukin2016-10-131-2/+2
* Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG callsEnji Cooper2016-09-182-6/+6
* Remove spurious newlines from atf_tc_fail callsEnji Cooper2016-09-182-4/+4
* Checkpoint initial integration workEnji Cooper2016-08-122-1/+2
* Remove last traces of _WITH_GETLINEBaptiste Daroussin2016-07-301-1/+0
* print_positional_test: Fix misuse of wchar APIsConrad Meyer2016-05-121-3/+4
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Fix double fclose of `fp1` when freopen failsEnji Cooper2016-04-201-1/+0
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellEnji Cooper2016-04-191-0/+2
* MFHGlen Barber2016-03-101-0/+21
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+21
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Delete bogus freeing of uninitialized dataEnji Cooper2015-12-081-1/+0
* Add missing va_ends for corresponding va_starts to clean up variable argumentsEnji Cooper2015-12-082-0/+4
* Initialize errno to 0 in the nul testcase before testing itEnji Cooper2015-12-051-0/+1
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-5/+2
* Disable -Wformat with scanfloat_test when compiling with gcc to avoid aEnji Cooper2015-11-151-0/+8
* Remove unused variables to fix building worldBaptiste Daroussin2015-11-154-13/+2
* Fix the Indian numbering system (hi_IN.ISCII-DEV) testsEnji Cooper2015-11-151-4/+4
* Convert print_positional_test over to ATFEnji Cooper2015-11-081-16/+40
* printfloat_test and scanfloat_test need symbols from msun; these are automati...Enji Cooper2015-11-081-0/+6
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper2015-11-0814-23/+2613
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* In this context fclose() can never fail, so assert it in the testXin LI2015-09-291-0/+1
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper2014-11-162-0/+302
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper2014-11-041-0/+17