From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 19 Mar 2021 10:01:25 +0100 Subject: [LTP] [PATCH v2 1/2] doc: Document test tags In-Reply-To: References: <20210318181641.2062-1-pvorel@suse.cz> <20210318181641.2062-2-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > Petr Vorel 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