ci: Use a subset of the GLES 2, 3, and 31 master tests

The selected subsets only contains tests that are currently passing with
a softpipe GL/GLES host.

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Signed-off-by: Jakob Bornecrantz <jakob@collabora.com>
macos/master
Gert Wollny 6 years ago committed by Jakob Bornecrantz
parent 0163bc3fa6
commit 46c67de03a
  1. 75497
      ci/previous_results/es_host_softpipe/deqp_results.txt
  2. 75497
      ci/previous_results/gl_host_softpipe/deqp_results.txt
  3. 2
      ci/run-deqp.sh
  4. 75497
      ci/softpipe-gles-pass.txt

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -74,7 +74,7 @@ NUM_JOBS=$(nproc)
if [[ "x$ONLY_SOFTPIPE_PASS"="xyes" ]] ; then
time deqp --threads=$NUM_JOBS \
--cts-build-dir=/usr/local/VK-GL-CTS/ \
--test-names-file=/virglrenderer/ci/deqp-gles2-list.txt \
--test-names-file=/virglrenderer/ci/softpipe-gles-pass.txt \
--print-failing \
--results-file=$RESULTS_DIR/deqp_results.txt
else

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save