Skip to content

crucible: re-enable broken test

Mark Janes requested to merge majanes/mesa_jenkins:bisect into master

fixed by crucible 46c0ca84f3fb14aacec215865aa225e9078d53d8

Fix incorrect verification of the func.ssbo.interleve

Fix out of bounds access to map_out which has only 1024 uint32_t. Fix assert condition which was exact opposite of the correct one.

As a result test now is expected to fail until https://github.com/KhronosGroup/glslang/issues/94 is resolved.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107371

Merge request reports