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.java1453 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() method in DeqpTestRunnerTest
1485 testRecoveryWithPattern(true); in testRecovery_NoEvents()
1489 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, RecoveryEvent.PROGRESS); in testRecovery_AllOk()
1495 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin()
1500 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin()
1505 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin()
1510 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid()
1515 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_TwoConnectionFailuresMid()
1521 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid()
1529 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin()
[all …]