SQLite

Check-in [e4e99606fd]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Do not run multi-threaded Tcl tests if the library was built with SQLITE_MUTEX_NOOP defined.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e4e99606fdf1f1cecf914dc865b066bf07793d1f
User & Date: dan 2011-04-07 10:09:00.583
Context
2011-04-07
14:05
Avoid running thread1.test or thread2.test if SQLITE_MUTEX_NOOP is defined. (check-in: 532ae32ea0 user: dan tags: trunk)
10:09
Do not run multi-threaded Tcl tests if the library was built with SQLITE_MUTEX_NOOP defined. (check-in: e4e99606fd user: dan tags: trunk)
05:17
Fix test script attach4.test so that it works with type 1 VFS implementations (no wal). And wal.test so that it work with a small default pager cache size. (check-in: 29c7b42587 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/test_config.c.
Changes to test/thread_common.tcl.