SQLite

Check-in [4a5f6f1f01]
Login

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

Overview
Comment:The "make fuzztest" target now uses fuzzcheck instead of fuzzershell.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | test-using-fuzzcheck
Files: files | file ages | folders
SHA1: 4a5f6f1f0128657fd8d4d99d0682edd5bac2a19e
User & Date: drh 2015-05-26 18:15:08.927
Context
2015-05-26
18:58
Fix a one-byte buffer overread that may follow a syntax error while preparing an SQL statement. (check-in: 075003930d user: dan tags: test-using-fuzzcheck)
18:58
Fix fuzzcheck so that it responds correctly to the TEST_FAILURE environment variable. (check-in: 76770c9e06 user: drh tags: test-using-fuzzcheck)
18:15
The "make fuzztest" target now uses fuzzcheck instead of fuzzershell. (check-in: 4a5f6f1f01 user: drh tags: test-using-fuzzcheck)
17:57
Enhance fuzzcheck with the ability to store descriptions in each source database and to run multiple source databases in a single invocation. (check-in: 193364c81c user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to main.mk.
Added test/fuzzdata1.db.
Deleted test/fuzzdata1.txt.
Added test/fuzzdata2.db.
Deleted test/fuzzdata2.txt.
Added test/fuzzdata3.db.
Deleted test/mkfuzzdata1.tcl.