index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
malloc_common.tcl
Commit message (
Expand
)
Author
Age
*
Update the expected error messages in some OOM test cases to account for [44d...
dan
2022-07-11
*
Further test coverage improvements for fts5.
dan
2015-05-16
*
Merge latest trunk changes with this branch.
dan
2015-01-01
|
\
|
*
If SQLITE_TEST_REALLOC_STRESS is defined, extend the op-code array used by vi...
dan
2014-08-12
*
|
Fix various problems in fts5 revealed by fault-injection tests.
dan
2014-12-18
|
/
*
Fix a minor problem in progress.test. No code changes.
dan
2013-08-21
*
Test script changes to support testing sqlite3_interrupt().
dan
2013-08-20
*
Add a test that simulates an error in mmap().
dan
2013-03-25
*
Replace the missed 'file copy' in malloc_common.tcl with copy_file.
mistachkin
2011-08-02
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Add test infrastructure (and some tests) to inject faults into os_unix.c usin...
dan
2011-03-28
*
Add options to test command [do_faultsim_test] to support testing VFS impleme...
dan
2011-01-21
*
Add new test file e_droptrigger.test.
dan
2010-11-29
*
Test coverage improvements for fts3.c.
dan
2010-10-25
*
Experimental changes to fts4 to try to selectively avoid loading very large d...
dan
2010-10-19
*
Change code in malloc_common.tcl (test code) to retry a "file delete -force" if
dan
2010-09-16
*
Add tests (and associated fixes) to restore coverage of rtree.c.
dan
2010-08-30
*
Fix a test script bug uncovered by [a121cd80c5] that was causing shared_err.t...
dan
2010-07-16
*
Test the libaries response to read-only or unreadable database, WAL and wal-i...
dan
2010-07-14
*
Exclude fts3cov.test from the "in memory" permutation test suite to avoid a f...
shaneh
2010-07-09
*
Further test cases for pager1.test and pagerfault.test.
dan
2010-06-25
*
Add coverage tests. Remove a NEVER macro from pager.c, as the condition can n...
dan
2010-06-24
*
Add test case for SQLITE_FULL errors to pagerfault.test. Remove a NEVER macro...
dan
2010-06-23
*
Change things so that journal2.test works with ENABLE_ATOMIC_WRITE.
dan
2010-06-21
*
Add tests to pager1.test and pagerfault.test.
dan
2010-06-19
*
Fix a memory leak that can occur in os_unix.c if an IO error occurs within th...
dan
2010-06-16
*
Enhancements to test_vfs.c and walfault.test.
dan
2010-06-03
*
Change the OOM and IO error test cases in walfault.test so that each test cas...
dan
2010-06-01
*
Changes to the way one of the WAL/OOM tests works.
dan
2010-05-31
*
Fix a typo in walfault.test.
dan
2010-05-04
*
Add a test to simulate an OOM during log recovery to walfault.test.
dan
2010-05-03
*
Always transform error code SQLITE_IOERR_NOMEM to SQLITE_NOMEM before returni...
danielk1977
2008-09-23
*
Separate verbs of sqlite3_config() and sqlite3_db_config() into their
drh
2008-08-04
*
Fix problems in test scripts. Add new test cases to improve test coverage. (...
drh
2008-08-01
*
Remove stray breakpoints from test scripts. (CVS 5465)
drh
2008-07-23
*
Fix a bug in handling queries on the sqlite_master table with an empty (0 byt...
danielk1977
2008-06-23
*
Move the malloc() failure simulation out of malloc.c and into a separate sqli...
danielk1977
2008-06-19
*
Add a completely new testing system for the Bitvec object. The new
drh
2008-03-21
*
Add a new api sqlite3_randomness() for providing access to SQLite's
drh
2008-03-19
*
Add the ability to simulate out-of-memory errors when using the default
drh
2008-03-18
*
Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.
drh
2008-02-18
*
Add the fault injector module in fault.c. Use it as a basis for memory
drh
2008-01-22
*
Fix test instrumentation problems on shared_err.test. (CVS 4728)
drh
2008-01-18
*
Get all tests running without memory leaks. (CVS 4714)
drh
2008-01-16
*
Add automatic recovery from the pager "error-state". Also add a new error cod...
danielk1977
2007-10-03
*
Enable threadsafe builds by default in configure. Ticket #2606.
drh
2007-09-03
*
Fixes to test code so that the test suite passes without SQLITE_MEMDEBUG defi...
danielk1977
2007-09-03
*
Fixes for failures in fuzz_malloc.test. (CVS 4334)
danielk1977
2007-08-30
*
Modifications to the malloc failure tests to test transient and persistent fa...
danielk1977
2007-08-29
*
Fix bugs in the altermalloc.test and incrblob_err.test scripts. (CVS 4295)
danielk1977
2007-08-25
[next]