Lines Matching refs:Test
22 # Test organization:
26 # backup-2.*: Test backup under various conditions. To and from in-memory
31 # backup-4.*: Test various error conditions.
33 # backup-5.*: Test the source database being modified during a backup.
35 # backup-6.*: Test the backup_remaining() and backup_pagecount() APIs.
37 # backup-7.*: Test SQLITE_BUSY and SQLITE_LOCKED errors.
39 # backup-8.*: Test multiple simultaneous backup operations.
41 # backup-9.*: Test that passing a negative argument to backup_step() is
44 # backup-10.*: Test writing the source database mid backup.
182 puts -nonewline "Test $iTest: src=$zSrcFile dest=$zDestFile"
364 # backup-4.1.*: Test invalid database names.
366 # backup-4.2.*: Test that the source database cannot be detached while
369 # backup-4.3.*: Test that the source database handle cannot be closed
372 # backup-4.4.*: Test an attempt to specify the same handle for the
375 # backup-4.5.*: Test that an in-memory destination with a different
471 # when the source database is modified during the backup. Test cases
644 # Test the sqlite3_backup_remaining() and backup_pagecount() APIs.
692 # Test cases backup-7.* test that SQLITE_BUSY and SQLITE_LOCKED errors
914 # Test that if the database is written to via the same database handle being