From 0d7a76444703f3275f151543189c1ee16326e6c2 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Tue, 8 Sep 2020 13:28:55 +0200 Subject: add linux/386 support --- testdata/testfixture_linux_386-extraquick.golden | 12 ++++++++++++ testdata/testfixture_linux_386-full.golden | 11 +++++++++++ testdata/testfixture_linux_amd64-extraquick.golden | 4 ++-- testdata/testfixture_linux_amd64-full.golden | 8 +++----- 4 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 testdata/testfixture_linux_386-extraquick.golden create mode 100644 testdata/testfixture_linux_386-full.golden (limited to 'testdata') diff --git a/testdata/testfixture_linux_386-extraquick.golden b/testdata/testfixture_linux_386-extraquick.golden new file mode 100644 index 0000000..8e73cb0 --- /dev/null +++ b/testdata/testfixture_linux_386-extraquick.golden @@ -0,0 +1,12 @@ +$ make extraquick + +SQLite 2020-08-14 13:23:32 fca8dc8b578f215a969cd899336378966156154710873e68b3d9ac5881b0ff3f +0 errors out of 210749 tests on devuan3-386 Linux 32-bit little-endian +WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build +All memory allocations freed - no leaks +Maximum memory usage: 9145368 bytes +Current memory usage: 0 bytes +Number of malloc() : -1 calls +--- PASS: TestTclTest (148.02s) +PASS +ok modernc.org/sqlite 148.027s diff --git a/testdata/testfixture_linux_386-full.golden b/testdata/testfixture_linux_386-full.golden new file mode 100644 index 0000000..14fb117 --- /dev/null +++ b/testdata/testfixture_linux_386-full.golden @@ -0,0 +1,11 @@ +SQLite 2020-08-14 13:23:32 fca8dc8b578f215a969cd899336378966156154710873e68b3d9ac5881b0ff3f +0 errors out of 927881 tests on 3900x Linux 32-bit little-endian +WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build +All memory allocations freed - no leaks +Maximum memory usage: 9145368 bytes +Current memory usage: 0 bytes +Number of malloc() : -1 calls +--- PASS: TestTclTest (1610.02s) +PASS +ok modernc.org/sqlite 1641.582s + diff --git a/testdata/testfixture_linux_amd64-extraquick.golden b/testdata/testfixture_linux_amd64-extraquick.golden index bef5e8d..ea8877b 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 (141.36s) +--- PASS: TestTclTest (141.05s) PASS -ok modernc.org/sqlite 141.361s +ok modernc.org/sqlite 141.055s diff --git a/testdata/testfixture_linux_amd64-full.golden b/testdata/testfixture_linux_amd64-full.golden index 416a240..1610d73 100644 --- a/testdata/testfixture_linux_amd64-full.golden +++ b/testdata/testfixture_linux_amd64-full.golden @@ -1,12 +1,10 @@ -$ make full - SQLite 2020-08-14 13:23:32 fca8dc8b578f215a969cd899336378966156154710873e68b3d9ac5881b0ff3f -0 errors out of 928250 tests on 3900x Linux 64-bit little-endian +0 errors out of 928256 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 (1753.56s) +--- PASS: TestTclTest (1576.09s) PASS -ok modernc.org/sqlite 1753.561s +ok modernc.org/sqlite 1602.667s -- cgit v1.2.3-70-g09d2