Skip to content

arb_copy_image-formats: avoid undefined behavior

Erik Faye-Lund requested to merge kusma/piglit:copyimage-undefined-behavior into main

This test uses piglit_multisample_texture(), which doesn't handle integer formats correctly without invoking undefined behavior.

So let's skip these problematic tests when doing multisampling. We test them when doing single-sampling anyway, and fixing piglit_multisample_texture() seems a bit too involved to be worth the hassle.

Closes: #97 (closed)

Merge request reports