Remove test from expected-random
This was fixed by vk-gl-cts commit:
"Add a barrier before SSBO map in vertex attrib binding tests"
commit bdb456dcf85e34fced872ebdaf06f6b73451f99c
Author: Tapani Pälli <tapani.palli@intel.com>
Date: Wed Apr 12 13:15:58 2023 +0300
Add a barrier before SSBO map in vertex attrib binding tests
This ensures that any ssbo writes done by the shader will be visible
in the mapped memory results buffer.
Affects:
KHR-GLES31.core.vertex_attrib_binding.advanced-largeStrideAndOffsetsNewAndLegacyAPI
KHR-GL46.vertex_attrib_binding.advanced-largeStrideAndOffsetsNewAndLegacyAPI
Components: OpenGL, OpenGL ES
VK-GL-CTS issue: 4397
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Change-Id: I02ac24f35cb3b13ffc7a4801ce67ccefe238437e
FYI @ngcortes .. one thing I noticed this is also in some "expected-pass" but I was not sure if I should remove it also from there, what does expected-pass actually do?