Re: [sqlite] sqlite-3.20.1: test/fts3conf.test is the only test failing on powerpc32/powerpc64 (suspect big-endian)

2017-09-23 Thread Sergei Trofimovich
On Sat, 16 Sep 2017 21:17:43 +0100 Sergei Trofimovich wrote: > test/fts3conf.test is the only faulty test on powerpc. With https://www.sqlite.org/src/info/87ccdf9cbb928455 no remaining tests fail in test/fts3conf.test. Thanks! -- Sergei pgpNCjjp84Dsx.pgp Description:

Re: [sqlite] sqlite-3.20.1: test/fts3conf.test is the only test failing on powerpc32/powerpc64 (suspect big-endian)

2017-09-17 Thread Richard Hipp
On 9/16/17, Sergei Trofimovich wrote: > test/fts3conf.test is the only faulty test on powerpc. Probably fixed by this check-in: https://www.sqlite.org/src/info/87ccdf9cbb928455 Can you confirm? > It looks like test fails due to minor endianness issue: > > ! fts3conf-3.8

[sqlite] sqlite-3.20.1: test/fts3conf.test is the only test failing on powerpc32/powerpc64 (suspect big-endian)

2017-09-17 Thread Sergei Trofimovich
test/fts3conf.test is the only faulty test on powerpc. It looks like test fails due to minor endianness issue: ! fts3conf-3.8 expected: [X'02000200'] ! fts3conf-3.8 got: [X'00020002'] All other tests work fine. Full output: $ ./testfixture test/fts3conf.test