Mesa (master): freedreno: Drop the noubo fails list for CI, since there aren't any now.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 14 00:31:23 UTC 2020


Module: Mesa
Branch: master
Commit: 723208988e12f2f3055360ffe8d9bd0b8414171a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=723208988e12f2f3055360ffe8d9bd0b8414171a

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 12 16:36:08 2020 -0700

freedreno: Drop the noubo fails list for CI, since there aren't any now.

The remaining two fails in the list are the same as for the normal CI run.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4858>

---

 .gitlab-ci.yml                                 | 2 +-
 .gitlab-ci/deqp-freedreno-a630-noubo-fails.txt | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 124fd52c794..079f9c7979e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -803,7 +803,7 @@ arm64_a630_gles31_options:
   script:
     # We almost always manage to lower UBOs back to constant uploads in
     # the test suite, so get a little testing for it here.
-    - DEQP_RUN_SUFFIX=-nouboopt IR3_SHADER_DEBUG=nouboopt DEQP_EXPECTED_FAILS=deqp-freedreno-a630-noubo-fails.txt DEQP_CASELIST_FILTER="functional.\*ubo" ./install/deqp-runner.sh
+    - DEQP_RUN_SUFFIX=-nouboopt IR3_SHADER_DEBUG=nouboopt DEQP_CASELIST_FILTER="functional.\*ubo" ./install/deqp-runner.sh
     # The driver does some guessing as to whether to render using gmem
     # or bypass, and some GLES3.1 features interact with either one.
     # Do a little testing with gmem and bypass forced.
diff --git a/.gitlab-ci/deqp-freedreno-a630-noubo-fails.txt b/.gitlab-ci/deqp-freedreno-a630-noubo-fails.txt
deleted file mode 100644
index b8ffa8f0a1c..00000000000
--- a/.gitlab-ci/deqp-freedreno-a630-noubo-fails.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-dEQP-GLES31.functional.stencil_texturing.render.depth24_stencil8_clear
-dEQP-GLES31.functional.stencil_texturing.render.depth24_stencil8_draw



More information about the mesa-commit mailing list