| /sqlite-3.40.0/test/ |
| H A D | window3.test | 382 error "list element [set i] does not match: got=[set r] expected=[set r2]" 399 error "list element [set i] does not match: got=[set r] expected=[set r2]" 416 error "list element [set i] does not match: got=[set r] expected=[set r2]" 433 error "list element [set i] does not match: got=[set r] expected=[set r2]" 450 error "list element [set i] does not match: got=[set r] expected=[set r2]" 467 error "list element [set i] does not match: got=[set r] expected=[set r2]" 484 error "list element [set i] does not match: got=[set r] expected=[set r2]" 501 error "list element [set i] does not match: got=[set r] expected=[set r2]" 518 error "list element [set i] does not match: got=[set r] expected=[set r2]" 535 error "list element [set i] does not match: got=[set r] expected=[set r2]" [all …]
|
| H A D | prefixes.test | 26 foreach {tn zLeft zRight expected} { 39 do_execsql_test 1.$tn { SELECT prefix_length($zLeft, $zRight) } $expected 69 foreach {tn INPUT expected} { 85 } $expected
|
| H A D | tester.tcl | 762 proc do_test {name cmd expected} { argument 802 if {[string index $expected 0]=="~"} { 803 set re [string range $expected 2 end-1] 817 set e2 [string range $expected 2 end-1] 841 if {[string index $expected 0]=="~"} { 842 set e [string range $expected 1 end] 920 proc do_filepath_test {name cmd expected} { argument 923 ] [filepath_normalize $expected]] 930 proc do_realnum_test {name cmd expected} { argument 933 ] [realnum_normalize $expected]] [all …]
|
| H A D | trace2.test | 35 proc do_trace_test {tn sql expected} { 37 # is executed is equivalent to the list of strings in $expected. 41 uplevel do_test $tn [list {set ::trace}] [list [list {*}$expected]] 44 proc do_trace_select_test {tn sql expected} { 46 uplevel [list do_trace_test ${tn}.a $sql $expected]
|
| H A D | rowvalueA.test | 62 } {1 {IN(...) element has 3 terms - expected 2}} 66 } {1 {IN(...) element has 1 term - expected 2}} 70 } {1 {IN(...) element has 2 terms - expected 3}}
|
| H A D | shell8.test | 137 set expected [dir_to_list ar1] 144 } $expected 151 } $expected 159 } $expected 173 } $expected
|
| H A D | tempdb.test | 61 # Set $::jrnl_in_memory if the journal file is expected to be in-memory. 62 # Similarly, set $::subj_in_memory if the sub-journal file is expected 63 # to be in memory. These variables are used to calculate the expected
|
| H A D | fts3c.test | 13 # working as expected. 27 # Utility function to check for the expected terms in the segment 37 # Utility function to check for the expected doclist for the term in 57 # Check for expected segments and expected matches.
|
| H A D | types.test | 22 # types-1.*.*: Test that values are stored using the expected storage 208 # Check that all the record sizes are as we expected. 236 # Check that all the record sizes are as we expected. 262 # Check that all the record sizes are as we expected. 287 # Check that all the record sizes are as we expected. This is dependant on
|
| H A D | select7.test | 117 } {1 {sub-select returns 2 columns - expected 1}} 122 } {1 {sub-select returns 2 columns - expected 1}} 127 } {1 {sub-select returns 2 columns - expected 1}} 132 } {1 {sub-select returns 2 columns - expected 1}}
|
| H A D | shell6.test | 109 set expected "" 113 append expected "$line\n" 119 } [list 0 [string trim $expected]]
|
| H A D | fts2p.test | 13 # working as expected. 106 # Utility function to check for the expected terms in the segment 127 # Utility function to check for the expected doclist for the term in 159 # Check for expected segments and expected matches.
|
| H A D | analyze5.test | 174 # Verify that the expected index is used with the expected row count 221 # Verify that the expected index is used with the expected row count
|
| H A D | e_select2.test | 285 proc te_dataset_eq {testname got expected} { 286 uplevel #0 [list do_test $testname [list set {} $got] $expected] 288 proc te_dataset_eq_unordered {testname got expected} { 290 lset expected 1 [lsort [lindex $expected 1]] 291 te_dataset_eq $testname $got $expected 565 # compute the expected results of the $select query. Drop the temporary 573 # as the expected data calculated using [te_tbljoin] above.
|
| H A D | stmt.test | 78 proc filecount {testname sql expected} { 85 }] $expected]
|
| H A D | rowvaluevtab.test | 44 proc do_vfilter4_test {tn sql expected} { 51 uplevel [list do_test $tn [list set {} $res] [list {*}$expected]]
|
| H A D | fts4merge4.test | 71 foreach {tn am expected} { 97 } [list {*}$expected]
|
| /sqlite-3.40.0/ext/repair/test/ |
| H A D | test.tcl | 25 proc do_test {name cmd expected} { argument 39 set ok [expr {[string compare $result $expected]==0}] 41 puts "\n! $name expected: \[$expected\]\n! $name got: \[$result\]"
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5version.test | 48 } {1 {invalid fts5 file format (found 5, expected 4) - run 'rebuild'}} 54 } {1 {invalid fts5 file format (found 5, expected 4) - run 'rebuild'}} 62 } {1 {invalid fts5 file format (found 0, expected 4) - run 'rebuild'}}
|
| H A D | fts5ea.test | 76 12 {NEAR(a b, xyz)} {expected integer, got "xyz"} 78 14 {NEAR(a b, "xyz" )} {expected integer, got ""xyz""}
|
| /sqlite-3.40.0/tool/ |
| H A D | restore_jrnl.tcl | 61 proc do_test {name cmd expected} { argument 64 if {$res eq $expected} { 69 puts " Expected: $expected"
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionfault.test | 412 set expected [normalize_list { 422 faultsim_test_result [list 0 $::expected] {1 SQLITE_NOMEM} 429 faultsim_test_result [list 0 $::expected] {1 SQLITE_NOMEM} 459 set expected [normalize_list { 462 if { [changeset_to_list $::c] != $expected } { 496 set expected [normalize_list { 499 if { [changeset_to_list $::c] != $expected } {
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeA.test | 115 Wrong number of entries in %_rowid table - expected 0, actual 500 116 Wrong number of entries in %_parent table - expected 0, actual 23}} 193 Wrong number of entries in %_rowid table - expected 0, actual 499 194 Wrong number of entries in %_parent table - expected 0, actual 23}}
|
| H A D | rtreedoc3.test | 80 # are as expected. 171 array set P $parent ;# "Parent" - as in parent of expected cell 185 # Check level is as expected 203 error "unknown result: $r - expected \"fully\", \"partly\" or \"not\""
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbufault.test | 165 error "data not as expected!" 214 # target db is as expected. And that "PRAGMA integrity_check" 228 error "data not as expected!"
|