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.java320 private void testResultCode(final String resultCode, boolean pass) throws Exception { in testResultCode() method in DeqpTestRunnerTest
1164 testResultCode("Pass", true); in testRun_resultPass()
1171 testResultCode("Fail", false); in testRun_resultFail()
1178 testResultCode("NotSupported", true); in testRun_resultNotSupported()
1185 testResultCode("QualityWarning", true); in testRun_resultQualityWarning()
1192 testResultCode("CompatibilityWarning", true); in testRun_resultCompatibilityWarning()
1199 testResultCode("ResourceError", false); in testRun_resultResourceError()
1206 testResultCode("InternalError", false); in testRun_resultInternalError()
1213 testResultCode("Crash", false); in testRun_resultCrash()
1220 testResultCode("Timeout", false); in testRun_resultTimeout()