Revert "tests: Return RESULT_OK for color-representation-drm-test"

This reverts commit 4b8e10cf66.

Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2026-03-12 15:09:10 +01:00
parent 27fd323478
commit de5fb11111

View file

@ -66,15 +66,9 @@ fixture_setup(struct weston_test_harness *harness, const struct setup_args *arg)
DECLARE_FIXTURE_SETUP_WITH_ARG(fixture_setup, my_setup_args, meta);
TEST_P(color_representation_drm, color_state_cases) {
#if 0
const struct color_state *color_state = data;
const struct setup_args *args = &my_setup_args[get_test_fixture_index()];
/* FIXME: this fails transiently/sporadically in CI with a Mesa crash:
* test-color-representation-drm: ../src/gallium/drivers/llvmpipe/lp_scene.c:180: init_scene_texture: Assertion `ssurf->map' failed. */
return test_color_representation(color_state, args->buffer_type,
return test_color_representation(color_state, args->buffer_type,
FB_PRESENTED_ZERO_COPY);
#endif
return RESULT_OK;
}