Mesa (main): ci/freedreno: Enable the tes-input/tcs-input tests.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 12 21:18:34 UTC 2021


Module: Mesa
Branch: main
Commit: 943449fb8ea0f33526fede8c5b6614b74dad7fae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=943449fb8ea0f33526fede8c5b6614b74dad7fae

Author: Emma Anholt <emma at anholt.net>
Date:   Wed Nov 10 15:03:54 2021 -0800

ci/freedreno: Enable the tes-input/tcs-input tests.

They seem to be mostly passing these days.

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

---

 src/freedreno/ci/freedreno-a630-fails.txt | 15 +++++----------
 src/freedreno/ci/freedreno-a630-skips.txt |  4 ----
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/src/freedreno/ci/freedreno-a630-fails.txt b/src/freedreno/ci/freedreno-a630-fails.txt
index e8fccb70f21..7ca4cfa4c6c 100644
--- a/src/freedreno/ci/freedreno-a630-fails.txt
+++ b/src/freedreno/ci/freedreno-a630-fails.txt
@@ -176,20 +176,15 @@ spec at arb_tessellation_shader@execution at trivial-tess-gs,Fail
 spec at arb_tessellation_shader@execution at trivial-tess-gs_no-gs-inputs,Fail
 spec at arb_tessellation_shader@execution at trivial-tess-gs_no-tes-inputs,Fail
 
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-input-array-float-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-input-array-vec2-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-input-array-vec3-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-input-array-vec4-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-patch-vec4-index-wr,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tcs-patch-vec4-swiz-index-wr,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tes-input-array-float-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tes-input-array-vec2-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tes-input-array-vec3-index-rd,Crash
-spec at arb_tessellation_shader@execution at variable-indexing@tes-input-array-vec4-index-rd,Crash
+# ir3_nir_lower_tess.c:251: lower_block_to_explicit_output: Assertion `util_is_power_of_two_nonzero(nir_intrinsic_write_mask(intr) + 1)' failed.
+spec at arb_tessellation_shader@execution at tcs-input-read-mat,Crash
 
 # "ir3_nir_lower_tess.c:585: lower_tess_ctrl_block: Assertion `util_is_power_of_two_nonzero(nir_intrinsic_write_mask(intr) + 1)' failed."
+spec at arb_tessellation_shader@execution at variable-indexing@tcs-patch-vec4-index-wr,Crash
+spec at arb_tessellation_shader@execution at variable-indexing@tcs-patch-vec4-swiz-index-wr,Crash
 spec at arb_tessellation_shader@execution at vertex-partial-write,Crash
 
+
 spec at arb_tessellation_shader@execution at vs-tes-max-in-out-components,Fail
 spec at arb_tessellation_shader@execution at vs-tes-tessinner-tessouter-inputs-quads,Fail
 spec at arb_tessellation_shader@execution at vs-tes-tessinner-tessouter-inputs-tris,Fail
diff --git a/src/freedreno/ci/freedreno-a630-skips.txt b/src/freedreno/ci/freedreno-a630-skips.txt
index 881d9909d62..a5f12b5d971 100644
--- a/src/freedreno/ci/freedreno-a630-skips.txt
+++ b/src/freedreno/ci/freedreno-a630-skips.txt
@@ -44,10 +44,6 @@ spec at arb_gpu_shader5.*
 spec at arb_gpu_shader_fp64.*
 spec at arb_gpu_shader_int64.*
 
-# These are so flaky I don't want to spam our CI flakes channel
-.*tcs-input.*
-.*tes-input.*
-
 # TC Timeouts
 spec at arb_sync@clientwaitsync-timeout
 spec at arb_texture_buffer_object@bufferstorage



More information about the mesa-commit mailing list