From: drh Date: Wed, 5 Oct 2016 01:33:57 +0000 (+0000) Subject: Fix the backup_malloc.test script so that it works on Windows. X-Git-Tag: version-3.15.0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0251d44fa13f5b47ad4aeca01b3c4e154b704a3;p=thirdparty%2Fsqlite.git Fix the backup_malloc.test script so that it works on Windows. FossilOrigin-Name: d080012daaaa399663a0f767c792a2fff3e1037a --- diff --git a/manifest b/manifest index 212cabf385..2502e5dc66 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sproblem\swith\sthe\slempar.c\sparser\stemplate. -D 2016-10-04T12:20:12.988 +C Fix\sthe\sbackup_malloc.test\sscript\sso\sthat\sit\sworks\son\sWindows. +D 2016-10-05T01:33:57.627 F Makefile.in 6fd48ffcf7c2deea7499062d1f3747f986c19678 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 5151cc64c4c05f3455f4f692ad11410a810d937f @@ -527,7 +527,7 @@ F test/backup2.test 34986ef926ea522911a51dfdb2f8e99b7b75ebcf F test/backup4.test 8f6fd48e0dfde77b9a3bb26dc471ede3e101df32 F test/backup5.test ee5da6d7fe5082f5b9b0bbfa31d016f52412a2e4 F test/backup_ioerr.test 4c3c7147cee85b024ecf6e150e090c32fdbb5135 -F test/backup_malloc.test 833d1b90561a6dbab00079b9591bd4fc90b7c2e1 +F test/backup_malloc.test 0c9abdf74c51e7bedb66d504cd684f28d4bd4027 F test/badutf.test d5360fc31f643d37a973ab0d8b4fb85799c3169f F test/badutf2.test f5bc7f2d280670ecd79b9cf4f0f1760c607fe51f F test/bc_common.tcl b5e42d80305be95697e6370e015af571e5333a1c @@ -1525,7 +1525,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P b10d0f939c82c4de3faa90b86de9ec4a89992856 -R 6c760026d8601df73a97e44e77f2a1fb +P 3a9d802fda10585654332b314d317250dc5d894e +R d615c6e1908364fa884ab39f817d3e59 U drh -Z 1b936abb9e0dcff8bac4243206b2a78f +Z 82328ebb1684c06ada6a91008b6e6bcf diff --git a/manifest.uuid b/manifest.uuid index 70760d1e99..6a1aab38e2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3a9d802fda10585654332b314d317250dc5d894e \ No newline at end of file +d080012daaaa399663a0f767c792a2fff3e1037a \ No newline at end of file diff --git a/test/backup_malloc.test b/test/backup_malloc.test index 45cac44f18..5444a70bdf 100644 --- a/test/backup_malloc.test +++ b/test/backup_malloc.test @@ -95,6 +95,7 @@ do_execsql_test 3.0 { do_faultsim_test 3 -faults oom* -prep { catch { db close } + catch { db2 close } forcedelete test2.db sqlite3 db2 test2.db