From: drh Date: Mon, 23 Jun 2008 17:56:47 +0000 (+0000) Subject: Additional tests added to capi3.test. (CVS 5285) X-Git-Tag: version-3.6.10~892 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52fd7beaba30a62133b8148d2884b713d375aaba;p=thirdparty%2Fsqlite.git Additional tests added to capi3.test. (CVS 5285) FossilOrigin-Name: 1fdab2c65b966f74bdf130c640ae56a0e811fb71 --- diff --git a/manifest b/manifest index f461dbc35b..bcf76bfe34 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sfailure\sto\sreport\sa\sfailed\smalloc()\swithin\ssqlite3_create_module().\s(CVS\s5284) -D 2008-06-23T17:44:19 +C Additional\stests\sadded\sto\scapi3.test.\s(CVS\s5285) +D 2008-06-23T17:56:47 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in ff6f90048555a0088f6a4b7406bed5e55a7c4eff F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -223,7 +223,7 @@ F test/blob.test 2a38d867bdf08f9ce081776acec1ac8d4bca66be F test/busy.test 76b4887f8b9160ba903c1ac22e8ff406ad6ae2f0 F test/cache.test 3ff445c445742a7b6b9ba6e1d62a25263f9424b9 F test/capi2.test cc64df7560a96f848f919ea2926c60acf639684b -F test/capi3.test d3848b06fb36d43b73aca6e22c44f734e14e5c3b +F test/capi3.test 6312427a6034d4bb725411dbe0c7ec02f09a65f3 F test/capi3b.test 664eb55318132f292f2c436f90906f578cad6b97 F test/capi3c.test 208713e5f3a63442c3574c55b83baa7cf8ac5f28 F test/capi3d.test 537de3a1f724862e327e02bb21b4a84f185dc1e2 @@ -592,7 +592,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P 6dbe67da5cb0141e011b4fdcc3964a20f68be843 -R d294d8c8ca1e1e0b998b4b9e46c87eb3 -U danielk1977 -Z aa84f2af470a4c68cbe527219bc745f0 +P 3ca7dab88e030cc945e0d358d7f53ddca35bc221 +R 90ee4c267ce50621164d3fc140bcfcee +U drh +Z 3b00e032d2531d8d31a48af81a734f31 diff --git a/manifest.uuid b/manifest.uuid index 5ec9329174..2770a191a0 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3ca7dab88e030cc945e0d358d7f53ddca35bc221 \ No newline at end of file +1fdab2c65b966f74bdf130c640ae56a0e811fb71 \ No newline at end of file diff --git a/test/capi3.test b/test/capi3.test index ce795bef70..b771980e17 100644 --- a/test/capi3.test +++ b/test/capi3.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this script testing the callback-free C/C++ API. # -# $Id: capi3.test,v 1.64 2008/05/23 14:49:49 drh Exp $ +# $Id: capi3.test,v 1.65 2008/06/23 17:56:47 drh Exp $ # set testdir [file dirname $argv0] @@ -783,6 +783,24 @@ ifcapable memdebug { } db close sqlite3_memdebug_fail -1 + do_test capi3-10-4 { + sqlite3 db test.db + set DB [sqlite3_connection_pointer db] + sqlite3_memdebug_fail 1 + catchsql { + select * from sqlite_master where rowid>5; + } + } {1 {out of memory}} + do_test capi3-10-5 { + sqlite3_errmsg $::DB + } {out of memory} + ifcapable {utf16} { + do_test capi3-10-6 { + utf8 [sqlite3_errmsg16 $::DB] + } {out of memory} + } + db close + sqlite3_memdebug_fail -1 } # The following tests - capi3-11.* - test that a COMMIT or ROLLBACK