diff options
author | Eric Anholt <[email protected]> | 2020-06-18 12:21:44 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2020-06-19 14:50:05 -0700 |
commit | 6ee80d8e0cf678d05ce23d61669199e3f9b39a1c (patch) | |
tree | 8f7a51dd5d2d88743343c501517aa0ea49ba38c0 /.gitlab-ci/deqp-freedreno-a630-skips.txt | |
parent | f8961ea08654ed762608535f331e169f7afde182 (diff) |
ci: Bump vulkan CTS to 1.2.3.0.
Looks like it fixes some potentially important VK test bugs. But also, it
fixes the GLES31 SSBO layout tests to not be so excessively large, so we
can run them in a reasonable time now. Note that a630 fail list is reset,
since the test list has changed and so we end up with a different subset
of tests being run. Interestingly, in the process the semaphore tests are
now reporting "NotSupported (Exporting and importing semaphore type not
supported at vktSynchronizationSignalOrderTests.cpp:513)" where they
weren't before.
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5554>
Diffstat (limited to '.gitlab-ci/deqp-freedreno-a630-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a630-skips.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-skips.txt b/.gitlab-ci/deqp-freedreno-a630-skips.txt index b4a473f8aea..85dd81589e6 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -16,10 +16,6 @@ dEQP-GLES3.functional.transform_feedback.*lines.* dEQP-GLES31.functional.primitive_bounding_box.* #dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array.* -# Intermittent timeout -dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 -dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.48 - # Flakes reported more than once during Jan-Feb 2020 dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array dEQP-GLES3.functional.fragment_out.random.0 |