mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 15:56:52 +08:00
darwin: pass more Tcl tests
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module modernc.org/sqlite
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
modernc.org/libc v0.0.0-20210101224849-6e0a86bdd97e
|
||||
modernc.org/libc v0.0.0-20210104193154-57696de638ab
|
||||
modernc.org/mathutil v1.2.1
|
||||
modernc.org/tcl v0.0.0-20210102110656-aa330c27bec6
|
||||
modernc.org/tcl v0.0.0-20210104193618-13dabb3e820b
|
||||
)
|
||||
|
8
go.sum
8
go.sum
@@ -7,13 +7,13 @@ golang.org/x/sys v0.0.0-20201126233918-771906719818 h1:f1CIuDlJhwANEC2MM87MBEVMr
|
||||
golang.org/x/sys v0.0.0-20201126233918-771906719818/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
modernc.org/httpfs v1.0.2 h1:4aw8F68gTwx7FWL/vEMjm/XaPwPL16MItkF/P9ziEPY=
|
||||
modernc.org/httpfs v1.0.2/go.mod h1:7dosgurJGp0sPaRanU53W4xZYKh14wfzX420oZADeHM=
|
||||
modernc.org/libc v0.0.0-20210101224849-6e0a86bdd97e h1:ud0WeQV7ViYTpKvAij/6seNeeUtSuGGJ5ul9TXRt1+Y=
|
||||
modernc.org/libc v0.0.0-20210101224849-6e0a86bdd97e/go.mod h1:IR66laG5b3bONN1tfix3Gpy8xk/6WDf+Rtc4NqNczls=
|
||||
modernc.org/libc v0.0.0-20210104193154-57696de638ab h1:qQhSrJCVNQjOyM+hHPoNRWfvSoHFD+/hkaum6muRbqg=
|
||||
modernc.org/libc v0.0.0-20210104193154-57696de638ab/go.mod h1:IR66laG5b3bONN1tfix3Gpy8xk/6WDf+Rtc4NqNczls=
|
||||
modernc.org/mathutil v1.1.1 h1:FeylZSVX8S+58VsyJlkEj2bcpdytmp9MmDKZkKx8OIE=
|
||||
modernc.org/mathutil v1.1.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E=
|
||||
modernc.org/mathutil v1.2.1 h1:PSIN4RdyeB6MbFsNLSkFCzDjnEVEMS3H/hFHcJtAJ9g=
|
||||
modernc.org/mathutil v1.2.1/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E=
|
||||
modernc.org/memory v1.0.1 h1:bhVo78NAdgvRD4N+b2hGnAwL5RP2+QyiEJDsX3jpeDA=
|
||||
modernc.org/memory v1.0.1/go.mod h1:NSjvC08+g3MLOpcAxQbdctcThAEX4YlJ20WWHYEhvRg=
|
||||
modernc.org/tcl v0.0.0-20210102110656-aa330c27bec6 h1:9pLCoZ0VpCxwjeYQ7wH9tdgp4xbk9d65mfNOKPTNMvM=
|
||||
modernc.org/tcl v0.0.0-20210102110656-aa330c27bec6/go.mod h1:z+wkAyjseFBfr3Eet7w7KHD6Ho+XfXI5kahDpHhb9eE=
|
||||
modernc.org/tcl v0.0.0-20210104193618-13dabb3e820b h1:9xNNhHl3ks4smR1YXoART2IuUChPRqY7SdAG9TqSEZQ=
|
||||
modernc.org/tcl v0.0.0-20210104193618-13dabb3e820b/go.mod h1:yLgGfhwo3aIzARDKxC2++k9HAJGu4A00O1UcBb3Sx+c=
|
||||
|
35
tcl_test.go
35
tcl_test.go
@@ -37,42 +37,11 @@ func TestTclTest(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "darwin":
|
||||
for _, v := range []string{
|
||||
"avtrans.test",
|
||||
"busy2.test",
|
||||
"crash5.test",
|
||||
"exists.test",
|
||||
"lock2.test",
|
||||
"mmap1.test",
|
||||
"mmap4.test",
|
||||
"multiplex2.test",
|
||||
"pager1.test",
|
||||
"pagerfault.test",
|
||||
"pragma3.test",
|
||||
"rowallock.test",
|
||||
"rtree.test",
|
||||
"savepoint.test",
|
||||
"schema3.test",
|
||||
"shared2.test",
|
||||
"shared9.test",
|
||||
"superlock.test",
|
||||
"symlink.test",
|
||||
"syscall.test",
|
||||
"tkt-5d863f876e.test",
|
||||
"tkt-fc62af4523.test",
|
||||
"tkt4018.test",
|
||||
"unixexcl.test",
|
||||
"wal.test",
|
||||
"wal3.test",
|
||||
"wal5.test",
|
||||
"walcrash2.test",
|
||||
"walro.test",
|
||||
"walro2.test",
|
||||
"walsetlk.test",
|
||||
"walslow.test",
|
||||
// writecrash-1.1.1...libc_darwin.go:1590:Xabort: TODOTODO
|
||||
"writecrash.test",
|
||||
} {
|
||||
blacklist[v] = struct{}{}
|
||||
t.Errorf("%v: crashes, disabled", v)
|
||||
t.Errorf("%v: crashes or hangs, disabled", v)
|
||||
}
|
||||
}
|
||||
m, err := filepath.Glob(filepath.FromSlash("testdata/tcl/*"))
|
||||
|
9777
testdata/testlog-darwin-amd64
vendored
9777
testdata/testlog-darwin-amd64
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user