Lines Matching refs:deltaTotals
118 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() local
119 if (testInfo.expectedToFail() && deltaTotals.testCases.passed > 0) { in runTest()
120 deltaTotals.assertions.failed++; in runTest()
121 deltaTotals.testCases.passed--; in runTest()
122 deltaTotals.testCases.failed++; in runTest()
124 m_totals.testCases += deltaTotals.testCases; in runTest()
126 deltaTotals, in runTest()
134 return deltaTotals; in runTest()
291 Totals deltaTotals; in handleFatalErrorCondition() local
292 deltaTotals.testCases.failed = 1; in handleFatalErrorCondition()
293 deltaTotals.assertions.failed = 1; in handleFatalErrorCondition()
295 deltaTotals, in handleFatalErrorCondition()