summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/regex
Commit message (Collapse)AuthorAgeFilesLines
* Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs tongie2015-11-151-12/+10
| | | | | | | | | | mute -Wunused-but-set-variable warnings with gcc dealing with the function calls X-MFC with: r290847 MFC after: 1 week Reported by: gcc Sponsored by: EMC / Isilon Storage Division
* Fix -Wunused warnings with variables used unlit code by adding appropriate ↵ngie2015-11-151-0/+4
| | | | | | | | | #ifdef guards around the variables MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* Reenable the test.bapt2015-08-111-1/+1
| | | | Sorry I was testing on the wrong branch.
* Disable broken test until we have time ti actually fix the testbapt2015-08-111-1/+1
|
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-173-11/+11
| | | | | | | | | 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
* - Add libutil #include for fparselnngie2014-10-121-0/+10
| | | | | | | | | | - 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
* Fix compilation errors with missing wide-type headers and fix compilationngie2014-10-121-0/+12
| | | | | | | warnings with -Wformat In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Implement 64MB memory limit for test to ensure that it fails reliably inngie2014-10-121-0/+14
| | | | | | | | | | | | | 600 seconds; it would previously fail inconsistently when run in some virtual machine configurations This patch might need to be reverted or revisited later (see the attached PR for more details) PR: 169302 Submitted by: pho Sponsored by: EMC / Isilon Storage Division
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-0235-0/+3106
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud