Searched refs:test_report (Results 1 – 4 of 4) sorted by relevance
11 TEST_REPORT test_report; variable13 #define TAS (&test_report.assertions) /* Total assertions */159 PRINT(("<tcnt>%d</tcnt>\n", test_report.tests));160 PRINT(("<exec>%d</exec>\n", test_report.executed));161 PRINT(("<pass>%d</pass>\n", test_report.passed));162 PRINT(("<fail>%d</fail>\n", test_report.failed));163 PRINT(("<warn>%d</warn>\n", test_report.warnings));170 test_report.tests,171 test_report.executed,172 test_report.passed,[all …]
70 …results[0].test_report.write(f"lit-{config.compiler[0]}-{config.optimize[0]}-{config.device[1]}-{t…77 @matrix_command(test_report=FileReport(f"lit.xml") | JUnitReport())
203 results[0].test_report.write(f"build/CoreValidation-{config_suffix(config)}.junit")233 @matrix_command(test_report=ConsoleReport() |
80 extern TEST_REPORT test_report;