Home
last modified time | relevance | path

Searched refs:shouldSkipCurrentTest (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestResultParser.java418 if (shouldSkipCurrentTest()) { in reportNonFailureTestResult()
437 if (shouldSkipCurrentTest()) { in reportFailureTestResult()
449 private boolean shouldSkipCurrentTest() { in shouldSkipCurrentTest() method in PythonUnitTestResultParser
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java152 if (shouldSkipCurrentTest(description)) continue; in run()
185 private boolean shouldSkipCurrentTest(TestDescription description) { in shouldSkipCurrentTest() method in ExecutableBaseTest