Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java318 private void testResultCode(final String resultCode, boolean pass) throws Exception { in testResultCode() method in DeqpTestRunnerTest
1206 testResultCode("Pass", true); in testRun_resultPass()
1213 testResultCode("Fail", false); in testRun_resultFail()
1220 testResultCode("NotSupported", true); in testRun_resultNotSupported()
1227 testResultCode("QualityWarning", true); in testRun_resultQualityWarning()
1234 testResultCode("CompatibilityWarning", true); in testRun_resultCompatibilityWarning()
1241 testResultCode("ResourceError", false); in testRun_resultResourceError()
1248 testResultCode("InternalError", false); in testRun_resultInternalError()
1255 testResultCode("Crash", false); in testRun_resultCrash()
1262 testResultCode("Timeout", false); in testRun_resultTimeout()