svn commit: r286620 - head/contrib/netbsd-tests/lib/libc/regex

Baptiste Daroussin bapt at freebsd.org
Tue Aug 11 14:50:55 UTC 2015


On Tue, Aug 11, 2015 at 10:22:12AM -0400, Benjamin Kaduk wrote:
> On Tue, Aug 11, 2015 at 4:57 AM, Baptiste Daroussin <bapt at freebsd.org>
> wrote:
> 
> > Author: bapt
> > Date: Tue Aug 11 08:57:04 2015
> > New Revision: 286620
> > URL: https://svnweb.freebsd.org/changeset/base/286620
> >
> > Log:
> >   Disable broken test until we have time ti actually fix the test
> >
> > Modified:
> >   head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c
> >
> > Modified: head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c
> >
> > ==============================================================================
> > --- head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c      Tue Aug 11
> > 08:44:19 2015        (r286619)
> > +++ head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c      Tue Aug 11
> > 08:57:04 2015        (r286620)
> > @@ -631,7 +631,7 @@ ATF_TP_ADD_TCS(tp)
> >         ATF_TP_ADD_TC(tp, basic);
> >         ATF_TP_ADD_TC(tp, categorization);
> >         ATF_TP_ADD_TC(tp, nullsubexpr);
> > -       ATF_TP_ADD_TC(tp, leftassoc);
> > +//     ATF_TP_ADD_TC(tp, leftassoc);
> >
> 
> style still doesn't like C++-style comments...
> 
> -Ben

This is a temporary disable, do we really care?

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150811/72d68477/attachment.bin>


More information about the svn-src-all mailing list