index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
netbsd-tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix t_spawnattr test for attributes handling by posix_spawn(3).
kib
2015-09-01
1
-27
/
+32
*
Fix and re-enable UTF-8 tests.
jilles
2015-08-11
2
-10
/
+6
*
Reenable the test.
bapt
2015-08-11
1
-1
/
+1
*
Disable broken test until we have time ti actually fix the test
bapt
2015-08-11
1
-1
/
+1
*
Fix warning of implicit declaration of function 'mkdir'.
araujo
2015-05-31
4
-0
/
+12
*
memmem(3): empty little string matches the beginning of the big string
emaste
2015-05-26
1
-1
/
+1
*
The fmodl compat shims on arm/mips/powerpc aren't complete
ngie
2015-04-27
1
-0
/
+6
*
Add #include sys/types.h for register_t for mips
ngie
2015-04-25
1
-0
/
+3
*
nice(): Put back old return value, keeping [EPERM] error.
jilles
2015-02-28
1
-0
/
+23
*
nice(): Correct return value and [EPERM] error.
jilles
2015-02-22
1
-28
/
+0
*
Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;
cperciva
2015-02-12
1
-3
/
+3
*
ttyname_r(): Return actual error, not always [ENOTTY].
jilles
2015-02-01
1
-3
/
+0
*
Revert r277357 as expr has been enhanced to better detect overflow conditions,
ngie
2015-01-28
1
-3
/
+0
*
Enable utimensat tests from NetBSD.
jilles
2015-01-24
1
-0
/
+3
*
Expect :overflow to fail with FreeBSD's expr as it doesn't have stringent
ngie
2015-01-19
1
-0
/
+3
*
Fix lib/libthr/tests/detach_test
ngie
2015-01-17
1
-1
/
+15
*
Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD
ngie
2015-01-04
1
-0
/
+3
*
Link lib/libc/c063 tests to the build.
jilles
2015-01-02
4
-0
/
+12
*
Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkins
ngie
2015-01-02
1
-0
/
+3
*
Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the
ngie
2015-01-02
1
-0
/
+6
*
Expect access_test:access_inval to fail before __FreeBSD_version == 1100033
ngie
2014-12-30
1
-0
/
+5
*
Add __FreeBSD_version guards around hsearch_r to ease MFCing the code to
ngie
2014-12-21
1
-1
/
+5
*
Only pass 6 arguments to the 'run' function on amd64. amd64's
jhb
2014-11-25
1
-14
/
+10
*
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
ngie
2014-11-17
52
-109
/
+109
*
- Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53
ngie
2014-11-16
1
-0
/
+8
*
- Expect exp2_powers to fail on FreeBSD/i386
ngie
2014-11-16
1
-0
/
+9
*
Alias isinff to isinf on FreeBSD
ngie
2014-11-16
1
-0
/
+4
*
Reset errno to 0 before running scalbn to be sure that the tested errno is
ngie
2014-11-16
1
-0
/
+3
*
Skip the long-double epsilon checks on FreeBSD/i386
ngie
2014-11-16
1
-0
/
+2
*
Call sem_unlink on semaphores before attempting to create them
ngie
2014-11-16
1
-0
/
+6
*
Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/ti...
ngie
2014-11-16
3
-0
/
+12
*
Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.c
ngie
2014-11-16
1
-0
/
+20
*
#ifdef out a printf on !NetBSD that causes the testcase to fail when comparing
ngie
2014-11-16
1
-0
/
+2
*
Add pthread_np.h #include and initialize the pthread attribute on FreeBSD
ngie
2014-11-16
1
-0
/
+7
*
Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSD
ngie
2014-11-16
1
-0
/
+4
*
Only expect timeouts on powerpc with NetBSD
ngie
2014-11-16
1
-0
/
+12
*
Use _exit instead of exit so the file descriptors aren't flushed twice in the
ngie
2014-11-16
1
-0
/
+8
*
Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; add
ngie
2014-11-05
1
-0
/
+14
*
Remove expected failure from lib.libc.sys.t_mincore:mincore_resid
ngie
2014-11-05
1
-3
/
+0
*
Fix the Jenkins test run by skipping the negative testcases earlier
ngie
2014-11-04
1
-9
/
+11
*
Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...
ngie
2014-11-04
14
-40
/
+22
*
Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice on
ngie
2014-11-04
1
-1
/
+7
*
rpc_control on FreeBSD is a public-ish API (not prefixed with __), not private
ngie
2014-11-03
1
-0
/
+4
*
Port lib/libc/ssp to FreeBSD
ngie
2014-11-03
5
-1
/
+199
*
inet_network on FreeBSD returns NULL when provided "0x" to inet_network
ngie
2014-11-03
1
-0
/
+4
*
Port t_db.sh to FreeBSD
ngie
2014-11-03
1
-0
/
+20
*
Port h_hash and t_sha2 to FreeBSD
ngie
2014-11-01
2
-0
/
+34
*
Expect :sscanf_whitespace to fail on !NetBSD OSes
ngie
2014-11-01
1
-0
/
+4
*
Skip :fopen_regular on !NetBSD because it's a NetBSD specific test
ngie
2014-11-01
1
-0
/
+2
*
Add new atf_tc_expect_fail to fflush_err; this is a new (within the past coup...
ngie
2014-11-01
1
-0
/
+4
[next]