Re: [sqlite] how to run the SQLite test suite ?

2017-05-10 Thread Richard Hipp
On 5/10/17, Jason Vas Dias wrote: > > Now I would like run some some 'test suite' that will allow me to > determine if the build is OK - but there appears to be none : > As Simon already pointed out, you have download the pre-compiled "amalgamation" sources. That

Re: [sqlite] how to run the SQLite test suite ?

2017-05-10 Thread Simon Slavin
On 10 May 2017, at 2:26pm, Jason Vas Dias wrote: > I just downloaded & built sqlite-autoconf-318 on Linux x86_64 . > > Now I would like run some some 'test suite' that will allow me to > determine if the build is OK - but there appears to be none : What you have

[sqlite] how to run the SQLite test suite ?

2017-05-10 Thread Jason Vas Dias
Good day - I just downloaded & built sqlite-autoconf-318 on Linux x86_64 . Now I would like run some some 'test suite' that will allow me to determine if the build is OK - but there appears to be none : $ make check make: Nothing to be done for 'check'. (no test runs are done - this

Re: [sqlite] SQLite test suite - where is it?

2008-09-08 Thread Dan
On Sep 8, 2008, at 11:05 PM, Ribeiro, Glauber wrote: > Sorry for the newbie question, but how is the regression testing > invoked? > > I tried "make check" with the 3.6.2 "amalgamation" distribution in > Unix, > but that seemed to do nothing. You only get the test suite if you download the

[sqlite] SQLite test suite - where is it?

2008-09-08 Thread Ribeiro, Glauber
Sorry for the newbie question, but how is the regression testing invoked? I tried "make check" with the 3.6.2 "amalgamation" distribution in Unix, but that seemed to do nothing. Thanks, glauber ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] test suite failures on 3.6.2 on x86_64

2008-09-06 Thread Frederik Himpe
When building sqlite 3.6.2 on Mandriva Linux Cooker x86_64, some tests fail: 12 errors out of 23377 tests Failures on these tests: lookaside-1.4 lookaside-1.5 memsubsys1-2.3 memsubsys1-2.4 memsubsys1-3.2.4 memsubsys1-4.3 memsubsys1-4.4 memsubsys1-5.3 memsubsys1-6.3 memsubsys1-6.4

Re: [sqlite] Test suite

2008-01-15 Thread Joe Wilson
Grab the source tree via tar.gz file or cvs and run: ./configure make test or make fulltest To run just a single test file: make testfixture# if not already built by make test ./testfixture test/select1.test --- Ken <[EMAIL PROTECTED]> wrote: > Sorry if this has been asked, but

[sqlite] Test suite

2008-01-15 Thread Ken
Sorry if this has been asked, but I'd like to know how to run the test suite. I could not find any documentation on this on the sqlite website. Thanks for your help. Ken

[sqlite] test suite failures

2005-09-13 Thread Dennis Cote
Hi All, I just built the latest SQLite from CVS head (3.2.5+) on Windows using MinGW. This is the same build process I normally use with no problems. When I run the test suite I am getting failures on some tests as shown below: 12 errors out of 13455 tests Failures on these tests:

Re: [sqlite] Test suite fails on AIX using xlc

2005-03-11 Thread Al Danial
On Fri, 11 Mar 2005 14:29:44 -0500, Andrew Shakinovsky <[EMAIL PROTECTED]> wrote: > Has anyone had any luck compiling SQLite successfully on this platform? > These are the results from the test suite (with some successful runs > removed to preserve space). > > AIX 5.2 Power4+ 64 bit using xlc

[sqlite] Test suite fails on AIX using xlc

2005-03-11 Thread Andrew Shakinovsky
Has anyone had any luck compiling SQLite successfully on this platform? These are the results from the test suite (with some successful runs removed to preserve space). AIX 5.2 Power4+ 64 bit using xlc 7.0: The test aborted at some point before completion. attach2-4.1.1... Expected: [main