ftmemsim-valgrind/none/tests/mips32/bug320057-mips32.stdout.exp
Petar Jovanovic 302ca71a6a mips32: another VG_(am_get_advisory) needs non-single-page-size adjustment
Another mmap issue in which another VG_(am_get_advisory) needs adjustment
wrapper for cases when (VKI_SHMLBA > VKI_PAGE_SIZE) and argument is
VKI_MAP_SHARED.

Fix by DejanJ for Bug #320057.
Issue and the test case by Vasile Floroiu.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13450
2013-07-12 15:32:27 +00:00

6 lines
143 B
Plaintext

shm_open(); status: Success
ftruncate(fd, SZ); status: Success
mmap(); status: Success
munmap(); status: Success
shm_unlink(); status: Success