windows/amd64: switch to SQLite 3.37.0

This commit is contained in:
Jan Mercl
2021-12-13 21:58:22 +01:00
parent dd7029cfff
commit 65fb6c69a9
2411 changed files with 124784 additions and 1044582 deletions

View File

@@ -60,16 +60,7 @@ func TestTclTest(t *testing.T) {
// See https://gitlab.com/cznic/sqlite/-/issues/23#note_599920077 for details.
blacklist["symlink2.test"] = struct{}{}
}
tclTests := "testdata/3.37.0/tcl/*"
switch fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) {
case
"linux/s390x",
"netbsd/amd64",
"windows/386",
"windows/amd64":
tclTests = "testdata/3.36.0/tcl/*"
}
tclTests := "testdata/tcl/*"
m, err := filepath.Glob(filepath.FromSlash(tclTests))
if err != nil {
t.Fatal(err)