I'm planning to contribute some patches (upstreaming patches Chromium
project applies to its local copy of sqlite).

I've checked out the fossil repository, configured and compiled sqlite, and
tried running "make test" (I didn't make any changes).

I'm pasting below the test result and some fossil info. Please let me know
if you need more. This is on Ubuntu Lucid. Do you have any ideas what makes
these tests fail? Should I be doing it some other way?

wal2-10.2.1... Ok
wal2-10.2.2... Ok
wal2-10.2.3... Ok
wal2-11.0... Ok
wal2-11.1.1... Ok
./testfixture: bad field specifier "t"
    while executing
"binary scan $I t* L"
    (file "./test/wal2.test" line 987)
    invoked from within
"source ./test/wal2.test"
    invoked from within
"interp eval tinterp $script"
    (procedure "slave_test_script" line 24)
    invoked from within
"slave_test_script [list source $zFile] "
    invoked from within
"time { slave_test_script [list source $zFile] }"
    (procedure "slave_test_file" line 14)
    invoked from within
"slave_test_file $::testdir/$file"
    (procedure "run_tests" line 12)
    invoked from within
"run_tests veryquick -presql {} -files {shared3.test bigfile.test
where9.test tkt3419.test sync.test fts1o.test fts2f.test misc2.test
tkt3541.test type..."
    ("uplevel" body line 1)
    invoked from within
"uplevel run_tests $name $::testspec($name)"
    (procedure "run_test_suite" line 5)
    invoked from within
"run_test_suite veryquick"
    (file "./test/veryquick.test" line 16)
make: *** [test] Error 1

real 12m54.106s
user 1m21.060s
sys 0m52.890s

$ fossil status
repository:   /home/phajdan/sqlite/sqlite.fossil
local-root:   /home/phajdan/sqlite/
server-code:  56e02465c398e67515e94b1e1be0a6a41f357093
checkout:     33b1e862ffa7109480cf4a77ceae8aebe98d3eee 2010-07-28 19:17:51
UTC
parent:       a3401d9ee540828f3efd26d89f6b771e0ecb2777 2010-07-28 18:51:27
UTC
tags:         trunk

$ fossil timeline
=== 2010-07-28 ===
13:57:49 [4202cdf359] New ticket [ce7c133ea6] <i>Foreign key constraint
fails
         when it should succeed.</i>. (user: drh)
12:17:51 [33b1e862ff] *CURRENT* Get SQLITE_OMIT_VIRTUALTABLE working again
         after being broken by recent changes. (user: drh tags: trunk)
11:51:27 [a3401d9ee5] Fix the dbstatus.test script so that it works
correctly
         on 64-bit machines. (user: drh tags: trunk)
11:35:50 [aa81900153] *MERGE* Merge trunk changes into experimental branch.
         (user: dan tags: experimental)
10:36:12 [ae89777e7f] Improve the accuracy of the Pager heap usage estimate.
         (user: drh tags: trunk)
10:16:41 [2f2fa7dd80] Adjust the shell test script "shell4.test" to account
         for changes in the ".stat on" display format from the previous
         checkin. (user: drh tags: trunk)
10:01:24 [f9adf66ad5] Record the pcache allocation size statistics even for
         pcache overflow allocations. Adjust the wording on one of the stat
         output lines in the shell. (user: drh tags: trunk)
09:05:35 [419ce0ed89] Modify CLI to optionally display "stats". (user:
shaneh
         tags: trunk)
08:52:09 [07abfd5268] Lookaside memory is not used to store schemas. Change
         the SQLITE_DBSATUS_SCHEMA_USED documentation to reflect this fact.
         (user: drh tags: trunk)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to