diff options
author | Eric Anholt <eric@anholt.net> | 2021-01-14 15:38:12 -0800 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-01-15 03:30:40 +0000 |
commit | 22bf4831b8aef537427829cde1c272f979addf8d (patch) | |
tree | 485469746af79f43d0270f23c9c0764a405126d3 | |
parent | 783f726ea2a144021ba6f952850e8f999962a398 (diff) | |
download | mesa-22bf4831b8aef537427829cde1c272f979addf8d.tar.gz |
ci/freedreno: Fix up the xfail/flake handling of a3xx texture functions.
There's only one that's been unstable for the last couple months, and it's
almost always a fail, so just mark that one's state.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8510>
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a307-fails.txt | 1 | ||||
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a307-flakes.txt | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a307-fails.txt b/.gitlab-ci/deqp-freedreno-a307-fails.txt index 01ea1204669..bcc30c4b3f6 100644 --- a/.gitlab-ci/deqp-freedreno-a307-fails.txt +++ b/.gitlab-ci/deqp-freedreno-a307-fails.txt @@ -28,5 +28,6 @@ dEQP-GLES3.functional.occlusion_query.stencil_clear,Fail dEQP-GLES3.functional.shaders.derivate.dfdx.fbo_msaa4.vec3_mediump,Fail dEQP-GLES3.functional.shaders.derivate.dfdy.fbo_msaa4.vec4_highp,Fail dEQP-GLES3.functional.shaders.derivate.fwidth.fbo_msaa2.float_mediump,Fail +dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler3d_float_vertex dEQP-GLES3.functional.transform_feedback.random_full_array_capture.interleaved.lines.8,Fail dEQP-GLES3.functional.transform_feedback.random_full_array_capture.separate.triangles.3,Fail diff --git a/.gitlab-ci/deqp-freedreno-a307-flakes.txt b/.gitlab-ci/deqp-freedreno-a307-flakes.txt index 3b119dec616..823d3033cb1 100644 --- a/.gitlab-ci/deqp-freedreno-a307-flakes.txt +++ b/.gitlab-ci/deqp-freedreno-a307-flakes.txt @@ -8,8 +8,7 @@ dEQP-GLES3.functional.rasterization.fbo.texture_2d.primitives.points dEQP-GLES3.functional.rasterization.flatshading.lines_wide dEQP-GLES3.functional.rasterization.flatshading.triangles dEQP-GLES3.functional.shaders.linkage.varying.interpolation.centroid -dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.* -dEQP-GLES3.functional.shaders.texture_functions.textureprojgradoffset.* +dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler3d_float_vertex dEQP-GLES3.functional.texture.units.4_units.only_3d.* dEQP-GLES3.functional.transform_feedback.random.interleaved.triangles.8 dEQP-GLES3.functional.vertex_arrays.single_attribute.* |