[LTP] [PATCH v2 1/2] doc: Document test tags
Petr Vorel
pvorel@suse.cz
Fri Mar 19 10:01:25 CET 2021
> Petr Vorel <pvorel@suse.cz> wrote:
> +Glibc git commit in a regression test for a glibc bug:
> > +[source,c]
> > +-------------------------------------------------------------------------------
> > +struct tst_test test = {
> > + ...
> > + .tags = (const struct tst_tag[]) {
> > + {"glibc-git", "574500a108be"},
> > + {}
> > + }
> > +};
> > +-------------------------------------------------------------------------------
> > +
> > +[source,c]
> > +-------------------------------------------------------------------------------
> > +struct tst_test test = {
> > + ...
> > + .tags = (const struct tst_tag[]) {
> > + {"glibc-git", "574500a108be"},
> > + {}
> > + }
> > +};
> I go through many times for the above two structures, but am not see any
> difference:).
Lol :). Thanks for pointing copy paste error, I'll remove the second one.
Kind regards,
Petr
More information about the ltp
mailing list