aboutsummaryrefslogtreecommitdiff
path: root/test/permutations.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2012-01-14 13:50:12 +0000
committerdan <dan@noemail.net>2012-01-14 13:50:12 +0000
commitaf49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a (patch)
tree285105fcfe9c3316202f384f460513767b2cb877 /test/permutations.test
parent54cced185c6affa94c321847a18a0c72185c8fc7 (diff)
parent1b904bf766386207ac23d48d3a8980561fb7cb4d (diff)
downloadsqlite-af49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a.tar.gz
sqlite-af49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a.zip
Update sessions branch with latest changes from trunk.
FossilOrigin-Name: 01c84fd391a0ca1f5245c7eff0644d0cc6cff86b
Diffstat (limited to 'test/permutations.test')
-rw-r--r--test/permutations.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test
index f48c0e05a..19388b184 100644
--- a/test/permutations.test
+++ b/test/permutations.test
@@ -145,7 +145,7 @@ test_suite "valgrind" -prefix "" -description {
Run the "veryquick" test suite with a couple of multi-process tests (that
fail under valgrind) omitted.
} -files [
- test_set $allquicktests -exclude *malloc* *ioerr* *fault*
+ test_set $allquicktests -exclude *malloc* *ioerr* *fault* wal.test
] -initialize {
set ::G(valgrind) 1
} -shutdown {
@@ -533,6 +533,8 @@ test_suite "inmemory_journal" -description {
# Exclude stmt.test, which expects sub-journals to use temporary files.
stmt.test
+ zerodamage.test
+
# WAL mode is different.
wal* tkt-2d1a5c67d.test backcompat.test
}]