mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
WIPS
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ all: editor
|
|||||||
staticcheck || true
|
staticcheck || true
|
||||||
maligned || true
|
maligned || true
|
||||||
git diff --unified=0 testdata *.golden
|
git diff --unified=0 testdata *.golden
|
||||||
grep -n 'FAIL\|PASS' log
|
grep -n --color=always 'FAIL\|PASS' log
|
||||||
go version
|
go version
|
||||||
date 2>&1 | tee -a log
|
date 2>&1 | tee -a log
|
||||||
|
|
||||||
|
@@ -7,6 +7,6 @@ All memory allocations freed - no leaks
|
|||||||
Maximum memory usage: 9156360 bytes
|
Maximum memory usage: 9156360 bytes
|
||||||
Current memory usage: 0 bytes
|
Current memory usage: 0 bytes
|
||||||
Number of malloc() : -1 calls
|
Number of malloc() : -1 calls
|
||||||
--- PASS: TestTclTest (136.14s)
|
--- PASS: TestTclTest (141.36s)
|
||||||
PASS
|
PASS
|
||||||
ok modernc.org/sqlite 136.142s
|
ok modernc.org/sqlite 141.361s
|
||||||
|
6
testdata/testfixture_linux_amd64-full.golden
vendored
6
testdata/testfixture_linux_amd64-full.golden
vendored
@@ -1,12 +1,12 @@
|
|||||||
$ make full
|
$ make full
|
||||||
|
|
||||||
SQLite 2020-08-14 13:23:32 fca8dc8b578f215a969cd899336378966156154710873e68b3d9ac5881b0ff3f
|
SQLite 2020-08-14 13:23:32 fca8dc8b578f215a969cd899336378966156154710873e68b3d9ac5881b0ff3f
|
||||||
0 errors out of 928271 tests on 3900x Linux 64-bit little-endian
|
0 errors out of 928250 tests on 3900x Linux 64-bit little-endian
|
||||||
WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build
|
WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build
|
||||||
All memory allocations freed - no leaks
|
All memory allocations freed - no leaks
|
||||||
Maximum memory usage: 9156360 bytes
|
Maximum memory usage: 9156360 bytes
|
||||||
Current memory usage: 0 bytes
|
Current memory usage: 0 bytes
|
||||||
Number of malloc() : -1 calls
|
Number of malloc() : -1 calls
|
||||||
--- PASS: TestTclTest (1785.04s)
|
--- PASS: TestTclTest (1753.56s)
|
||||||
PASS
|
PASS
|
||||||
ok modernc.org/sqlite 1785.041s
|
ok modernc.org/sqlite 1753.561s
|
||||||
|
Reference in New Issue
Block a user