Searched refs:testfixture (Results 1 – 20 of 20) sorted by relevance
20 # Launch another testfixture process to be controlled by this one. A22 # 'testfixture' to execute a command. The child testfixture process is shut27 set prg [file join . testfixture]34 # Execute a command in a child testfixture process, connected by two-way36 proc testfixture {chan cmd} {49 # Write the main loop for the child testfixture processes into file95 testfixture $::tf1 "sqlite3_test_control_pending_byte $::sqlite_pending_byte"96 testfixture $::tf1 {143 testfixture $::tf1 {151 catch {testfixture $::tf1 {db close}}
37 testfixture $::tf1 {53 testfixture $::tf1 {61 testfixture $::tf1 {72 testfixture $::tf1 {80 testfixture $::tf1 {100 testfixture $::tf1 {107 catch {testfixture $::tf1 {db close}}
22 proc code2 {tcl} { testfixture $::code2_chan $tcl }23 proc code3 {tcl} { testfixture $::code3_chan $tcl }75 if {$prg eq ""} { set prg testfixture }80 testfixture $chan "sqlite3_test_control_pending_byte $::sqlite_pending_byte"83 testfixture $chan "set ::sqlite_pending_byte $::sqlite_pending_byte"91 proc testfixture {chan cmd args} { procedure
43 testfixture $C {51 testfixture $C {94 testfixture $::C { db eval { SELECT * FROM t1 } } {set ::out}
43 proc buddy {code} { testfixture $::chan $code }45 testfixture $::chan {73 testfixture $::chan sqlite_abort
37 set v [testfixture $chan { sqlite3 -version }]48 proc code2 {tcl} { testfixture $::bc_chan $tcl }
16 # To use this test, old versions of the testfixture process should be21 # This test file uses the tcl code for controlling a second testfixture47 if {$bin1 != ""} { proc code2 {tcl} { testfixture $::bc_chan1 $tcl } }48 proc code1 {tcl} { testfixture $::bc_chan2 $tcl }51 if {$bin1 != ""} { proc code1 {tcl} { testfixture $::bc_chan1 $tcl } }52 proc code2 {tcl} { testfixture $::bc_chan2 $tcl }89 regsub {.*testfixture\.} $bintag {} bintag
143 set target testfixture263 testfixture testfixture.exe
75 testfixture $C {
199 testfixture $::tf {
186 # When the generate_series virtual table is compiled for the testfixture,
850 testfixture $::chan {854 catch { testfixture $::chan sqlite_abort }
1315 testfixture $::buddy {
512 testfixture$(EXE) \942 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)957 queryplantest: testfixture$(EXE) sqlite3$(EXE)970 tcltest: ./testfixture$(EXE)976 testrunner: testfixture$(EXE)977 ./testfixture$(EXE) $(TOP)/test/testrunner.tcl982 quicktest: ./testfixture$(EXE)1029 ./testfixture$(EXE) $(TOP)/test/loadext.test1133 rm -f amalgamation-testfixture amalgamation-testfixture.exe1134 rm -f fts3-testfixture fts3-testfixture.exe[all …]
593 testfixture$(TEXE) \1267 testfixture$(TEXE): $(TESTFIXTURE_SRC)1280 ./testfixture$(TEXE) $(TOP)/test/all.test $(TESTOPTS)1288 ./testfixture$(TEXE) $(TOP)/test/full.test1301 tcltest: ./testfixture$(TEXE)1307 testrunner: testfixture$(TEXE)1308 ./testfixture$(TEXE) $(TOP)/test/testrunner.tcl1312 quicktest: ./testfixture$(TEXE)1331 ./testfixture$(TEXE) $(TOP)/test/main.test $(TESTOPTS)1334 ./testfixture$(TEXT) $(TOP)/test/permutations.test shell[all …]
1669 testfixture.exe \2452 extensiontest: testfixture.exe testloadext.dll2464 .\testfixture.exe $(TOP)\test\all.test $(TESTOPTS)2472 .\testfixture.exe $(TOP)\test\full.test2474 queryplantest: testfixture.exe shell2483 quicktest: testfixture.exe sourcetest2494 tcltest: testfixture.exe2501 testrunner: testfixture.exe2502 .\testfixture.exe $(TOP)\test\testrunner.tcl2506 .\testfixture.exe $(TOP)\test\main.test $(TESTOPTS)[all …]
127 **src/** folder also contains files used to build the "testfixture" test128 harness. The names of the source files used by "testfixture" all begin294 building the "testfixture.exe" program. The testfixture.exe program is295 an enhanced Tcl shell. The testfixture.exe program runs scripts in the296 test/ folder to validate the core SQLite code. The testfixture program
14 This script builds the testfixture program and runs the SQLite test suite31 $::MAKEBIN -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"131 set ::TARGET testfixture ;# Default thing to build
80 safeexec make fuzzcheck sqlite3 testfixture
6 ./testfixture $srcdir/test/fts3.test --output=fts3cov-out.txt