1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add fuzz3.test. For testing the library's response to corrupted database files. (CVS 5685)

FossilOrigin-Name: 7fd4dd95791974b0ef6cf30a186b32df25ee2211
This commit is contained in:
danielk1977
2008-09-09 18:28:06 +00:00
parent e3602be8fd
commit f2fb044bca
5 changed files with 183 additions and 11 deletions

View File

@ -10,7 +10,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: all.test,v 1.57 2008/07/14 15:11:20 drh Exp $
# $Id: all.test,v 1.58 2008/09/09 18:28:07 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -64,6 +64,7 @@ lappend EXCLUDE misuse.test ;# Run seperately later.
lappend EXCLUDE memleak.test ;# Alternate test driver script
lappend EXCLUDE permutations.test ;# Run seperately later.
lappend EXCLUDE fuzz.test
lappend EXCLUDE fuzz3.test
lappend EXCLUDE soak.test ;# Takes a very long time (default 1 hr)
lappend EXCLUDE fts3.test ;# Wrapper for muliple fts3*.tests
lappend EXCLUDE mallocAll.test ;# Wrapper for running all malloc tests