CTS v2 integration for deqp
authorKalle Raita <kraita@google.com>
Mon, 12 Oct 2015 23:18:15 +0000 (16:18 -0700)
committerKalle Raita <kraita@google.com>
Tue, 27 Oct 2015 21:24:38 +0000 (14:24 -0700)
commit64d9cc3091dc9890aad8b076b7a527735f9ed581
treeea9251f70a3799eb8350e18b0ab567d400bea085
parent400df3e7e4040479e970611c2c11e39049e14cba
CTS v2 integration for deqp

Move the runner from the CTS tree into the deqp tree and modify the
runner to use the parametrization conventions of the CTS v2. Add support
for filters.

Generate the test configuration with build_android_mustpass.py utility

Ported tests from the old runner and added tests for filtering.

Change-Id: Ibc87b78f302e363b878f2631ef58defa222a2110
26 files changed:
Android.mk
android/cts/Android.mk [new file with mode: 0644]
android/cts/AndroidTest.xml [new file with mode: 0644]
android/cts/lmp-mr1/com.drawelements.deqp.gles3.xml
android/cts/lmp-mr1/com.drawelements.deqp.gles31.xml
android/cts/lmp-mr1/mustpass.xml
android/cts/lmp/com.drawelements.deqp.gles3.xml
android/cts/lmp/com.drawelements.deqp.gles31.xml
android/cts/lmp/mustpass.xml
android/cts/master/com.drawelements.deqp.egl.xml
android/cts/master/com.drawelements.deqp.gles2.xml
android/cts/master/com.drawelements.deqp.gles3.xml
android/cts/master/com.drawelements.deqp.gles31.xml
android/cts/master/mustpass.xml
android/cts/mnc/com.drawelements.deqp.egl.xml
android/cts/mnc/com.drawelements.deqp.gles2.xml
android/cts/mnc/com.drawelements.deqp.gles3.xml
android/cts/mnc/com.drawelements.deqp.gles31.xml
android/cts/mnc/mustpass.xml
android/cts/runner/Android.mk [new file with mode: 0644]
android/cts/runner/src/com/drawelements/deqp/runner/DeqpTestRunner.java [new file with mode: 0644]
android/cts/runner/tests/Android.mk [new file with mode: 0644]
android/cts/runner/tests/run_tests.sh [new file with mode: 0755]
android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java [new file with mode: 0644]
android/package/Android.mk
scripts/build_android_mustpass.py