History log of /freebsd-current/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c
Revision Date Author Comments
# e4799c2c 11-Aug-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Reenable the test.

Sorry I was testing on the wrong branch.


# 5ec9cb89 11-Aug-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Disable broken test until we have time ti actually fix the test


# ff0ba872 17-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that use #if defined(__FreeBSD__) or
#if defined(__NetBSD__) which are being left alone

Requested by: bde, rpaulo
Sponsored by: EMC / Isilon Storage Division


# 27d2e83d 12-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

- Add libutil #include for fparseln
- Change ATF_REQUIRE_EQ_MSG to ATF_CHECK_EQ_MSG to gather all failing results
possible (currently 12 with leftassoc)
- Mark leftassoc "atf_tc_expect_fail" on FreeBSD (PR coming soon after further
analysis is done on the code)

In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division