diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-08-30 23:16:45 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-08-30 23:16:45 +0200 |
commit | c26bc822d86191c2e3f2334bb6a17c2846843dfe (patch) | |
tree | 2f7be869e7f78ab517db3716634b899cf8153a96 /testdata | |
parent | 52432161b4a8a11a8e06bcf502037684858eb194 (diff) |
WIPS
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/testfixture_linux_amd64-extraquick.golden | 4 | ||||
-rw-r--r-- | testdata/testfixture_linux_amd64-full.golden | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/testdata/testfixture_linux_amd64-extraquick.golden b/testdata/testfixture_linux_amd64-extraquick.golden index 1f13701..bef5e8d 100644 --- a/testdata/testfixture_linux_amd64-extraquick.golden +++ b/testdata/testfixture_linux_amd64-extraquick.golden @@ -7,6 +7,6 @@ All memory allocations freed - no leaks Maximum memory usage: 9156360 bytes Current memory usage: 0 bytes Number of malloc() : -1 calls ---- PASS: TestTclTest (136.14s) +--- PASS: TestTclTest (141.36s) PASS -ok modernc.org/sqlite 136.142s +ok modernc.org/sqlite 141.361s diff --git a/testdata/testfixture_linux_amd64-full.golden b/testdata/testfixture_linux_amd64-full.golden index 8c42e59..416a240 100644 --- a/testdata/testfixture_linux_amd64-full.golden +++ b/testdata/testfixture_linux_amd64-full.golden @@ -1,12 +1,12 @@ $ make full 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 All memory allocations freed - no leaks Maximum memory usage: 9156360 bytes Current memory usage: 0 bytes Number of malloc() : -1 calls ---- PASS: TestTclTest (1785.04s) +--- PASS: TestTclTest (1753.56s) PASS -ok modernc.org/sqlite 1785.041s +ok modernc.org/sqlite 1753.561s |