| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 94 let pass = false; 95 if(filter instanceof RegExp) pass = filter.test(err.message); 96 else if(filter instanceof Function) pass = filter(err); 97 else if('string' === typeof filter) pass = (err.message === filter); 98 if(!pass){
|
| H A D | testing.css | 40 .tests-pass { background-color: green; color: white }
|
| /sqlite-3.40.0/test/ |
| H A D | orderby1.test | 80 } {/ORDER BY/} ;# separate sorting pass due to "+" on ORDER BY terms 96 } {/ORDER BY/} ;# separate sorting pass due to disabled optimization 229 } {/ORDER BY/} ;# separate sorting pass due to "+" on ORDER BY terms 245 } {/ORDER BY/} ;# separate sorting pass due to disabled optimization 266 } {/ORDER BY/} ;# separate sorting pass due to mixed DESC/ASC 284 } {/ORDER BY/} ;# separate sorting pass due to mixed ASC/DESC 364 } {/ORDER BY/} ;# separate sorting pass due to "+" on ORDER BY terms 380 } {/ORDER BY/} ;# separate sorting pass due to disabled optimization
|
| H A D | update2.test | 20 # 1.1.* A one-pass UPDATE that does balance() operations on the IPK index 60 # A one-pass UPDATE that does balance() operations on the IPK index
|
| H A D | tkt3731.test | 22 # trigger invocation, and some tests depend on that to pass. So disable
|
| H A D | tkt35xx.test | 88 # was not defined, then the statement would pass and the transaction
|
| H A D | whereF.test | 130 # outer loop. The inner loop, on "t2", is an OR optimization. One pass 139 # the test is to ensure that on the second pass, the ($1!=-1) condition
|
| H A D | fts1j.test | 21 # Clean up anything left over from a previous pass.
|
| H A D | fts3aj.test | 19 # Clean up anything left over from a previous pass.
|
| H A D | fts2j.test | 21 # Clean up anything left over from a previous pass.
|
| H A D | mallocC.test | 63 # tests pass.
|
| H A D | collate8.test | 13 # focus of this script is making sure collations pass through the
|
| H A D | collate9.test | 166 # Integrity check should now pass.
|
| H A D | trigger3.test | 22 # trigger invocation, and some tests depend on that to pass. So disable
|
| H A D | in4.test | 203 } {~/B-TREE/} ;# No separate sorting pass 214 } {~/B-TREE/} ;# No separate sorting pass
|
| H A D | genesis.tcl | 194 INSERT INTO t1(docid,words) VALUES(1007010,'And it came to pass after seven days, that the waters o… 214 INSERT INTO t1(docid,words) VALUES(1008006,'And it came to pass at the end of forty days, that Noah… 452 …LUES(1018003,'And said, My LORD, if now I have found favour in thy sight, pass not away, I pray th… 573 INSERT INTO t1(docid,words) VALUES(1022001,'And it came to pass after these things, that God did te… 694 INSERT INTO t1(docid,words) VALUES(1025011,'And it came to pass after the death of Abraham, that Go… 843 INSERT INTO t1(docid,words) VALUES(1029023,'And it came to pass in the evening, that he took Leah h… 950 …ss, and this pillar be witness, that I will not pass over this heap to thee, and that thou shalt n… 1171 INSERT INTO t1(docid,words) VALUES(1038027,'And it came to pass in the time of her travail, that, b… 1181 INSERT INTO t1(docid,words) VALUES(1039007,'And it came to pass after these things, that his master… 1221 INSERT INTO t1(docid,words) VALUES(1041001,'And it came to pass at the end of two full years, that … [all …]
|
| H A D | attach3.test | 27 # trigger invocation, and some tests depend on that to pass. So disable
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 5181 test "$pass" = conv && continue 5187 if test "$pass" = conv; then 5191 if test "$pass" = scan; then 5337 if test "$linkmode,$pass" = "lib,link" || 5344 if test "$pass" = conv; then 5381 if test "$pass" = dlopen; then 5443 if test "$pass" = dlpreopen; then 5963 if test "$pass" = link; then 5972 if test "$pass" = dlpreopen; then 5978 if test "$pass" != dlopen; then [all …]
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 102 const reportFinalTestStatus = function(pass){ argument 105 e.classList.add(pass ? 'tests-pass' : 'tests-fail'); 107 postMessage({type:'test-result', payload:{pass}}); field 191 let pass = false; 192 if(filter instanceof RegExp) pass = filter.test(err.message); 193 else if(filter instanceof Function) pass = filter(err); 194 else if('string' === typeof filter) pass = (err.message === filter); 195 if(!pass){
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | README.tokenizers | 13 The built-in tokenizers (valid values to pass as <tokenizer name>) are 17 arguments to pass to the selected tokenizer implementation. The
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.tokenizers | 13 The built-in tokenizers (valid values to pass as <tokenizer name>) are 17 arguments to pass to the selected tokenizer implementation. The
|
| /sqlite-3.40.0/tool/ |
| H A D | omittest.tcl | 26 * The makefile should support the variable "OPTS" as a way to pass
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionG.test | 84 # first pass.
|
| /sqlite-3.40.0/autoconf/ |
| H A D | configure.ac | 44 # user must pass "--disable-editline". To disable command line editing
|
| H A D | INSTALL | 152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses 164 The most portable way to affect installation locations is to pass the
|