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

Simulate OOM errors in the sqlite3OsFetch() function. Run malloc.test as part of the "mmap" permutation.

FossilOrigin-Name: 77443ef2cd0b29b7822eea544ab8c6c4a93cb67b
This commit is contained in:
dan
2013-03-25 18:25:49 +00:00
parent df737fe6f5
commit a64d5a15b7
5 changed files with 12 additions and 10 deletions

View File

@ -143,7 +143,7 @@ test_suite "mmap" -prefix "mm-" -description {
} -presql {
pragma mmap_size = -65536;
} -files [
test_set $allquicktests -exclude *malloc* *ioerr* *fault*
test_set $allquicktests -exclude *malloc* *ioerr* *fault* -include malloc.test
]
test_suite "valgrind" -prefix "" -description {