mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Exclude fts3cov.test from the "in memory" permutation test suite to avoid a false positive.
FossilOrigin-Name: 6af6794cac5516f8cbc425cb8c73468ca371a1ad
This commit is contained in:
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\swarning\sunder\sMSVC.
|
||||
D 2010-07-09T12:57:54
|
||||
C Exclude\sfts3cov.test\sfrom\sthe\s"in\smemory"\spermutation\stest\ssuite\sto\savoid\sa\sfalse\spositive.
|
||||
D 2010-07-09T18:43:41
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in c4270a1cd7cd70a263b7e96a258aa90e9c3618eb
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -509,7 +509,7 @@ F test/mallocH.test 79b65aed612c9b3ed2dcdaa727c85895fd1bfbdb
|
||||
F test/mallocI.test a88c2b9627c8506bf4703d8397420043a786cdb6
|
||||
F test/mallocJ.test b5d1839da331d96223e5f458856f8ffe1366f62e
|
||||
F test/mallocK.test d79968641d1b70d88f6c01bdb9a7eb4a55582cc9
|
||||
F test/malloc_common.tcl d5cf479545104c0aa2e60a3a94802e128a57ebb7
|
||||
F test/malloc_common.tcl 98542309c7c304a14c9b08560f654715d69d8090
|
||||
F test/manydb.test b3d3bc4c25657e7f68d157f031eb4db7b3df0d3c
|
||||
F test/memdb.test 0825155b2290e900264daaaf0334b6dfe69ea498
|
||||
F test/memleak.test 10b9c6c57e19fc68c32941495e9ba1c50123f6e2
|
||||
@ -543,7 +543,7 @@ F test/pageropt.test 8146bf448cf09e87bb1867c2217b921fb5857806
|
||||
F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
|
||||
F test/pcache.test 4118a183908ecaed343a06fcef3ba82e87e0129d
|
||||
F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
|
||||
F test/permutations.test 8be8c377dab57c1dc2181f49d2ce3c25d745ecfd
|
||||
F test/permutations.test 53326fc1f72a60f292c1ba88ac627e0387f9cfc9
|
||||
F test/pragma.test ed78d200f65c6998df51196cb8c39d5300570f24
|
||||
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
|
||||
F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
|
||||
@ -832,7 +832,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
||||
P 40eaada7ec45e70bdf64d060051f24c5c5e3faf3
|
||||
R 53cc4b184f0214da99dabc415572f388
|
||||
P 0c32c4bbdd74297767dcf4ec4295f9cc72875af0
|
||||
R 311e4c2bcf27a0983558fc16dc3d7dd2
|
||||
U shaneh
|
||||
Z 18ea918974c076935a3754e7b73cc412
|
||||
Z 0e9b4c4b96c4a333ba94fc26abec6bfd
|
||||
|
@ -1 +1 @@
|
||||
0c32c4bbdd74297767dcf4ec4295f9cc72875af0
|
||||
6af6794cac5516f8cbc425cb8c73468ca371a1ad
|
@ -621,9 +621,9 @@ proc do_write_test {name tbl sql} {
|
||||
if {$::DO_MALLOC_TEST } {
|
||||
set answers [list {1 {out of memory}} {0 {}}]
|
||||
if {$::DO_MALLOC_TEST==1} {
|
||||
set modes {100000 transient}
|
||||
set modes {100000 persistent}
|
||||
} else {
|
||||
set modes {1 persistent}
|
||||
set modes {1 transient}
|
||||
}
|
||||
} else {
|
||||
set answers [list {0 {}}]
|
||||
|
@ -479,7 +479,7 @@ test_suite "inmemory_journal" -description {
|
||||
autovacuum_ioerr2.test incrvacuum_ioerr.test ioerr.test
|
||||
ioerr.test ioerr2.test ioerr3.test ioerr4.test ioerr5.test
|
||||
vacuum3.test incrblob_err.test diskfull.test backup_ioerr.test
|
||||
e_fts3.test
|
||||
e_fts3.test fts3cov.test
|
||||
|
||||
# Exclude test scripts that use tcl IO to access journal files or count
|
||||
# the number of fsync() calls.
|
||||
@ -808,7 +808,7 @@ proc run_tests {name args} {
|
||||
uplevel $options(-initialize)
|
||||
|
||||
foreach file [lsort $options(-files)] {
|
||||
slave_test_file $::testdir/$file
|
||||
slave_test_file $::testdir/$file
|
||||
}
|
||||
|
||||
uplevel $options(-shutdown)
|
||||
|
Reference in New Issue
Block a user