summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/open_memstream (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm2019-05-131-10/+10
| | | | | | this value. To match the expectation of the test again, move this line before the the code that sets the final position. OK yasuoka@
* Add test fseek(,-1) works properly.yasuoka2019-05-021-3/+8
|
* Fix ordering breakage, moving the fclose() test last again.guenther2014-07-201-6/+22
| | | | | | Also correct some format strings. From Doug Hogan (doug (at) acyclic.org)
* trailing whitespace makes 'make depend' sad. ok mpi@dtucker2013-06-021-2/+2
|
* More tests for negative seeks, prodded by matthew@mpi2013-03-281-1/+23
|
* Add some more tests; prodded by mpi@guenther2013-03-251-12/+58
|
* Simple tests for fmemopen(3) and open_memstream(3)mpi2013-01-012-0/+102