aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
* Use stable output to a test file instead of depending on the OS name beingEnji Cooper2015-12-222-1/+14
* Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_testEnji Cooper2015-12-222-0/+24
* Hack test so that it works on FreeBSD.Craig Rodrigues2015-12-011-2/+4
* Port contrib/netbsd-tests/kernel/t_mqueue.c to FreeBSDEnji Cooper2015-11-161-0/+19
* Ignore EINTR from usleep(3) in try_locks(..)Enji Cooper2015-11-161-0/+3
* Expect all testcases dealing with invalid salts to fail on FreeBSDEnji Cooper2015-11-161-0/+4
* Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs toEnji Cooper2015-11-151-12/+10
* also skip the definition of ':fopen_regular' to avoid the build to fail due toBaptiste Daroussin2015-11-151-0/+2
* Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings fromEnji Cooper2015-11-151-0/+6
* Fix -Wunused warnings with variables used unlit code by adding appropriate #i...Enji Cooper2015-11-152-0/+6
* Push the FreeBSD changes under a specific #ifdef to easier tracking what needsBaptiste Daroussin2015-11-021-0/+4
* Fix regression test on multibytesBaptiste Daroussin2015-11-021-1/+1
* Fix a set but not used variable warning flagged by gcc 4.9 withEnji Cooper2015-10-301-2/+1
* Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite asEnji Cooper2015-10-181-0/+6
* Pass 8 arguments to makecontext on arm64 as this is all we support.Andrew Turner2015-10-011-0/+6
* Fix t_spawnattr test for attributes handling by posix_spawn(3).Konstantin Belousov2015-09-011-27/+32
* Fix and re-enable UTF-8 tests.Jilles Tjoelker2015-08-112-10/+6
* Reenable the test.Baptiste Daroussin2015-08-111-1/+1
* Disable broken test until we have time ti actually fix the testBaptiste Daroussin2015-08-111-1/+1
* Fix warning of implicit declaration of function 'mkdir'.Marcelo Araujo2015-05-314-0/+12
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-261-1/+1
* The fmodl compat shims on arm/mips/powerpc aren't completeEnji Cooper2015-04-271-0/+6
* Add #include sys/types.h for register_t for mipsEnji Cooper2015-04-251-0/+3
* nice(): Put back old return value, keeping [EPERM] error.Jilles Tjoelker2015-02-281-0/+23
* nice(): Correct return value and [EPERM] error.Jilles Tjoelker2015-02-221-28/+0
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-3/+3
* ttyname_r(): Return actual error, not always [ENOTTY].Jilles Tjoelker2015-02-011-3/+0
* Revert r277357 as expr has been enhanced to better detect overflow conditions,Enji Cooper2015-01-281-3/+0
* Enable utimensat tests from NetBSD.Jilles Tjoelker2015-01-241-0/+3
* Expect :overflow to fail with FreeBSD's expr as it doesn't have stringentEnji Cooper2015-01-191-0/+3
* Fix lib/libthr/tests/detach_testEnji Cooper2015-01-171-1/+15
* Expect :arithmetic_ops_body to fail with syntax errors on FreeBSDEnji Cooper2015-01-041-0/+3
* Link lib/libc/c063 tests to the build.Jilles Tjoelker2015-01-024-0/+12
* Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 JenkinsEnji Cooper2015-01-021-0/+3
* Reset errno in :scalbnf_val and :scalbnl_val before running the tests so theEnji Cooper2015-01-021-0/+6
* Expect access_test:access_inval to fail before __FreeBSD_version == 1100033Enji Cooper2014-12-301-0/+5
* Add __FreeBSD_version guards around hsearch_r to ease MFCing the code toEnji Cooper2014-12-211-1/+5
* Only pass 6 arguments to the 'run' function on amd64. amd64'sJohn Baldwin2014-11-251-14/+10
* 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