Hi

When I ran "make test", some errors were shown.
Is it meaning that SQLite has bugs?

$ uname -a
Linux localhost.localdomain 2.6.27-43vl5 #1 SMP Sat Aug 15 22:17:55 JST
2009 i686 i686 i386 GNU/Linux
$ wget http://www.sqlite.org/sqlite-3.6.19.tar.gz
$ tar zxf sqlite-3.6.19.tar.gz
$ cd sqlite-3.6.19
$ ./configure --enable-threadsafe=no
$ make test
    :
init-1.1.2...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
init-1.1.5...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
init-1.1.7...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
init-1.2.1...
Expected: [SQLITE_ERROR]
     Got: [SQLITE_OK]
    :
init-1.2.2...
Expected: []
     Got: [mem pcache]
    :
init-1.2.4...
Expected: [SQLITE_ERROR]
     Got: [SQLITE_OK]
    :
init-1.2.5...
Expected: []
     Got: [mem pcache]
    :
init-1.2.7...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
init-1.3.2...
Expected: [mutex]
     Got: []
    :
init-1.3.5...
Expected: [mutex]
     Got: []
    :
init-1.3.7...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
init-1.4.2...
Expected: [mutex mem]
     Got: [mem]
    :
init-1.4.5...
Expected: [mutex mem]
     Got: [mem]
    :
init-1.4.7...
Expected: [mutex mem pcache]
     Got: [mem pcache]
    :
14 errors out of 42574 tests
Failures on these tests: init-1.1.2 init-1.1.5 init-1.1.7 init-1.2.1
init-1.2.2 init-1.2.4 init-1.2.5 init-1.2.7 init-1.3.2 init-1.3.5
init-1.3.7 init-1.4.2 init-1.4.5 init-1.4.7
    :
$ echo $?
0

-- 
Thanks.

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

Reply via email to