Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java522 RuntimeException tearDownException = null; in run() local
535 tearDownException = e; in run()
546 listener, mExpectedTests, mTestsResults, null, tearDownException); in run()
570 tearDownException); in run()
639 RuntimeException tearDownException) { in reportFinalResults() argument
699 if (tearDownException != null) { in reportFinalResults()
702 StreamUtil.getStackTrace(tearDownException), null) in reportFinalResults()
703 .setCause(tearDownException); in reportFinalResults()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java217 Throwable tearDownException = null; in performInvocation() local
340 tearDownException = e; in performInvocation()
341 CLog.e("Exception when tearing down invocation: %s", tearDownException.toString()); in performInvocation()
342 CLog.e(tearDownException); in performInvocation()
347 tearDownException, FailureStatus.INFRA_FAILURE), in performInvocation()
414 if (tearDownException != null) { in performInvocation()
418 throw tearDownException; in performInvocation()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...