[Piglit] [RFC 0/2] removing some asserts

Emil Velikov emil.l.velikov at gmail.com
Fri Oct 21 14:11:16 UTC 2016


On 21 October 2016 at 07:51, Tapani Pälli <tapani.palli at intel.com> wrote:
> Hi;
>
> I wanted to try running piglit tests with PIGLIT_PLATFORM=wayland. This
> makes Piglit to use piglit-framework-gl. Tests crashed always at end
> which I traced to abort removed in patch 2 but when building to debug
> mode I also hit couple of strange asserts that I don't understand. Why
> these are here? Without them tests tend to work much better for me :)
>
IIRC that's because only some platforms have input handling, thus they
(tend to) just bail out after a few seconds which triggers the
assert/abort(s). Ideally we'll add that code, but dropping the
assert/abort shouldn't cause any issues.

-Emil


More information about the Piglit mailing list