SQLite

All files named ”test/fuzz3.test”
Login

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

History for test/fuzz3.test

2024-07-30
17:09
[70ba572603] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 4616)
2017-07-10
12:07
[9c813e6613] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 4633)
2016-02-05
16:46
[b47377143f] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 4649)
2015-07-24
14:17
[53fabcd5f0] part of check-in [562687d9f5] Modify a few test scripts to avoid leaving the sqlite3Config structure in a non-default state. (check-in: [562687d9f5] user: dan branch: trunk, size: 4650)
2015-07-15
13:56
[0d13010d1c] part of check-in [829a2dbaf1] Fix the fuzz3.test script so that it works with the new bulk pagecache allocation feature. (check-in: [829a2dbaf1] user: drh branch: trunk, size: 4709)
2013-12-03
09:49
[efd384b896] part of check-in [9d8a0e1321] Add a "database_may_be_corrupt" directive to test file fuzz3.test. Reformat an assert() statement in vdbeaux.c to make its intent clearer. (check-in: [9d8a0e1321] user: dan branch: trunk, size: 4588)
2009-01-05
17:19
[aec6434518] part of check-in [77dc19cfab] Include fuzz3.test in all.test. Get fuzz3.test working again. (CVS 6110) (check-in: [77dc19cfab] user: drh branch: trunk, size: 4515)
2008-09-10
17:53
[3856b9340b] part of check-in [89fda074f6] Fix some trivial cases where database corruption was causing an error code other than SQLITE_CORRUPT to be returned. (CVS 5690) (check-in: [89fda074f6] user: danielk1977 branch: trunk, size: 4479)
2008-09-09
18:28
Added: [5fa227c602] part of check-in [7fd4dd9579] Add fuzz3.test. For testing the library's response to corrupted database files. (CVS 5685) (check-in: [7fd4dd9579] user: danielk1977 branch: trunk, size: 4480)