Searched refs:failures (Results 1 – 5 of 5) sorted by relevance
11 failures, various options for running the tests, and XML test report
607 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \608 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
88 * New feature: when a test runs under Visual Studio, its failures are
13 failures, various options for running the tests, and XML test report
4791 int failures = 0; in OutputXmlTestInfo() local4795 if (++failures == 1) { in OutputXmlTestInfo()4810 if (failures == 0) in OutputXmlTestInfo()