diff options
author | Tomeu Vizoso <[email protected]> | 2019-05-13 08:05:01 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-05-14 07:43:06 +0200 |
commit | 9beb8aedeb5eab47b4447c95992a7de8657011b1 (patch) | |
tree | 9a091605e4bda83a0310faa74d34f8719e917df9 /src/gallium | |
parent | db329260bff2ba36d486c14c52f9202bb385a1e2 (diff) |
panfrost: ci: Update expectations
Since last Friday, these two tests have been fixed:
dEQP-GLES2.functional.shaders.functions.control_flow.return_in_nested_loop_fragment
dEQP-GLES2.functional.shaders.linkage.varying_7
Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/expected-failures.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/ci/expected-failures.txt b/src/gallium/drivers/panfrost/ci/expected-failures.txt index 0fe3342802d..d5a65dccb26 100644 --- a/src/gallium/drivers/panfrost/ci/expected-failures.txt +++ b/src/gallium/drivers/panfrost/ci/expected-failures.txt @@ -1294,7 +1294,6 @@ dEQP-GLES2.functional.shaders.functions.control_flow.return_after_continue_verte dEQP-GLES2.functional.shaders.functions.control_flow.return_after_loop_sequence_vertex dEQP-GLES2.functional.shaders.functions.control_flow.return_in_loop_if_fragment dEQP-GLES2.functional.shaders.functions.control_flow.return_in_loop_if_vertex -dEQP-GLES2.functional.shaders.functions.control_flow.return_in_nested_loop_fragment dEQP-GLES2.functional.shaders.functions.datatypes.float_mat2_fragment dEQP-GLES2.functional.shaders.functions.datatypes.float_mat2_vertex dEQP-GLES2.functional.shaders.functions.datatypes.float_mat3_fragment @@ -1332,7 +1331,6 @@ dEQP-GLES2.functional.shaders.indexing.vector_subscript.vec4_dynamic_loop_subscr dEQP-GLES2.functional.shaders.indexing.vector_subscript.vec4_dynamic_loop_subscript_write_static_loop_subscript_read_vertex dEQP-GLES2.functional.shaders.indexing.vector_subscript.vec4_dynamic_loop_subscript_write_static_subscript_read_fragment dEQP-GLES2.functional.shaders.indexing.vector_subscript.vec4_dynamic_loop_subscript_write_static_subscript_read_vertex -dEQP-GLES2.functional.shaders.linkage.varying_7 dEQP-GLES2.functional.shaders.linkage.varying_type_mat2 dEQP-GLES2.functional.shaders.linkage.varying_type_mat3 dEQP-GLES2.functional.shaders.linkage.varying_type_mat4 |