Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/
H A DKhronosCTSRunnerTests.java949 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() method in KhronosCTSRunnerTests
979 testRecoveryWithPattern(true); in testRecovery_NoEvents()
983 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, RecoveryEvent.PROGRESS); in testRecovery_AllOk()
989 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin()
994 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin()
999 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin()
1004 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid()
1009 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_TwoConnectionFailuresMid()
1015 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid()
1023 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin()
[all …]
/aosp_15_r20/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java1754 private void testRecoveryWithPattern(boolean expectSuccess, in testRecoveryWithPattern() method in DeqpTestRunnerTest
1789 testRecoveryWithPattern(true); in testRecovery_NoEvents()
1793 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_AllOk()
1800 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_OneConnectionFailureBegin()
1805 testRecoveryWithPattern(true, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_TwoConnectionFailuresBegin()
1811 testRecoveryWithPattern(false, RecoveryEvent.FAIL_CONNECTION_REFUSED, in testRecovery_ThreeConnectionFailuresBegin()
1817 testRecoveryWithPattern(true, RecoveryEvent.PROGRESS, in testRecovery_OneConnectionFailureMid()
1823 testRecoveryWithPattern( in testRecovery_TwoConnectionFailuresMid()
1829 testRecoveryWithPattern(false, RecoveryEvent.PROGRESS, in testRecovery_ThreeConnectionFailuresMid()
1838 testRecoveryWithPattern(true, RecoveryEvent.FAIL_LINK_KILLED, in testRecovery_OneLinkFailureBegin()
[all …]