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