Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java72 private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest
247 APP_DIR + CASE_LIST_FILE_NAME); in testGlesVersion()
375 APP_DIR + CASE_LIST_FILE_NAME); in testResultCode()
537 APP_DIR + CASE_LIST_FILE_NAME); in testRun_multipleTests()
864 APP_DIR + CASE_LIST_FILE_NAME); in testRun_unexecutableTests()
1088 APP_DIR + CASE_LIST_FILE_NAME, rotation); in testOrientation()
1869 APP_DIR + CASE_LIST_FILE_NAME); in testInterrupt_killReportTestFailed()
2031 APP_DIR + CASE_LIST_FILE_NAME); in testRuntimeHint_optionSet()
2120 APP_DIR + CASE_LIST_FILE_NAME); in runInstrumentationLineAndAnswer()
2126 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + APP_DIR + CASE_LIST_FILE_NAME))) in runInstrumentationLineAndAnswer()
[all …]
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java86 private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt"; field in DeqpTestRunner
1416 mDevice.executeShellCommand("rm " + APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()
1418 mDevice.pushString(testCases + "\n", APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()
1425 deqpCmdLine.append(APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()