mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Enable threadsafe builds by default in configure. Ticket #2606.
Changes to test scripts to do better testing under all configurations. (CVS 4379) FossilOrigin-Name: d66e08fd4f12407e565dc9fc53a5802216808378
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# cache context. What happens to connection B if one connection A encounters
|
||||
# an IO-error whilst reading or writing the file-system?
|
||||
#
|
||||
# $Id: shared_err.test,v 1.16 2007/08/30 10:07:39 danielk1977 Exp $
|
||||
# $Id: shared_err.test,v 1.17 2007/09/03 16:12:10 drh Exp $
|
||||
|
||||
proc skip {args} {}
|
||||
|
||||
@ -293,7 +293,8 @@ do_ioerr_test shared_ioerr-3rev -tclprep {
|
||||
# Only run these tests if memory debugging is turned on.
|
||||
#
|
||||
ifcapable !memdebug {
|
||||
puts "Skipping malloc tests: not compiled with -DSQLITE_MEMDEBUG..."
|
||||
puts "Skipping tests shared_err-4 through -9:\
|
||||
not compiled with -DSQLITE_MEMDEBUG..."
|
||||
db close
|
||||
sqlite3_enable_shared_cache $::enable_shared_cache
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user