Module: Mesa Branch: main Commit: 58004dfcc9ec9bd1782175083c944ae6deb250a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58004dfcc9ec9bd1782175083c944ae6deb250a5
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Fri Apr 15 16:48:16 2022 +0200 radeonsi/test: update sienna_cichlid results Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15861> --- src/gallium/drivers/radeonsi/ci/gfx10_3-sienna_cichlid-fail.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/drivers/radeonsi/ci/gfx10_3-sienna_cichlid-fail.csv b/src/gallium/drivers/radeonsi/ci/gfx10_3-sienna_cichlid-fail.csv index c97dfd00627..9d88292a488 100644 --- a/src/gallium/drivers/radeonsi/ci/gfx10_3-sienna_cichlid-fail.csv +++ b/src/gallium/drivers/radeonsi/ci/gfx10_3-sienna_cichlid-fail.csv @@ -185,9 +185,12 @@ wgl@wgl-multi-window-single-context,Fail wgl@wgl-sanity,Fail # glcts failures +## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251 KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,Fail +## Fail because GFX10+ removed MS texture support (see si_get_sparse_texture_virtual_page_size) KHR-GL46.sparse_texture2_tests.SparseTexture2Allocation,Fail KHR-GL46.sparse_texture2_tests.SparseTexture2Commitment,Fail +## https://gitlab.freedesktop.org/mesa/mesa/-/issues/636 KHR-GL46.sparse_texture2_tests.SparseTexture2Lookup,Fail KHR-GL46.sparse_texture2_tests.StandardPageSizesTestCase,Fail KHR-GL46.sparse_texture2_tests.UncommittedRegionsAccess,Fail
