1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add extra "PRAGMA mmap_size = N" statements to mmap1.test and mmap2.test.

FossilOrigin-Name: cec0a06c17435d5a35e76b52d6901ecda98f9916
This commit is contained in:
dan
2013-05-17 12:25:00 +00:00
parent ede01a97d3
commit cf8489fe2f
4 changed files with 12 additions and 8 deletions

View File

@ -45,6 +45,7 @@ foreach syscall {mmap mremap} {
for {set i 1} {$i < 20} {incr i} {
reset_db
execsql { PRAGMA mmap_size = 8000000 }
test_syscall fault $i 1
test_syscall errno $syscall ENOMEM