[Intel-gfx] [PATCH i-g-t] kms_universal_plane: Don't assert outside of fixtures/subtests
Damien Lespiau
damien.lespiau at intel.com
Tue Jul 8 01:01:41 CEST 2014
On Mon, Jul 07, 2014 at 11:18:49PM +0200, Daniel Vetter wrote:
> On Fri, Jul 04, 2014 at 12:01:24PM +0100, Damien Lespiau wrote:
> > Doing otherwise breaks listing the subtests. The test was throwing an
> > error out when universal planes were disabled as well because of that.
> >
> > Cc: Matt Roper <matthew.d.roper at intel.com>
> > Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
> > ---
> > tests/kms_universal_plane.c | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/tests/kms_universal_plane.c b/tests/kms_universal_plane.c
> > index fe0fde3..c64cdbb 100644
> > --- a/tests/kms_universal_plane.c
> > +++ b/tests/kms_universal_plane.c
> > @@ -133,6 +133,7 @@ functional_test_pipe(data_t *data, enum pipe pipe, igt_output_t *output)
> > int num_primary = 0, num_cursor = 0;
> > int i;
> >
> > + igt_assert(data->display.has_universal_planes);
>
> Shouldn't this be an igt_require instead? In any case moving this into
> subtests is correct.
There's already a igt_require in the fixture block, I guess Matt wanted
to be extra extra sure. Could have removed it as well.
--
Damien
More information about the Intel-gfx
mailing list