]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add "nolookaside" case to permutations.test. (CVS 5802)
authordanielk1977 <danielk1977@noemail.net>
Sat, 11 Oct 2008 17:04:04 +0000 (17:04 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sat, 11 Oct 2008 17:04:04 +0000 (17:04 +0000)
FossilOrigin-Name: 56fb7a22864774fcbd8cd00195359dc0f223ec8b

manifest
manifest.uuid
test/permutations.test

index 4077775e5fb11580268f45957af20ce77dc7ba0c..52ab9416a680b213a62e37e7bf3cf101d109fed4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\smemory\sleak\son\sORDER\sBY\sof\sa\scompound\sselect\scaused\sby\sthe\sresolver\non\sa\sflattened\squery.\s\sAlso\sfix\sa\sOOM\ssegfault\sin\sWHERE\sclause\sprocessing.\s(CVS\s5801)
-D 2008-10-11T16:47:36
+C Add\s"nolookaside"\scase\sto\spermutations.test.\s(CVS\s5802)
+D 2008-10-11T17:04:04
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 7fc26e087207e7a4a7723583dbd7997477af3b13
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -457,7 +457,7 @@ F test/pageropt.test 3ee6578891baaca967f0bd349e4abfa736229e1a
 F test/pagesize.test 0d9ff3fedfce6e5ffe8fa7aca9b6d3433a2e843b
 F test/pcache.test 515b4c26e9f57660357dfff5b6b697acac1abc5f
 F test/pcache2.test 2b4fa1bee5cfc338d8c04eb6ed7eaf41f478bf7c
-F test/permutations.test 2635ee42d1112ab7bfa0ec1da2b56afa256afed4
+F test/permutations.test a80a319ed2e825fa828af086d322b47fc9d9c664
 F test/pragma.test 583937903d01cad823ae195573d90c02ea945717
 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
 F test/printf.test 262a5acd3158f788e9bdf7f18d718f3af32ff6ef
@@ -648,7 +648,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 0c4c66071a46cecc5f87afb8f8f01ae2c90ee9b3
-R d48425ab1c982c0731642b395fb0ab56
-U drh
-Z 8cc7993d430aea01378e521b4987bb36
+P d2c252d6bbde4ae14da6c9e6c2683d763d11c59f
+R fc3d10320d4a4962e4ddb73e72840350
+U danielk1977
+Z d2b1875d229b42484fcc2b21da2a0d73
index b3181ec97324e4c7755b860c164c3f617d4d8a79..7082632c64fea63263d945894abd79b3ef1aa5d7 100644 (file)
@@ -1 +1 @@
-d2c252d6bbde4ae14da6c9e6c2683d763d11c59f
\ No newline at end of file
+56fb7a22864774fcbd8cd00195359dc0f223ec8b
\ No newline at end of file
index 1524a1733a863d3240c126bc6c49da810123ff10..2abf67199a0f90585d7291a3861a176c185950a5 100644 (file)
@@ -9,7 +9,7 @@
 #
 #***********************************************************************
 #
-# $Id: permutations.test,v 1.34 2008/10/10 17:41:30 drh Exp $
+# $Id: permutations.test,v 1.35 2008/10/11 17:04:04 danielk1977 Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -214,24 +214,8 @@ run_tests "memsubsys2" -description {
 
 # Run all tests with the lookaside allocator disabled.
 #
-run_tests "memsubsys3" -description {
+run_tests "nolookaside" -description {
   OOM tests with lookaside disabled
-} -include {
-  malloc.test
-  malloc3.test
-  malloc4.test
-  malloc5.test
-  malloc6.test
-  malloc7.test
-  malloc8.test
-  malloc9.test
-  mallocA.test
-  mallocB.test
-  mallocC.test
-  mallocD.test
-  mallocE.test
-  mallocF.test
-  mallocG.test
 } -initialize {
   catch {db close}
   sqlite3_shutdown