aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz_malloc.test
Commit message (Collapse)AuthorAge
* Enhance tester.tcl so that when "--malloctrace=1" is specified, the testdan2018-09-18
| | | | | | generates self-contained Tcl scripts that present GUIs instead of *.sql files that require a separate program to interpret. FossilOrigin-Name: de2e3cbd08c00d235106c040fa472ec267ef8f1ec13c34ed7d16deac8d50b6cc
* Fix a test script error causing tests to fail in soak.test.dan2018-04-27
| | | FossilOrigin-Name: 462b52b121c1882e0eca819bc30c0f6e94d7fdd60047d2c32adeff3a1eb70546
* Update the "fuzz_malloc.test" script to print SQL statements in which OOMdan2018-04-26
| | | | | handling problems are found to stdout. FossilOrigin-Name: a956363cf6881be590120c7718976b54b12c4bd0d9228d8142b45e0fe1826f7e
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Change all.test, quick.test and permutations.test so that they use a ↵dan2010-06-07
| | | | | separate interpreter for each test file. FossilOrigin-Name: 7c33eb5a5add8fe76dd412ecab5b6ff8cd78a98d
* Refactor the name resolution procedures in the code generator. (CVS 5569)drh2008-08-20
| | | FossilOrigin-Name: daf730d1defa78fb8b80a78f9108ac35a13e09f6
* Test script fixes to get things running under varying configurations.drh2007-09-03
| | | | | No changes to code. (CVS 4378) FossilOrigin-Name: 340a6d09bcde11065c1887b84bb81805b523ffb6
* Fixes for failures in fuzz_malloc.test. (CVS 4334)danielk19772007-08-30
| | | FossilOrigin-Name: d3e502263808c1fe0487fda02f16adcbb1279183
* Fix minor problems on various tests. This is a snapshot prior to possibledrh2007-08-29
| | | | | major changes in order to fix the sqlite3AbortOtherActiveVdbes problem. (CVS 4327) FossilOrigin-Name: 35cb63ecfd9d8ca7304aae1b150ee5d1c3498bde
* Update the rest of the malloc failure test scripts to use the new interface. ↵danielk19772007-08-25
| | | | | (CVS 4296) FossilOrigin-Name: b076e1655d6bae5ae10e6ceee646f502435da66a
* Documentation updates prior to release 3.4.0. Enhanced support fordrh2007-06-18
| | | | | soak testing in the test scripts. (CVS 4084) FossilOrigin-Name: eec387103869940697487ec5226eaed0b51ede7a
* Fix a memory leak in the parser that can occur following a malloc failure. ↵drh2007-06-15
| | | | | (CVS 4071) FossilOrigin-Name: d0b6e9a07e99cc1a7d7f61877918c9a247899996
* Do not try to run the fuzz_malloc tests if SQLITE_MEMDEBUG is not enabled. ↵drh2007-06-15
| | | | | (CVS 4066) FossilOrigin-Name: 452115959f1bd22bfe64ed10724d6d08d4cbe3f5
* Extend out-of-memory testing with fuzzily generated sql some. One fix for a ↵danielk19772007-05-31
| | | | | problem found by the same. (CVS 4044) FossilOrigin-Name: d2282e64f1320913797dfb4dae4db0428a15a200
* Add some extra tests for malloc failure during expression parsing and ↵danielk19772007-05-30
execution using fuzzily generated SQL. (CVS 4043) FossilOrigin-Name: 7522d2fb3204d107b8b4816d7f39c88741f20230