Do not run capi3.test or capi3c.test when testing memsys6. (CVS 5469)
FossilOrigin-Name: e0a101117ca44f0cce555b5db667286729fd2ad4
This commit is contained in:
parent
8969718379
commit
fae8917633
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Add\sa\smutex\sto\smem6.c\sto\smake\sit\sthreadsafe.\s(CVS\s5468)
|
||||
D 2008-07-24T10:11:28
|
||||
C Do\snot\srun\scapi3.test\sor\scapi3c.test\swhen\stesting\smemsys6.\s(CVS\s5469)
|
||||
D 2008-07-24T10:32:31
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 77ff156061bb870aa0a8b3d545c670d08070f7e6
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -436,7 +436,7 @@ F test/pager2.test c025f91b75fe65e85febda64d9416428b8a5cab5
|
||||
F test/pager3.test 2323bf27fd5bd887b580247e5bce500ceee994b4
|
||||
F test/pageropt.test 6df72c441db0a037b7ec6990d16311c24fbea77b
|
||||
F test/pagesize.test e0a8b3fe80f8b8e808d94a00734c7a18c76c407e
|
||||
F test/permutations.test d90e744f64f05e9cc99ebbb4ae588301f1aeaafc
|
||||
F test/permutations.test ea696b305916bb7a0cccb612b5585738746b0c32
|
||||
F test/pragma.test 2c675ed9a288094ed62bf55b35fbc749e25670fb
|
||||
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
|
||||
F test/printf.test 262a5acd3158f788e9bdf7f18d718f3af32ff6ef
|
||||
@ -612,7 +612,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P 192bc192185a7b475ef9331e2a4a0dc68083ec03
|
||||
R 5534db543abd237cf60349e1495c018f
|
||||
P 9b97ce60c63c8b8afa43496a97917afd5fc26c71
|
||||
R c3430620d7325034b347ad7805ef7be8
|
||||
U danielk1977
|
||||
Z 781d9ebe3b9b2c802e3c883b54338895
|
||||
Z a7f8538476a97e5c85ced884ac5e1f21
|
||||
|
@ -1 +1 @@
|
||||
9b97ce60c63c8b8afa43496a97917afd5fc26c71
|
||||
e0a101117ca44f0cce555b5db667286729fd2ad4
|
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: permutations.test,v 1.15 2008/07/24 10:11:29 danielk1977 Exp $
|
||||
# $Id: permutations.test,v 1.16 2008/07/24 10:32:31 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -441,6 +441,8 @@ ifcapable threadsafe {
|
||||
|
||||
run_tests "memsys6" -description {
|
||||
Run tests using the allocator in mem6.c.
|
||||
} -exclude {
|
||||
capi3.test capi3c.test
|
||||
} -initialize {
|
||||
catch {db close}
|
||||
sqlite3_reset_auto_extension
|
||||
|
Loading…
x
Reference in New Issue
Block a user