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.java1499 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() method in DeqpTestRunnerTest
1531 testRecoveryWithPattern(true); in testRecovery_NoEvents()
1535 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, RecoveryEvent.PROGRESS); in testRecovery_AllOk()
1541 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin()
1546 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin()
1551 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin()
1556 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid()
1561 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_TwoConnectionFailuresMid()
1567 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid()
1575 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin()
[all …]