1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

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
This commit is contained in:
stephan
2025-03-08 06:53:06 +00:00
parent 7b9407af90
commit 065c0a6120
31 changed files with 172 additions and 167 deletions

View File

@ -20,7 +20,7 @@ if {[permutation] == "inmemory_journal"} {
return
}
if {$::tcl_platform(platform)=="windows"} {
if {$::tcl_platform(os) eq "Windows NT"} {
finish_test
return
}