Lines Matching refs:deltaTotals
12528 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() local
12529 if (testInfo.expectedToFail() && deltaTotals.testCases.passed > 0) { in runTest()
12530 deltaTotals.assertions.failed++; in runTest()
12531 deltaTotals.testCases.passed--; in runTest()
12532 deltaTotals.testCases.failed++; in runTest()
12534 m_totals.testCases += deltaTotals.testCases; in runTest()
12536 deltaTotals, in runTest()
12544 return deltaTotals; in runTest()
12710 Totals deltaTotals; in handleFatalErrorCondition() local
12711 deltaTotals.testCases.failed = 1; in handleFatalErrorCondition()
12712 deltaTotals.assertions.failed = 1; in handleFatalErrorCondition()
12714 deltaTotals, in handleFatalErrorCondition()