Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 44) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js94 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 Dtesting.css40 .tests-pass { background-color: green; color: white }
/sqlite-3.40.0/test/
H A Dorderby1.test80 } {/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 Dupdate2.test20 # 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 Dtkt3731.test22 # trigger invocation, and some tests depend on that to pass. So disable
H A Dtkt35xx.test88 # was not defined, then the statement would pass and the transaction
H A DwhereF.test130 # 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 Dfts1j.test21 # Clean up anything left over from a previous pass.
H A Dfts3aj.test19 # Clean up anything left over from a previous pass.
H A Dfts2j.test21 # Clean up anything left over from a previous pass.
H A DmallocC.test63 # tests pass.
H A Dcollate8.test13 # focus of this script is making sure collations pass through the
H A Dcollate9.test166 # Integrity check should now pass.
H A Dtrigger3.test22 # trigger invocation, and some tests depend on that to pass. So disable
H A Din4.test203 } {~/B-TREE/} ;# No separate sorting pass
214 } {~/B-TREE/} ;# No separate sorting pass
H A Dgenesis.tcl194 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 Dattach3.test27 # trigger invocation, and some tests depend on that to pass. So disable
/sqlite-3.40.0/
H A Dltmain.sh5181 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 Dtester1.js102 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 DREADME.tokenizers13 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 DREADME.tokenizers13 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 Domittest.tcl26 * The makefile should support the variable "OPTS" as a way to pass
/sqlite-3.40.0/ext/session/
H A DsessionG.test84 # first pass.
/sqlite-3.40.0/autoconf/
H A Dconfigure.ac44 # user must pass "--disable-editline". To disable command line editing
H A DINSTALL152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
164 The most portable way to affect installation locations is to pass the

12