Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java283 private void testResultCode(final String resultCode, boolean pass) throws Exception { in testResultCode() method in DeqpTestRunnerTest
960 testResultCode("Pass", true); in testRun_resultPass()
967 testResultCode("Fail", false); in testRun_resultFail()
974 testResultCode("NotSupported", true); in testRun_resultNotSupported()
981 testResultCode("QualityWarning", true); in testRun_resultQualityWarning()
988 testResultCode("CompatibilityWarning", true); in testRun_resultCompatibilityWarning()
995 testResultCode("ResourceError", false); in testRun_resultResourceError()
1002 testResultCode("InternalError", false); in testRun_resultInternalError()
1009 testResultCode("Crash", false); in testRun_resultCrash()
1016 testResultCode("Timeout", false); in testRun_resultTimeout()