]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel...
authorstephan <stephan@noemail.net>
Sat, 8 Mar 2025 06:53:06 +0000 (06:53 +0000)
committerstephan <stephan@noemail.net>
Sat, 8 Mar 2025 06:53:06 +0000 (06:53 +0000)
commit065c0a612039ca264e7b7f3bfc40409ca3b2c06d
treea74383f4944b523e52246c38aea6af9fa050e600
parent7b9407af9037776d7bb3dc4ae50fa92875dabf2e
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk.

FossilOrigin-Name: 84d8fcfca19cd183d05a702d0eb1742bfae462d3383a3db72741a48cefac1058
31 files changed:
manifest
manifest.uuid
src/test1.c
src/test2.c
src/test3.c
src/test4.c
src/test5.c
src/test6.c
src/test_hexio.c
src/test_init.c
src/test_vfs.c
test/backup2.test
test/crash8.test
test/extension01.test
test/external_reader.test
test/io.test
test/journal3.test
test/loadext.test
test/pager1.test
test/pager4.test
test/pagerfault.test
test/shared6.test
test/shmlock.test
test/symlink.test
test/sync.test
test/sync2.test
test/wal2.test
test/wal6.test
test/walmode.test
test/walro.test
tool/sqlite3_analyzer.c.in