> i can't see the attachment
It's seems that an attachment arhive file was deleted by Mailman
(or by an administrator) because file size was exceed 80KB.


> why don't you use the sqlite-amalgamation*.zip ? that's very easy to
> compile
I want to port sqlite to an embedded target. OS of embedded target is
not MS-Windows and Linux. So I'm trying to build and test on original
source tree as the first step.


There are two type fails.

The first is that "make test" finish with make error. But this was
solved today. "make test" is depending to Tcl version. Tcl 8.5 or later
is required by "make test".

The second is that some test becomes error. On Linux with Tcl 8.5.7,
all tests are passed. But on Cygwin gcc with ActiveTcl 8.5.7.0, some
tests are failed on sqlite-8.6.17.tar.gz, sqlite-8.6.18.tar.gz and
fossil which was cloned at 2009-09-11 17:59:56 UTC.

> alter-7.1...
> Expected: [text 1 integer -2 text 5.4e-08 real 5.4e-08]
>      Got: [text 1 integer -2 text 5.4e-08 real 5.4e-008]
>
> cast-3.3...
> Expected: [9.22337203685477e+18]
>      Got: [9.22337203685477e+018]
>
> cast-3.7...
> Expected: [-9.22337203685477e+18]
>      Got: [-9.22337203685477e+018]
>
> cast-3.13...
> Expected: [9.22337203685477e+18]
>      Got: [9.22337203685477e+018]
>
> cast-3.17...
> Expected: [-9.22337203685477e+18]
>      Got: [-9.22337203685477e+018]
>
> cast-3.23...
> Expected: [9.22337203685477e+18]
>      Got: [9.22337203685477e+018]
>
> expr-13.1...
> Expected: [1.23456789012346e+19]
>      Got: [1.23456789012346e+019]
>
> expr-13.4...
> Expected: [9.22337203685478e+18]
>      Got: [9.22337203685478e+018]
>
> expr-13.5...
> Expected: [9.22337203685478e+18]
>      Got: [9.22337203685478e+018]
>
> expr-13.6...
> Expected: [9.22337203685478e+18]
>      Got: [9.22337203685478e+018]
>
> expr-13.7...
> Expected: [9.22337203685478e+18]
>      Got: [9.22337203685478e+018]
>
> nan-1.1.2...
> Expected: [{} null inf real]
>      Got: [{} null 1.#INF real]
>
> nan-1.1.3...
> Expected: [{} null inf real -inf real]
>      Got: [{} null 1.#INF real -1.#INF real]
>
> nan-1.1.4...
> Expected: [{} null inf real -inf real {} null]
>      Got: [{} null 1.#INF real -1.#INF real {} null]
>
> nan-1.1.5...
> Expected: [{} null inf real -inf real {} null {} null]
>      Got: [{} null 1.#INF real -1.#INF real {} null {} null]
>
> nan-1.1.5...
> Expected: [{} null inf real -inf real {} null {} null {} null]
>      Got: [{} null 1.#INF real -1.#INF real {} null {} null {} null]
>
> nan-4.7...
> Expected: [inf real]
>      Got: [1.#INF real]
>
> nan-4.8...
> Expected: [-inf real]
>      Got: [-1.#INF real]
>
> tkt3838-1.1...
> Expected: [2 999 9e+99 xyzzy]
>      Got: [2 999 9e+099 xyzzy]
>
> tkt3922.2...
> Expected: [-9.22337203685478e+18 real]
>      Got: [-9.22337203685478e+018 real]
>
> tkt3922.3...
> Expected: [-9.22337203685478e+18 real]
>      Got: [-9.22337203685478e+018 real]
>
> tkt3922.4...
> Expected: [-9.22337203685478e+18 real]
>      Got: [-9.22337203685478e+018 real]
>
> tkt3922.6...
> Expected: [9.22337203685478e+18 real]
>      Got: [9.22337203685478e+018 real]
>
> 23 errors out of 39937 tests
> Failures on these tests: alter-7.1 cast-3.3 cast-3.7 cast-3.13 cast-3.17
> cast-3.23 expr-13.1 expr-13.4 expr-13.5 expr-13.6 expr-13.7 nan-1.1.2
> nan-1.1.3 nan-1.1.4 nan-1.1.5 nan-1.1.5 nan-4.7 nan-4.8 tkt3838-1.1
> tkt3922.2 tkt3922.3 tkt3922.4 tkt3922.6



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to