Re: [sqlite] sqlite 3.22.0 walro2 test failures on ppc64

2018-02-06 Thread Petr Kubat
Tests are passing now, thanks! Had to make one small modification to the patch to get it working though: @@ -17,7 +17,7 @@ Index: test/walro2.test  +do_execsql_test 0.0 {  +  PRAGMA journal_mode = wal;  +  CREATE TABLE t1(x); -+} ++} {wal}  +set MINSHMSZ [file size test.db-shm]  +   foreach

Re: [sqlite] sqlite 3.22.0 walro2 test failures on ppc64

2018-02-05 Thread Dan Kennedy
On 02/05/2018 04:22 PM, Petr Kubat wrote: On 02/05/2018 08:41 AM, Petr Kubat wrote: Hi all, hitting some failures when building 3.22.0 on ppc64 boxes (both big-endian and little-endian) running Fedora Rawhide (full logs in [1][2]): Time: walro.test 135 ms ! walro2-1.3.2.2 expected: [0

Re: [sqlite] sqlite 3.22.0 walro2 test failures on ppc64

2018-02-05 Thread Petr Kubat
On 02/05/2018 08:41 AM, Petr Kubat wrote: Hi all, hitting some failures when building 3.22.0 on ppc64 boxes (both big-endian and little-endian) running Fedora Rawhide (full logs in [1][2]): Time: walro.test 135 ms ! walro2-1.3.2.2 expected: [0 32768] ! walro2-1.3.2.2 got:  [0 65536] !