Lines Matching refs:resultTestList
580 test_status resultTestList[], int testNum) in saveResultsToJson() argument
604 testList[i].name, result_map[(int)resultTestList[i]]); in saveResultsToJson()
661 test_status *resultTestList = NULL; in parseAndCallCommandLineTests() local
700 resultTestList = in parseAndCallCommandLineTests()
701 (test_status *)calloc(testNum, sizeof(*resultTestList)); in parseAndCallCommandLineTests()
703 callTestFunctions(testList, selectedTestList, resultTestList, testNum, in parseAndCallCommandLineTests()
714 selectedTestList, resultTestList, testNum); in parseAndCallCommandLineTests()
717 if (std::any_of(resultTestList, resultTestList + testNum, in parseAndCallCommandLineTests()
733 free(resultTestList); in parseAndCallCommandLineTests()
740 test_status resultTestList[], int testNum, in callTestFunctions() argument
749 resultTestList[i] = callSingleTestFunction( in callTestFunctions()