aboutsummaryrefslogtreecommitdiff
path: root/test/tester.tcl
Commit message (Expand)AuthorAge
* More ==/!= => eq/ne fixesjan.nijtmans2025-03-27
* Avoid running test cases involving ANSI control characters or Unicodedrh2025-03-11
* Various typo fixes reported by Daniel Dumitriu. No functional changes.stephan2025-03-06
* Further test file tweaks to run with SQLITE_OS_WINRT builds.dan2024-12-03
* Testrunner.tcl enhancements: (1) Attempt to build the SQLite tcl extensiondrh2024-09-05
* Enhance the generate_series() table-valued function such that it is able todrh2024-08-22
* Fix handling of COLLATE. Add test cases for the same. Code cleanup fordrh2024-08-16
* Remove obsolete testfixture TCL commands formerly required by Windowsdrh2024-07-31
* Implement a new comparison routine to compare text renderings ofdrh2024-07-31
* Get rid of "-encoding binary" across all test cases, as that is no longerdrh2024-07-30
* Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing...dan2024-01-12
* Automatically turn off DEFENSIVE mode in the shell tool when executing script...dan2024-01-08
* The check-in at [198b3e33dcfd74c7] caused a performance regression for somedrh2023-03-11
* Update testrunner.tcl to use a separate process for each test script. And to ...dan2023-02-01
* Update virtual tables json_each and json_tree so that adding "ORDER BY rowid"...dan2023-01-17
* Fix recovery of utf-16 databases.dan2022-09-14
* Fixes for the generated "mallocs.tcl" and "leaks.tcl" scripts generated by ru...dan2022-07-16
* Make tester.tcl work on more Windows Tcl installations. And sync w/ trunk.larrybr2022-05-10
|\
* | Cause most shell tests to be run under Tcl suite valgrind config.larrybr2022-05-10
* | Simplify .import leak plug and arrange for CLI to be run under valgrind.larrybr2022-05-09
|/
* Improve EXPLAIN QUERY PLAN output and comments on bytecode listings bydrh2022-04-22
* Fix the finish_test proc in tester.tcl so that it works for Windows testdrh2021-10-20
* Improved cleanup in finish_test so that specifying multiple test modulesdrh2021-10-19
* Enhance the TCL-based test harness so that it is possible to list multipledrh2021-09-22
* Fix a use-after-free error in ioerr.test caused by an error in test code.dan2021-07-14
* Corrections to the 'filepath_normalize' test suite helper procedure.mistachkin2021-02-03
* Update test helper procedure 'get_pwd' to handle the ComSpec environment vari...mistachkin2021-01-18
* Fix problems with some "crashsql" tests.dan2021-01-07
* Fix a test script problem causing crash8.test to fail when run with leak-sani...dan2020-11-23
* Disable rootpage bounds checking when the SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKSdrh2020-07-22
* Modifications to test code so that the sqlite3MemdebugHastype() assert() stat...dan2020-07-16
* Allow "main" to be used to refer to the main database even after SQLITE_DBCON...dan2020-03-20
* Fix a bug in the hard_heap_limit pragma so that it returns the new value ofdrh2019-11-14
* Add a test case to cover a missed VDBE branch generated by window.c.dan2019-04-01
* If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests...dan2019-04-01
* Update the tester.tcl --malloctrace option so that it uses eu-addr2line inste...dan2019-02-05
* Fix a problem causing some Tcl test cases to fail with errors like "expected:...dan2019-01-14
* Enhance tester.tcl so that when "--malloctrace=1" is specified, the testdan2018-09-18
* Identify Select objects within a single statement using small sequentialdrh2018-07-10
* Fix a dangling-else problem that was causing recursive CTEs to malfunction.drh2018-05-02
* In extensions rtree, fts3 and fts5, ensure that when dynamic buffers are bounddan2018-02-07
* Experimentally add the SQLite expert functionality to the shell tool.dan2017-12-19
* Remove the rarely-used scratch memory allocator. This makes the code smaller,drh2017-08-28
* Add a test for the outcome of a process crash within an xWrite VFS methoddan2017-07-22
* When saving the state of an RBU update in the incremental-checkpoint phase,dan2017-03-02
* Allow sqlite3session_apply() to apply changesets to tables that have beendan2017-02-04
* Fix a problem with the pre-update hook on this branch.dan2017-01-25
* Fix a problem with vector range constraints and mixed ASC/DESC indexes.dan2016-08-02
* Merge latest trunk changes into this branch.dan2016-07-26
|\
| * Minor test infrastructure changes to better support SEE testing.drh2016-07-25