Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1485 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() method in DeqpTestRunnerTest
1517 testRecoveryWithPattern(true); in testRecovery_NoEvents()
1521 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, RecoveryEvent.PROGRESS); in testRecovery_AllOk()
1527 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin()
1532 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin()
1537 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin()
1542 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid()
1547 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_TwoConnectionFailuresMid()
1553 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid()
1561 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin()
[all …]