Lines Matching refs:deltaTotals
12701 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() local
12702 if (testInfo.expectedToFail() && deltaTotals.testCases.passed > 0) { in runTest()
12703 deltaTotals.assertions.failed++; in runTest()
12704 deltaTotals.testCases.passed--; in runTest()
12705 deltaTotals.testCases.failed++; in runTest()
12707 m_totals.testCases += deltaTotals.testCases; in runTest()
12709 deltaTotals, in runTest()
12717 return deltaTotals; in runTest()
12883 Totals deltaTotals; in handleFatalErrorCondition() local
12884 deltaTotals.testCases.failed = 1; in handleFatalErrorCondition()
12885 deltaTotals.assertions.failed = 1; in handleFatalErrorCondition()
12887 deltaTotals, in handleFatalErrorCondition()