[LTP] [PATCH 1/1] brk02: Add test for removing more than one VMA

Petr Vorel pvorel@suse.cz
Thu Feb 25 09:00:02 CET 2021


Hi Liam,

> > > +	addr += page_size;
> > > +	if (brk(addr))
> > > +		return;
> > You need to add tst_ret(TFAIL, "failed due ..."); before each return otherwise
> > you get error:
> > tst_test.c:1080: TBROK: Test haven't reported results!

> I believe you mean tst_res().  I will fix it.
Yes, sorry for typo.

Thanks for your work!

Kind regards,
Petr


More information about the ltp mailing list