Module Name:src
Committed By: riastradh
Date: Fri Mar 28 22:51:58 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Include UCHAR_MAX in the range of inputs tested.
It should definitely be included because it is important to distinguish
it f
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 23:01:51 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Factor loop out of macro-generated functions.
No functional change intended.
PR lib/58208: ctype(3) provides poor runtime fe
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 23:03:06 UTC 2025
Modified Files:
src/tests/lib/libpthread: t_once.c
Log Message:
tests/lib/libpthread/t_once: Test fork and pthread_once race.
Test is disabled by default because it triggers only with very low
prob
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 23:03:06 UTC 2025
Modified Files:
src/tests/lib/libpthread: t_once.c
Log Message:
tests/lib/libpthread/t_once: Test fork and pthread_once race.
Test is disabled by default because it triggers only with very low
prob
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 23:01:51 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Factor loop out of macro-generated functions.
No functional change intended.
PR lib/58208: ctype(3) provides poor runtime fe
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 22:52:35 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Test some more code points with potential for EOF confusion.
PR lib/58208: ctype(3) provides poor runtime feedback of abuse
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 23:30:34 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: More const is more better!
No functional change intended -- we never intended to write to this
array anyway.
PR lib/58208: c
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 23:30:34 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: More const is more better!
No functional change intended -- we never intended to write to this
array anyway.
PR lib/58208: c
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 22:51:58 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Include UCHAR_MAX in the range of inputs tested.
It should definitely be included because it is important to distinguish
it f
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 22:52:35 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Test some more code points with potential for EOF confusion.
PR lib/58208: ctype(3) provides poor runtime feedback of abuse
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 19:24:03 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Test explicit setlocale(LC_CTYPE, "C").
And do so after other setlocales -- just in case this behaves
differently from the de
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 19:24:03 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Test explicit setlocale(LC_CTYPE, "C").
And do so after other setlocales -- just in case this behaves
differently from the de
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 18:54:10 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Fix tests on platforms where char is unsigned.
PR lib/58208: ctype(3) provides poor runtime feedback of abuse
To generate a
Module Name:src
Committed By: riastradh
Date: Fri Mar 28 18:54:10 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_ctype.c
Log Message:
t_ctype: Fix tests on platforms where char is unsigned.
PR lib/58208: ctype(3) provides poor runtime feedback of abuse
To generate a
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 19:51:32 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
t_clock_gettime: Break overlong lines.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 19:51:32 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
t_clock_gettime: Break overlong lines.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: pho
Date: Thu Mar 20 04:19:25 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
t_clock_gettime.c: Fix my typo
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_clock_gettime.c
Module Name:src
Committed By: pho
Date: Thu Mar 20 04:19:25 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
t_clock_gettime.c: Fix my typo
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_clock_gettime.c
Module Name:src
Committed By: kre
Date: Wed Mar 19 18:15:27 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
tv_nsec prints with %ld not %jd (should fix build)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/s
Module Name:src
Committed By: kre
Date: Wed Mar 19 18:15:27 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_clock_gettime.c
Log Message:
tv_nsec prints with %ld not %jd (should fix build)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/s
Module Name:src
Committed By: riastradh
Date: Sun Mar 16 15:35:37 UTC 2025
Modified Files:
src/tests/lib/libc/gen/posix_spawn: fa_spawn_utils.c fa_spawn_utils.h
t_fileactions.c t_spawn.c t_spawnattr.c
Log Message:
tests/lib/libc/gen/posix_spawn: Spruce up a bit
Module Name:src
Committed By: riastradh
Date: Sun Mar 16 15:35:37 UTC 2025
Modified Files:
src/tests/lib/libc/gen/posix_spawn: fa_spawn_utils.c fa_spawn_utils.h
t_fileactions.c t_spawn.c t_spawnattr.c
Log Message:
tests/lib/libc/gen/posix_spawn: Spruce up a bit
Module Name:src
Committed By: riastradh
Date: Sat Mar 15 12:09:41 UTC 2025
Modified Files:
src/tests/lib/libc/gen/posix_spawn: t_spawn.c
Log Message:
t_spawn: Add missing dup2 in t_spawn_sig.
Matches what h_execsig expects, and what t_execve_sig arranges: stdin
is a pipe
Module Name:src
Committed By: riastradh
Date: Sat Mar 15 12:09:41 UTC 2025
Modified Files:
src/tests/lib/libc/gen/posix_spawn: t_spawn.c
Log Message:
t_spawn: Add missing dup2 in t_spawn_sig.
Matches what h_execsig expects, and what t_execve_sig arranges: stdin
is a pipe
Module Name:src
Committed By: riastradh
Date: Thu Mar 13 14:00:51 UTC 2025
Modified Files:
src/tests/lib/libc/atomic: t___sync_compare_and_swap.c
Log Message:
tests/lib/libc/atomic: Test subword compare-and-swap explicitly.
Make sure the sign doesn't bleed into an adjacen
Module Name:src
Committed By: riastradh
Date: Thu Mar 13 14:00:51 UTC 2025
Modified Files:
src/tests/lib/libc/atomic: t___sync_compare_and_swap.c
Log Message:
tests/lib/libc/atomic: Test subword compare-and-swap explicitly.
Make sure the sign doesn't bleed into an adjacen
Module Name:src
Committed By: riastradh
Date: Thu Mar 13 09:40:03 UTC 2025
Added Files:
src/tests/lib/libc/gen: Makefile.inc
Log Message:
execve(2), posix_spawn(2): Fix build of tests after previous.
Forgot to add a file.
PR kern/58091: after fork/execve or posix_spawn,
Module Name:src
Committed By: riastradh
Date: Thu Mar 13 09:40:03 UTC 2025
Added Files:
src/tests/lib/libc/gen: Makefile.inc
Log Message:
execve(2), posix_spawn(2): Fix build of tests after previous.
Forgot to add a file.
PR kern/58091: after fork/execve or posix_spawn,
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 21:30:34 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_arc4random.c
Log Message:
t_arc4random: Verify arc4random works without fds.
It must work in an empty chroot where /dev/urandom doesn't exist, and
it must
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 21:30:34 UTC 2025
Modified Files:
src/tests/lib/libc/gen: t_arc4random.c
Log Message:
t_arc4random: Verify arc4random works without fds.
It must work in an empty chroot where /dev/urandom doesn't exist, and
it must
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:02:47 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Spruce up diagnostics.
- Use RL to report errno for any syscalls that set it.
- Sprinkle messages to show intermediat
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:03:13 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Test sign-extension of WAKE_OP oparg/cmparg.
PR kern/59129: futex(3): missing sign extension in FUTEX_WAKE_OP
To ge
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:03:13 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Test sign-extension of WAKE_OP oparg/cmparg.
PR kern/59129: futex(3): missing sign extension in FUTEX_WAKE_OP
To ge
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:02:58 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Relax various ATF_REQUIRE_* to ATF_CHECK_*.
This makes the test output more usable for browsing diagnostics when
mult
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:02:58 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Relax various ATF_REQUIRE_* to ATF_CHECK_*.
This makes the test output more usable for browsing diagnostics when
mult
Module Name:src
Committed By: riastradh
Date: Wed Mar 5 00:02:47 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
t_futex_ops: Spruce up diagnostics.
- Use RL to report errno for any syscalls that set it.
- Sprinkle messages to show intermediat
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 23:11:19 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c
Log Message:
tests/lib/libc/stdlib/h_sort: Reserve room for a NUL byte.
PR lib/58931: qsort_r() missing
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 23:11:19 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c
Log Message:
tests/lib/libc/stdlib/h_sort: Reserve room for a NUL byte.
PR lib/58931: qsort_r() missing
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 20:00:32 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c t_sort.sh
Log Message:
t_sort: Test mergesort for stability too.
These test cases are trivial, but they're enough to trigger unstable
heapsort an
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 20:00:32 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c t_sort.sh
Log Message:
t_sort: Test mergesort for stability too.
These test cases are trivial, but they're enough to trigger unstable
heapsort an
Module Name:src
Committed By: riastradh
Date: Mon Feb 10 02:41:34 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Extend the hangup tests to ptys too.
Of course, ptys work slightly differently from pipes and fifos and
sockets, presumably for
Module Name:src
Committed By: riastradh
Date: Mon Feb 10 02:41:34 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Extend the hangup tests to ptys too.
Of course, ptys work slightly differently from pipes and fifos and
sockets, presumably for
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:10:37 UTC 2025
Modified Files:
src/tests/lib/libc/sys: Makefile t_poll.c
Log Message:
t_poll: Expand tests of polling when other endpoint is closed.
This covers fifos, pipes, and sockets; reads and writes; and po
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:10:37 UTC 2025
Modified Files:
src/tests/lib/libc/sys: Makefile t_poll.c
Log Message:
t_poll: Expand tests of polling when other endpoint is closed.
This covers fifos, pipes, and sockets; reads and writes; and po
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:10:23 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Tweak to improve diagnostics.
PR kern/59056: poll POLLHUP bugs
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 s
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:10:23 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Tweak to improve diagnostics.
PR kern/59056: poll POLLHUP bugs
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 s
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:09:51 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Make sure POLLOUT is clear when testing POLLHUP.
POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're
only polling
Module Name:src
Committed By: riastradh
Date: Sun Feb 9 17:09:51 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_poll.c
Log Message:
t_poll: Make sure POLLOUT is clear when testing POLLHUP.
POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're
only polling
Module Name:src
Committed By: andvar
Date: Tue Feb 4 21:19:49 UTC 2025
Modified Files:
src/tests/lib/libcurses: t_curses.sh
Log Message:
s/correspnding/corresponding/ in atf description.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/tests/lib/libcurs
Module Name:src
Committed By: andvar
Date: Tue Feb 4 21:19:49 UTC 2025
Modified Files:
src/tests/lib/libcurses: t_curses.sh
Log Message:
s/correspnding/corresponding/ in atf description.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/tests/lib/libcurs
Module Name:src
Committed By: christos
Date: Thu Jan 30 16:13:51 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
fork and don't use atf in the child (from martin@)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/test
Module Name:src
Committed By: christos
Date: Thu Jan 30 16:13:51 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
fork and don't use atf in the child (from martin@)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/test
Module Name:src
Committed By: riastradh
Date: Mon Jan 27 17:02:50 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
t_backtrace_sandbox: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: riastradh
Date: Mon Jan 27 17:02:50 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
t_backtrace_sandbox: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Thu Jan 23 12:32:39 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: Makefile
Added Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
new sandbox test (Kyle Evans @ FreeBSD)
To generate a diff of
Module Name:src
Committed By: christos
Date: Thu Jan 23 12:32:39 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: Makefile
Added Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
new sandbox test (Kyle Evans @ FreeBSD)
To generate a diff of
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:05:15 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case.
PR kern/56828: futex calls in Linux emulation sometimes hang
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 07:05:15 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix another FUTEX_CMP_REQUEUE case.
PR kern/56828: futex calls in Linux emulation sometimes hang
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:56 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values.
The return value is the number of waiters woken _or requeued_
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:56 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Fix FUTEX_CMP_REQUEUE return values.
The return value is the number of waiters woken _or requeued_
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:35 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case.
It must always compare the futex value and fail with EAGAIN on
m
Module Name:src
Committed By: riastradh
Date: Sat Jan 18 06:22:35 UTC 2025
Modified Files:
src/tests/lib/libc/sys: t_futex_ops.c
Log Message:
tests/lib/libc/sys/t_futex_ops: Test FUTEX_CMP_REQUEUE edge case.
It must always compare the futex value and fail with EAGAIN on
m
Module Name:src
Committed By: christos
Date: Wed Jan 1 18:13:48 UTC 2025
Modified Files:
src/tests/lib/libc/regex: Makefile
Added Files:
src/tests/lib/libc/regex: t_regex_binary.c
Log Message:
Add a test for PR/58910
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Wed Jan 1 18:13:48 UTC 2025
Modified Files:
src/tests/lib/libc/regex: Makefile
Added Files:
src/tests/lib/libc/regex: t_regex_binary.c
Log Message:
Add a test for PR/58910
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Tue Dec 31 08:56:21 UTC 2024
Modified Files:
src/tests/lib/libutil: t_snprintb.c
Log Message:
tests/snprintb: clean up test for mixing 'Ff=:' conversions
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/li
Module Name:src
Committed By: rillig
Date: Tue Dec 31 08:56:21 UTC 2024
Modified Files:
src/tests/lib/libutil: t_snprintb.c
Log Message:
tests/snprintb: clean up test for mixing 'Ff=:' conversions
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/li
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:11:03 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Test for timerfd_settime old_value.
PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:11:03 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Test for timerfd_settime old_value.
PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:10:49 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Sprinkle additional tests of various edge cases.
PR kern/58914: timerfd_settime(2) is missing itimespecfix
To generate
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:10:49 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Sprinkle additional tests of various edge cases.
PR kern/58914: timerfd_settime(2) is missing itimespecfix
To generate
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:07:29 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timer_create.c
Log Message:
t_timer_create: Fix up tests for edge cases.
While here, save and restore errno in signal handler.
PR kern/58919: timer_settim
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:07:29 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timer_create.c
Log Message:
t_timer_create: Fix up tests for edge cases.
While here, save and restore errno in signal handler.
PR kern/58919: timer_settim
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:07:16 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_getitimer.c
Log Message:
t_getitimer: Test invalid itimerval arguments.
Use sig_atomic_t while here.
Ex-POSIX (POSIX.1-2008; the interface was removed in
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 20:07:16 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_getitimer.c
Log Message:
t_getitimer: Test invalid itimerval arguments.
Use sig_atomic_t while here.
Ex-POSIX (POSIX.1-2008; the interface was removed in
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 14:42:32 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Fix select/poll tests and add kevent EVFILT_WRITE test.
PR kern/58916: timerfd(2) claims ready for write
To generate a
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 14:42:32 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timerfd.c
Log Message:
t_timerfd: Fix select/poll tests and add kevent EVFILT_WRITE test.
PR kern/58916: timerfd(2) claims ready for write
To generate a
Module Name:src
Committed By: riastradh
Date: Wed Dec 18 22:26:53 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timer_create.c
Log Message:
t_timer_create: Add some more test cases.
PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event
Module Name:src
Committed By: riastradh
Date: Wed Dec 18 22:26:53 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_timer_create.c
Log Message:
t_timer_create: Add some more test cases.
PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event
Module Name:src
Committed By: christos
Date: Tue Dec 17 17:52:23 UTC 2024
Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_ptrace_kill.c
Log Message:
PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be
Module Name:src
Committed By: christos
Date: Tue Dec 17 17:52:23 UTC 2024
Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_ptrace_kill.c
Log Message:
PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be
Module Name:src
Committed By: riastradh
Date: Thu Nov 21 20:14:07 UTC 2024
Modified Files:
src/tests/lib/libarchive: Makefile
Log Message:
tests/lib/libarchive: Link against libarchive statically.
The tests reach into libarchive guts, so they don't work with only
the publ
Module Name:src
Committed By: riastradh
Date: Thu Nov 21 20:14:07 UTC 2024
Modified Files:
src/tests/lib/libarchive: Makefile
Log Message:
tests/lib/libarchive: Link against libarchive statically.
The tests reach into libarchive guts, so they don't work with only
the publ
Module Name:src
Committed By: riastradh
Date: Mon Oct 28 21:48:55 UTC 2024
Modified Files:
src/tests/lib/libc/gen: t_fpsetround.c
Log Message:
fpsetround(3): Test that this doesn't flip on FTZ by accident.
PR port-arm/58782: fpsetround flips all the other fpcsr bits on aa
Module Name:src
Committed By: riastradh
Date: Mon Oct 28 21:48:55 UTC 2024
Modified Files:
src/tests/lib/libc/gen: t_fpsetround.c
Log Message:
fpsetround(3): Test that this doesn't flip on FTZ by accident.
PR port-arm/58782: fpsetround flips all the other fpcsr bits on aa
Module Name:src
Committed By: riastradh
Date: Fri Oct 18 16:39:41 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_select.c
Log Message:
tests/lib/libc/sys/t_select: Test select on bad file descriptors.
This should immediately fail, not hang, even if the bad fd is
high-
Module Name:src
Committed By: riastradh
Date: Fri Oct 18 16:39:41 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_select.c
Log Message:
tests/lib/libc/sys/t_select: Test select on bad file descriptors.
This should immediately fail, not hang, even if the bad fd is
high-
Module Name:src
Committed By: christos
Date: Thu Oct 17 16:51:21 UTC 2024
Modified Files:
src/tests/lib/libarchive: Makefile
Log Message:
Add more files, sort
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libarchive/Makefile
Please note tha
Module Name:src
Committed By: christos
Date: Thu Oct 17 16:51:21 UTC 2024
Modified Files:
src/tests/lib/libarchive: Makefile
Log Message:
Add more files, sort
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libarchive/Makefile
Please note tha
Module Name:src
Committed By: rillig
Date: Mon Oct 14 06:02:14 UTC 2024
Modified Files:
src/tests/lib/libc/locale: t_uchar.c
Log Message:
tests/t_uchar: fix copy-and-paste typo
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/locale/t_uchar.
Module Name:src
Committed By: rillig
Date: Mon Oct 14 06:02:14 UTC 2024
Modified Files:
src/tests/lib/libc/locale: t_uchar.c
Log Message:
tests/t_uchar: fix copy-and-paste typo
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/locale/t_uchar.
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 23:21:30 UTC 2024
Modified Files:
src/tests/lib/libc/locale: t_uchar.c
Log Message:
tests/lib/libc/locale/t_uchar: Test for char8_t, mbrtoc8, c8rtomb.
PR lib/58752: various header files test _*_SOURCE macros but don
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 23:21:30 UTC 2024
Modified Files:
src/tests/lib/libc/locale: t_uchar.c
Log Message:
tests/lib/libc/locale/t_uchar: Test for char8_t, mbrtoc8, c8rtomb.
PR lib/58752: various header files test _*_SOURCE macros but don
Module Name:src
Committed By: riastradh
Date: Fri Sep 27 18:50:01 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_clone.c
Log Message:
tests/lib/libc/sys/t_clone: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Fri Sep 27 18:50:01 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_clone.c
Log Message:
tests/lib/libc/sys/t_clone: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Wed Sep 25 19:24:15 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_clone.c
Log Message:
centralize stack allocation/freeing. The test that broke with the new jemalloc
had broken stack allocation.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Wed Sep 25 19:24:15 UTC 2024
Modified Files:
src/tests/lib/libc/sys: t_clone.c
Log Message:
centralize stack allocation/freeing. The test that broke with the new jemalloc
had broken stack allocation.
To generate a diff of this
Module Name:src
Committed By: rin
Date: Fri Sep 20 22:24:51 UTC 2024
Modified Files:
src/tests/lib/libm: t_remquo.c
Log Message:
t_remquo: Work around missing remquo(3) for vax
Part of PR port-vax/57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tes
Module Name:src
Committed By: rin
Date: Fri Sep 20 22:24:51 UTC 2024
Modified Files:
src/tests/lib/libm: t_remquo.c
Log Message:
t_remquo: Work around missing remquo(3) for vax
Part of PR port-vax/57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tes
Module Name:src
Committed By: riastradh
Date: Tue Sep 10 17:36:12 UTC 2024
Modified Files:
src/tests/lib/libm: t_errhandling.c
Log Message:
libm/t_errhandling.c: Put __TEST_FENV before any #includes.
This pattern avoids any potential problem with transitive inclusions
of
Module Name:src
Committed By: riastradh
Date: Tue Sep 10 17:36:12 UTC 2024
Modified Files:
src/tests/lib/libm: t_errhandling.c
Log Message:
libm/t_errhandling.c: Put __TEST_FENV before any #includes.
This pattern avoids any potential problem with transitive inclusions
of
1 - 100 of 987 matches
Mail list logo