Home
last modified time | relevance | path

Searched refs:nTest (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest4.c231 p->nTest++; in worker_delete_all_content()
236 p->nTest++; in worker_delete_all_content()
240 p->nTest++; in worker_delete_all_content()
244 p->nTest++; in worker_delete_all_content()
266 p->nTest++; in worker_add_content()
313 p->nTest++; in worker_thread()
322 p->nTest++; in worker_thread()
366 int nTest = 0; /* Number of tests */ in main() local
470 aInfo[i].tid, aInfo[i].nErr, aInfo[i].nTest); in main()
477 nTest += aInfo[i].nTest; in main()
[all …]
H A Dlemon-test01.y29 static int nTest = 0; variable
32 nTest++; in testCase()
69 printf("%d tests pass\n", nTest); in main()
71 printf("%d errors out %d tests\n", nErr, nTest); in main()
H A Dwapptest.tcl392 set nTest 0
397 incr nTest $G(test.$name.nTest)
400 set G(result) "$nError errors from $nTest tests in $nConfig configurations."
H A Dfuzzcheck.c1802 int nTest = 0; /* Total number of tests performed */ in main() local
2322 nTest++; in main()
2416 nTest++; in main()
2465 nTest, (int)(iElapse/1000), (int)(iElapse%1000), in main()
H A Dtester.tcl1256 set nTest [incr_ntest]
1271 out of $nTest tests"
1279 output2 "$nErr errors out of $nTest tests on $cpuinfo"
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest1.c39 int nTest; /* Number of keys to test (0==all) */ member
293 testDbContents(pDb, pData, p->nRow, 0, i-1, p->nTest, p->bTestScan, &rc); in doDataTest1()
304 testDbContents(pDb, pData, p->nRow, 0, i-1, p->nTest, p->bTestScan, &rc); in doDataTest1()
319 testDbContents(pDb, pData, p->nRow, i, p->nRow-1,p->nTest,p->bTestScan,&rc); in doDataTest1()
329 testDbContents(pDb, pData, p->nRow, i, p->nRow-1,p->nTest,p->bTestScan,&rc); in doDataTest1()
/sqlite-3.40.0/mptest/
H A Dmptest.c87 int nTest; /* Number of --match operators */ member
564 if( g.nError || g.nTest ){ in startScript()
566 g.nError, g.nTest); in startScript()
568 g.nTest = 0; in startScript()
989 g.nTest++; in runScript()
1013 g.nTest++; in runScript()
1456 g.nTest += sqlite3_column_int(pStmt, 1); in main()
1464 printf("Summary: %d errors out of %d tests\n", g.nError, g.nTest); in main()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c814 int nTest = 0; /* Number of test cases run */ in main() local
1024 for(; i<nIn; i=iNext, nTest++, g.zTestName[0]=0){ in main()
1172 nTest++; in main()
1226 if( nTest>1 && !quietFlag ){ in main()
1229 g.zArgv0, nTest, (int)(iElapse/1000), (int)(iElapse%1000), in main()
/sqlite-3.40.0/src/
H A Dshell.c.in9918 int nTest = 0; /* Number of tests runs */ local
9991 nTest++;
10017 utf8_printf(p->out, "%d errors out of %d tests\n", nErr, nTest);