aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-1752-109/+109
* - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53Enji Cooper2014-11-161-0/+8
* - Expect exp2_powers to fail on FreeBSD/i386Enji Cooper2014-11-161-0/+9
* Alias isinff to isinf on FreeBSDEnji Cooper2014-11-161-0/+4
* Reset errno to 0 before running scalbn to be sure that the tested errno isEnji Cooper2014-11-161-0/+3
* Skip the long-double epsilon checks on FreeBSD/i386Enji Cooper2014-11-161-0/+2
* Call sem_unlink on semaphores before attempting to create themEnji Cooper2014-11-161-0/+6
* Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/ti...Enji Cooper2014-11-163-0/+12
* Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.cEnji Cooper2014-11-161-0/+20
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingEnji Cooper2014-11-161-0/+2
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDEnji Cooper2014-11-161-0/+7
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDEnji Cooper2014-11-161-0/+4
* Only expect timeouts on powerpc with NetBSDEnji Cooper2014-11-161-0/+12
* Use _exit instead of exit so the file descriptors aren't flushed twice in theEnji Cooper2014-11-161-0/+8
* Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; addEnji Cooper2014-11-051-0/+14
* Remove expected failure from lib.libc.sys.t_mincore:mincore_residEnji Cooper2014-11-051-3/+0
* Fix the Jenkins test run by skipping the negative testcases earlierEnji Cooper2014-11-041-9/+11
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...Enji Cooper2014-11-0414-40/+22
* Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice onEnji Cooper2014-11-041-1/+7
* rpc_control on FreeBSD is a public-ish API (not prefixed with __), not privateEnji Cooper2014-11-031-0/+4
* Port lib/libc/ssp to FreeBSDEnji Cooper2014-11-035-1/+199
* inet_network on FreeBSD returns NULL when provided "0x" to inet_networkEnji Cooper2014-11-031-0/+4
* Port t_db.sh to FreeBSDEnji Cooper2014-11-031-0/+20
* Port h_hash and t_sha2 to FreeBSDEnji Cooper2014-11-012-0/+34
* Expect :sscanf_whitespace to fail on !NetBSD OSesEnji Cooper2014-11-011-0/+4
* Skip :fopen_regular on !NetBSD because it's a NetBSD specific testEnji Cooper2014-11-011-0/+2
* Add new atf_tc_expect_fail to fflush_err; this is a new (within the past coup...Enji Cooper2014-11-011-0/+4
* Disable testcases 12 and 15-22 on FreeBSDEnji Cooper2014-11-011-1/+16
* Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSesEnji Cooper2014-11-011-0/+10
* Port h_atexit to FreeBSDEnji Cooper2014-11-011-0/+34
* Port t_mincore to FreeBSDEnji Cooper2014-11-011-0/+21
* Port t_kevent to FreeBSDEnji Cooper2014-11-011-0/+26
* Skip :sethostname_basic because it messes up the test host's hostnameEnji Cooper2014-11-011-2/+4
* getitimer on FreeBSD returns the last set time instead of the remaining time;Enji Cooper2014-11-011-0/+5
* Port lib/libc/sys/t_dup to FreeBSD/LinuxEnji Cooper2014-11-011-0/+20
* Port lib/libc/net/h_dns_server to FreeBSDEnji Cooper2014-11-011-0/+117
* Port tests to FreeBSD/LinuxEnji Cooper2014-11-011-0/+33
* Don't prune duplicate services in the expected output from /etc/services onEnji Cooper2014-11-011-0/+18
* Put mtree test files into a subdirectory.Julio Merino2014-11-011-0/+14
* - Add sys/types.h for the APIs in sys/sysctl.hEnji Cooper2014-10-241-0/+42
* Correct my previous commit:Enji Cooper2014-10-241-4/+9
* - Mark signo __unused in the signal handler functionEnji Cooper2014-10-241-0/+8
* - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSDEnji Cooper2014-10-241-0/+8
* - Test for EINVAL requirement when passing an invalid flag in to msync(2)Enji Cooper2014-10-241-0/+11
* - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is alwaysEnji Cooper2014-10-241-0/+10
* Omit the mprotect_exec testcase on FreeBSDEnji Cooper2014-10-231-0/+6
* Mark signum __unusedEnji Cooper2014-10-231-0/+8
* Fix a typo (__FreeBSD__ -> __NetBSD__ when omitting setrlimit_nthr)Enji Cooper2014-10-231-1/+1
* Add limits.h #include for SSIZE_MAXEnji Cooper2014-10-231-0/+4
* Add limits.h #include for SSIZE_MAXEnji Cooper2014-10-231-0/+4