Searched refs:instrumentationAnswerNoExecs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 808 final String instrumentationAnswerNoExecs = in testRun_unexecutableTests() local 868 … "{dEQP-GLES3{missing{no,nope,donotwant}}}", commandLine, instrumentationAnswerNoExecs); in testRun_unexecutableTests() 872 "{dEQP-GLES3{missing{no}}}", commandLine, instrumentationAnswerNoExecs); in testRun_unexecutableTests() 874 "{dEQP-GLES3{missing{nope,donotwant}}}", commandLine, instrumentationAnswerNoExecs); in testRun_unexecutableTests() 876 "{dEQP-GLES3{missing{nope}}}", commandLine, instrumentationAnswerNoExecs); in testRun_unexecutableTests() 878 "{dEQP-GLES3{missing{donotwant}}}", commandLine, instrumentationAnswerNoExecs); in testRun_unexecutableTests()
|