41acfd75 | 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port t_mmap.c to FreeBSD
- Add needed headers for the testcases - Omit mmap_block on non-NetBSD OSes - Use "security.bsd.map_at_zero" instead of "vm.user_va0_disable"
Submitted by: pho Sponsored by
Port t_mmap.c to FreeBSD
- Add needed headers for the testcases - Omit mmap_block on non-NetBSD OSes - Use "security.bsd.map_at_zero" instead of "vm.user_va0_disable"
Submitted by: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
deafa707 | 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
- Mark unused parameters __unused in handler - Call sigqueue with getpid() instead of 0 -- the latter idiom appears to only be valid on NetBSD
In collaboration with: pho Sponsored by: EMC / Isilon S
- Mark unused parameters __unused in handler - Call sigqueue with getpid() instead of 0 -- the latter idiom appears to only be valid on NetBSD
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
10ee7489 | 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port t_pipe2.c to FreeBSD
- Omit the pipe2_nosigpipe testcase on FreeBSD (FreeBSD doesn't have O_NOSIGPIPE). - Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)". - Save and restore the resource limit
Port t_pipe2.c to FreeBSD
- Omit the pipe2_nosigpipe testcase on FreeBSD (FreeBSD doesn't have O_NOSIGPIPE). - Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)". - Save and restore the resource limit on the number of files (RLIMIT_NOFILE).
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
84763702 | 21-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Port t_write to FreeBSD
- Mark the signo variable for the signal handle __unused - Use limits.h instead of sys/syslimits.h (the latter does not exist on FreeBSD)
Sponsored by: EMC / Isilon Storage
Port t_write to FreeBSD
- Mark the signo variable for the signal handle __unused - Use limits.h instead of sys/syslimits.h (the latter does not exist on FreeBSD)
Sponsored by: EMC / Isilon Storage Division
show more ...
|
e58fb51f | 13-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possible
t_strptime:common.. - Expect the testcase body as a whole to fail. Multiple PRs will be filed to track the issues (the
Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possible
t_strptime:common.. - Expect the testcase body as a whole to fail. Multiple PRs will be filed to track the issues (there are 18 check failures)
t_strptime:day.. - %EA and %OA seem to be case insensitive on FreeBSD
show more ...
|
13727fa5 | 13-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Only test the return value in mktime_negyear
Testing for the errno is an optional requirement according to POSIX, and FreeBSD doesn't document that errno would be set on failure with mktime
Submitt
Only test the return value in mktime_negyear
Testing for the errno is an optional requirement according to POSIX, and FreeBSD doesn't document that errno would be set on failure with mktime
Submitted by: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
effc3698 | 13-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Do initial port of contrib/netbsd-tests/lib/libc/locale
t_io: - Expect failures potentially related to implementation-specific knowledge of the zh_TW.Big5 locale [*]
t_mbrtowc: - Handle unknown loc
Do initial port of contrib/netbsd-tests/lib/libc/locale
t_io: - Expect failures potentially related to implementation-specific knowledge of the zh_TW.Big5 locale [*]
t_mbrtowc: - Handle unknown locales more gracefully (do not test if the locale doesn't exist) - Expect failure with mbrtowc_internal dealing with Japanese locales (potentially related to implementation detail knowledge of the ja_* locales) [*].
t_mbstowcs, t_mbtowc, t_wctomb: - Handle unknown locales more gracefully (do not test if the locale doesn't exist)
t_wcstod: - Treat FreeBSD like NetBSD and Linux in the XXX: FIXME section
[*] More investigation is required to determine the root cause of the failures
Submitted by: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|