Home
last modified time | relevance | path

Searched refs:testfixture (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/test/
H A Dlock6.test20 # Launch another testfixture process to be controlled by this one. A
22 # 'testfixture' to execute a command. The child testfixture process is shut
27 set prg [file join . testfixture]
34 # Execute a command in a child testfixture process, connected by two-way
36 proc testfixture {chan cmd} {
49 # Write the main loop for the child testfixture processes into file
95 testfixture $::tf1 "sqlite3_test_control_pending_byte $::sqlite_pending_byte"
96 testfixture $::tf1 {
143 testfixture $::tf1 {
151 catch {testfixture $::tf1 {db close}}
H A Dlock2.test37 testfixture $::tf1 {
53 testfixture $::tf1 {
61 testfixture $::tf1 {
72 testfixture $::tf1 {
80 testfixture $::tf1 {
100 testfixture $::tf1 {
107 catch {testfixture $::tf1 {db close}}
H A Dlock_common.tcl22 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
H A Dwalblock.test43 testfixture $C {
51 testfixture $C {
94 testfixture $::C { db eval { SELECT * FROM t1 } } {set ::out}
H A Dtkt-fc62af4523.test43 proc buddy {code} { testfixture $::chan $code }
45 testfixture $::chan {
73 testfixture $::chan sqlite_abort
H A Dbc_common.tcl37 set v [testfixture $chan { sqlite3 -version }]
48 proc code2 {tcl} { testfixture $::bc_chan $tcl }
H A Dbackcompat.test16 # To use this test, old versions of the testfixture process should be
21 # This test file uses the tcl code for controlling a second testfixture
47 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
H A Dwapptest.tcl143 set target testfixture
263 testfixture testfixture.exe
H A Dwalcrash2.test75 testfixture $C {
H A Dshared9.test199 testfixture $::tf {
H A Dtabfunc01.test186 # When the generate_series virtual table is compiled for the testfixture,
H A Dpagerfault.test850 testfixture $::chan {
854 catch { testfixture $::chan sqlite_abort }
H A Dwal.test1315 testfixture $::buddy {
/sqlite-3.40.0/
H A Dmain.mk512 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.tcl
982 quicktest: ./testfixture$(EXE)
1029 ./testfixture$(EXE) $(TOP)/test/loadext.test
1133 rm -f amalgamation-testfixture amalgamation-testfixture.exe
1134 rm -f fts3-testfixture fts3-testfixture.exe
[all …]
H A DMakefile.in593 testfixture$(TEXE) \
1267 testfixture$(TEXE): $(TESTFIXTURE_SRC)
1280 ./testfixture$(TEXE) $(TOP)/test/all.test $(TESTOPTS)
1288 ./testfixture$(TEXE) $(TOP)/test/full.test
1301 tcltest: ./testfixture$(TEXE)
1307 testrunner: testfixture$(TEXE)
1308 ./testfixture$(TEXE) $(TOP)/test/testrunner.tcl
1312 quicktest: ./testfixture$(TEXE)
1331 ./testfixture$(TEXE) $(TOP)/test/main.test $(TESTOPTS)
1334 ./testfixture$(TEXT) $(TOP)/test/permutations.test shell
[all …]
H A DMakefile.msc1669 testfixture.exe \
2452 extensiontest: testfixture.exe testloadext.dll
2464 .\testfixture.exe $(TOP)\test\all.test $(TESTOPTS)
2472 .\testfixture.exe $(TOP)\test\full.test
2474 queryplantest: testfixture.exe shell
2483 quicktest: testfixture.exe sourcetest
2494 tcltest: testfixture.exe
2501 testrunner: testfixture.exe
2502 .\testfixture.exe $(TOP)\test\testrunner.tcl
2506 .\testfixture.exe $(TOP)\test\main.test $(TESTOPTS)
[all …]
H A DREADME.md127 **src/** folder also contains files used to build the "testfixture" test
128 harness. The names of the source files used by "testfixture" all begin
294 building the "testfixture.exe" program. The testfixture.exe program is
295 an enhanced Tcl shell. The testfixture.exe program runs scripts in the
296 test/ folder to validate the core SQLite code. The testfixture program
/sqlite-3.40.0/tool/
H A Domittest.tcl14 This script builds the testfixture program and runs the SQLite test suite
31 $::MAKEBIN -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"
131 set ::TARGET testfixture ;# Default thing to build
H A Dmerge-test.tcl80 safeexec make fuzzcheck sqlite3 testfixture
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3cov.sh6 ./testfixture $srcdir/test/fts3.test --output=fts3cov-out.txt