summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
* Fix warning of implicit declaration of function 'mkdir'.araujo2015-05-314-0/+12
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-261-1/+1
* The fmodl compat shims on arm/mips/powerpc aren't completengie2015-04-271-0/+6
* Add #include sys/types.h for register_t for mipsngie2015-04-251-0/+3
* nice(): Put back old return value, keeping [EPERM] error.jilles2015-02-281-0/+23
* nice(): Correct return value and [EPERM] error.jilles2015-02-221-28/+0
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-3/+3
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-011-3/+0
* Revert r277357 as expr has been enhanced to better detect overflow conditions,ngie2015-01-281-3/+0
* Enable utimensat tests from NetBSD.jilles2015-01-241-0/+3
* Expect :overflow to fail with FreeBSD's expr as it doesn't have stringentngie2015-01-191-0/+3
* Fix lib/libthr/tests/detach_testngie2015-01-171-1/+15
* Expect :arithmetic_ops_body to fail with syntax errors on FreeBSDngie2015-01-041-0/+3
* Link lib/libc/c063 tests to the build.jilles2015-01-024-0/+12
* Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkinsngie2015-01-021-0/+3
* Reset errno in :scalbnf_val and :scalbnl_val before running the tests so thengie2015-01-021-0/+6
* Expect access_test:access_inval to fail before __FreeBSD_version == 1100033ngie2014-12-301-0/+5
* Add __FreeBSD_version guards around hsearch_r to ease MFCing the code tongie2014-12-211-1/+5
* Only pass 6 arguments to the 'run' function on amd64. amd64'sjhb2014-11-251-14/+10
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-1752-109/+109
* - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53ngie2014-11-161-0/+8
* - Expect exp2_powers to fail on FreeBSD/i386ngie2014-11-161-0/+9
* Alias isinff to isinf on FreeBSDngie2014-11-161-0/+4
* Reset errno to 0 before running scalbn to be sure that the tested errno isngie2014-11-161-0/+3
* Skip the long-double epsilon checks on FreeBSD/i386ngie2014-11-161-0/+2
* Call sem_unlink on semaphores before attempting to create themngie2014-11-161-0/+6
* Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/ti...ngie2014-11-163-0/+12
* Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.cngie2014-11-161-0/+20
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingngie2014-11-161-0/+2
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDngie2014-11-161-0/+7
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDngie2014-11-161-0/+4
* Only expect timeouts on powerpc with NetBSDngie2014-11-161-0/+12
* Use _exit instead of exit so the file descriptors aren't flushed twice in thengie2014-11-161-0/+8
* Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; addngie2014-11-051-0/+14
* Remove expected failure from lib.libc.sys.t_mincore:mincore_residngie2014-11-051-3/+0
* Fix the Jenkins test run by skipping the negative testcases earlierngie2014-11-041-9/+11
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...ngie2014-11-0414-40/+22
* Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice onngie2014-11-041-1/+7
* rpc_control on FreeBSD is a public-ish API (not prefixed with __), not privatengie2014-11-031-0/+4
* Port lib/libc/ssp to FreeBSDngie2014-11-035-1/+199
* inet_network on FreeBSD returns NULL when provided "0x" to inet_networkngie2014-11-031-0/+4
* Port t_db.sh to FreeBSDngie2014-11-031-0/+20
* Port h_hash and t_sha2 to FreeBSDngie2014-11-012-0/+34
* Expect :sscanf_whitespace to fail on !NetBSD OSesngie2014-11-011-0/+4
* Skip :fopen_regular on !NetBSD because it's a NetBSD specific testngie2014-11-011-0/+2
* Add new atf_tc_expect_fail to fflush_err; this is a new (within the past coup...ngie2014-11-011-0/+4
* Disable testcases 12 and 15-22 on FreeBSDngie2014-11-011-1/+16
* Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSesngie2014-11-011-0/+10
* Port h_atexit to FreeBSDngie2014-11-011-0/+34
* Port t_mincore to FreeBSDngie2014-11-011-0/+21
OpenPOWER on IntegriCloud