Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/
DREADME.webm11 failures, various options for running the tests, and XML test report
/hardware/intel/img/libdrm/tests/
DMakefile.in607 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
608 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES88 * New feature: when a test runs under Visual Studio, its failures are
DREADME13 failures, various options for running the tests, and XML test report
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4791 int failures = 0; in OutputXmlTestInfo() local
4795 if (++failures == 1) { in OutputXmlTestInfo()
4810 if (failures == 0) in OutputXmlTestInfo()