SQLite

Changes On Branch testrunner
Login

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

Changes In Branch testrunner Excluding Merge-Ins

This is equivalent to a diff from 320a34c0 to 64631923

2023-08-28
20:14
Updates to testrunner.tcl so that it runs fuzztest using multiple jobs. (check-in: ceeabe9f user: dan tags: trunk)
20:02
Fix the "sdevtest" testrunner.tcl command so that it correctly enables asan on windows. (Closed-Leaf check-in: 64631923 user: dan tags: testrunner)
18:15
Fixes for testrunner.tcl on windows. (check-in: 26ae0908 user: dan tags: testrunner)
2023-08-26
21:13
Eliminate a superfluous JNI-internal middle-man class. (check-in: daede0f8 user: stephan tags: trunk)
21:04
Updates to testrunner.tcl so that it runs "make fuzztest" using multiple jobs. (check-in: 7596ea70 user: dan tags: testrunner)
21:02
Whether or not OOM is always fatal in JNI is now a compile-time option. (check-in: 320a34c0 user: stephan tags: trunk)
19:34
Correct a string length misuse in JNI sqlite3_result_error() in an OOM case. Unrelated minor JNI cleanups. (check-in: 4252f56f user: stephan tags: trunk)

Changes to Makefile.in.

Changes to ext/fts5/test/fts5optimize2.test.

Added ext/fts5/test/fts5optimize3.test.

Changes to test/testrunner.tcl.

Changes to test/testrunner_data.tcl.