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

Benjamin Kaduk bjkfbsd at gmail.com
Tue Aug 11 14:22:28 UTC 2015


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


More information about the svn-src-head mailing list