summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Expect nice_err to fail on FreeBSD with unprivileged usersngie2014-10-121-0/+5
| | | | | PR: 189821 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
* #include libutil.h for fparseln on FreeBSDngie2014-10-121-0/+3
| | | | Sponsored by: EMC / Isilon Storage Division
* Only #include <sys/tls.h> on NetBSDngie2014-10-126-0/+12
| | | | Sponsored by: EMC / Isilon Storage Division
* Port the testcase to FreeBSDngie2014-10-101-0/+14
| | | | | | | | | | - Make #include path to h_macros.h a non-relative path - __gl_stat_t is synonymous with struct stat on FreeBSD - FreeBSD doesn't have _DIRENT_RECLEN - Skip over glob_star on FreeBSD (testcase doesn't pass) In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specificngie2014-10-101-0/+7
| | | | | | additions to posix_spawn Sponsored by: EMC / Isilon Storage Division
* SIGPWR does not exist on FreeBSDngie2014-10-101-0/+4
| | | | Sponsored by: EMC / Isilon Storage Division
* Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSDngie2014-10-101-0/+23
| | | | | | | This might be fallout from PR: 189821 Submitted by: pho Sponsored by: EMC / Isilon Storage Division
* Disable the invalid pointer test on FreeBSDngie2014-10-101-0/+2
| | | | | | | | | FreeBSD segfaults on invalid pointers passed to getcwd because it throbs the address passed in in libc, whereas NetBSD just passes the information off to the syscall, which allows the kernel to return EFAULT on bad pointers. In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 inngie2014-10-102-0/+32
| | | | | | | | | | | | {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code Add a positive and negative test for MAXHOSTNAMELEN-1 and MAXHOSTNAMELEN, respectively PR: 181127 In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expectedngie2014-10-101-0/+3
| | | | | | | | | failure PR: 191936 In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Add missing #include <sys/time.h> for gettimeofdayngie2014-10-101-0/+3
| | | | Sponsored by: EMC / Isilon Storage Division
* Disable tests that don't pass on FreeBSD due to missing support inngie2014-10-101-0/+6
| | | | | | | | | | humanize_number(3). Bringing in additional revisions from NetBSD's humanize_number(3) will fix the tests Account for the fact that util.h on NetBSD is libutil.h on FreeBSD Submitted by: pho Sponsored by: EMC / Isilon Storage Division
* Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basicngie2014-10-101-0/+12
| | | | | | | See bin/189805 for more details In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Only build/run hsearch_basic and hsearch_r_basic on NetBSDngie2014-10-101-0/+8
| | | | | | hdestroy1 is not present on FreeBSD Sponsored by: EMC / Isilon Storage Division
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-02319-0/+44381
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