Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestResultParser.java473 if (shouldSkipCurrentTest()) { in reportNonFailureTestResult()
492 if (shouldSkipCurrentTest()) { in reportFailureTestResult()
504 private boolean shouldSkipCurrentTest() { in shouldSkipCurrentTest() method in PythonUnitTestResultParser
DArtRunTest.java203 if (shouldSkipCurrentTest(testId)) { in runArtTest()
628 private boolean shouldSkipCurrentTest(TestDescription description) { in shouldSkipCurrentTest() method in ArtRunTest
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java133 .filter(description -> !shouldSkipCurrentTest(description)) in getFilterDescriptions()
262 private boolean shouldSkipCurrentTest(TestDescription description) { in shouldSkipCurrentTest() method in ExecutableBaseTest