Lines Matching refs:testCase
200 const DataMap *testCase; in DataDrivenPrintf() local
227 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenPrintf()
242 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
244 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
246 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
256 switch (testCase->getString("argumentType", errorCode)[0]) { in DataDrivenPrintf()
294 … log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i); in DataDrivenPrintf()
366 const DataMap *testCase; in DataDrivenScanf() local
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenScanf()
407 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
409 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
411 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
421 switch (testCase->getString("argumentType", errorCode)[0]) { in DataDrivenScanf()
495 … log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i); in DataDrivenScanf()
568 const DataMap *testCase; in DataDrivenPrintfPrecision() local
592 for(i=0; testData->nextCase(testCase, errorCode); ++i) { in DataDrivenPrintfPrecision()
601 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
603 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintfPrecision()
605 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintfPrecision()
607 precision=testCase->getInt28("precision", errorCode); in DataDrivenPrintfPrecision()
616 switch (testCase->getString("argumentType", errorCode)[0]) { in DataDrivenPrintfPrecision()
646 … log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i); in DataDrivenPrintfPrecision()