Lines Matching refs:error
42 # Test that the connection that encountered an error as part of
47 # one that hit the error in journal_mode="WAL") might return "wal" even
59 if { $jm!=$jm2 } { error "Journal modes do not match: $jm $jm2" }
60 if { $testrc==0 && $jm!="wal" } { error "Journal mode is not WAL" }
229 if {$n != 16384 && $n != 0} { error "Incorrect number of rows: $n" }
256 if {$n != 4 && $n != 0} { error "Incorrect number of rows: $n" }
291 if {$n != 1} { error "Incorrect number of rows: $n" }
330 if {$n != 1 && $n != 2} { error "Incorrect number of rows: $n" }
371 if {$n != "64 51200"} { error "Incorrect data: $n" }
447 if {$rc != "SQLITE_OK"} { error [sqlite3_errmsg db] }
479 if {[file exists test.db-shm]} { error "Not using heap-memory mode" }
490 if {[file exists test.db-shm]} { error "Not using heap-memory mode" }
516 if {[file exists test.db-shm]} { error "Not using heap-memory mode" }
519 if {!(($nRow==2 && $testrc) || $nRow==3)} { error "Bad db content" }
549 if {!(($nRow==2 && $testrc) || $nRow==3)} { error "Bad db content" }
587 if {$nRow!=3 && $nRow!=4} { error "Bad db content" }