History log of /openbsd-src/regress/lib/libc/open_memstream/open_memstreamtest.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 0fca8aca 13-May-2019 bluhm <bluhm@openbsd.org>

The call to fseek(fp, -1, SEEK_END) also sets the reported size to
this value. To match the expectation of the test again, move this
line before the the code that sets the final position.
OK yasuoka@


# 384a789d 02-May-2019 yasuoka <yasuoka@openbsd.org>

Add test fseek(,-1) works properly.


# 2b1dab59 20-Jul-2014 guenther <guenther@openbsd.org>

Fix ordering breakage, moving the fclose() test last again.
Also correct some format strings.

From Doug Hogan (doug (at) acyclic.org)


# ee8af14a 28-Mar-2013 mpi <mpi@openbsd.org>

More tests for negative seeks, prodded by matthew@


# 840b6301 25-Mar-2013 guenther <guenther@openbsd.org>

Add some more tests; prodded by mpi@


# 23468c0e 01-Jan-2013 mpi <mpi@openbsd.org>

Simple tests for fmemopen(3) and open_memstream(3)