SQLite

Check-in [7522d2fb32]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add some extra tests for malloc failure during expression parsing and execution using fuzzily generated SQL. (CVS 4043)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7522d2fb3204d107b8b4816d7f39c88741f20230
User & Date: danielk1977 2007-05-30 10:36:47.000
Context
2007-05-31
08:20
Extend out-of-memory testing with fuzzily generated sql some. One fix for a problem found by the same. (CVS 4044) (check-in: d2282e64f1 user: danielk1977 tags: trunk)
2007-05-30
10:36
Add some extra tests for malloc failure during expression parsing and execution using fuzzily generated SQL. (CVS 4043) (check-in: 7522d2fb32 user: danielk1977 tags: trunk)
08:18
Add the start of the soak-test infrastructure. (CVS 4042) (check-in: 5d0b247ca1 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/parse.y.
Changes to src/vdbeapi.c.
Changes to test/fuzz.test.
Added test/fuzz_common.tcl.
Added test/fuzz_malloc.test.
Changes to test/malloc.test.
Added test/mallocB.test.
Added test/malloc_common.tcl.
Changes to test/quick.test.
Changes to test/soak.test.