On Thu, 31 Jan 2008, [EMAIL PROTECTED] wrote:
Rob Sciuk <[EMAIL PROTECTED]> wrote:
Ran the tests on Freebsd, the make test summary follows:
[delenda => ... Ok]

16 errors out of 38961 tests
Failures on these tests: bind-4.4 bind-4.5 cast-3.14 cast-3.18 cast-3.24
printf-1.7.6 printf-1.8.6 printf-1.9.7 tcl-1.6 vtab6-2.2 vtab6-2.4
vtab6-2.5 vtab6-2.6 vtab6-7.1 vtab6-9.1.1 vtab6-9.2
All memory allocations freed - no leaks
Maximum memory usage: 14161974 bytes
Current memory usage: 0 bytes
*** Error code 1


We get zero test failures on Linux.  I don't know if these are
significant or not without seeing the test error messages that
accompany each failure.

Probably this is things where your system is printing 3.4e+05
whereas SQLite is looking for 3.4e+005, in which case the errors
are benign.  But without seeing the actual errors, I cannot say
for sure.
--
D. Richard Hipp <[EMAIL PROTECTED]>


Hmmm ... by my reckoning, you have added 261 tests *JUST* for version 3.5.5. Pretty big effort I'd say, and much appreciated I'd like to add.

I re-ran the make test on 3.5.4, and there seems to be a significant overlap in those reporting failure (see below). As I have not yet figured out how to run them individually (eg: make test bind-4.4), nor did I find an output error file, I'll make the assumption that you are correct, and the diffs are indeed benign (since everything seems to work really well), at least until I have some time to re-visit.

Have you done any performance regression tests on the 3.5.5 VM yet?? I suspect that there will be an improvement ...

-=-=-=-=-=-=-=-=-=
FreeBSD 6.2-R (same hw), SQLite 3.5.4 reported:
[delendum ... Ok]

9 errors out of 38700 tests
Failures on these tests: bind-4.4 bind-4.5 cast-3.14 cast-3.18 cast-3.24 printf-1.7.6 printf-1.8.6 printf-1.9.7 tcl-1.6
All memory allocations freed - no leaks
Maximum memory usage: 14165134 bytes
*** Error code 1

Stop in /u0/sw/SQLite/sqlite-3.5.4/FreeBSD.



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to