CVS commit: src/tests/lib/libc/gen

2025-04-05 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/tmpfs

2025-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 21 16:39:30 UTC 2025 Modified Files: src/tests/fs/tmpfs: t_vnd.sh Log Message: Add a label because on sun a sunlabel with all zeros has no partitions. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/t

CVS commit: src/tests/net/if_vlan

2025-04-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:57:34 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: dedup t_vlan.sh like others (NFC) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/tests/lib/libc/gen

2025-04-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libpthread

2025-04-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libpthread

2025-03-30 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-29 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 11:01:07 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Test LOCAL_CONNWAIT. PR kern/59220: accept(2): null pointer deref To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 sr

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 11:01:07 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Test LOCAL_CONNWAIT. PR kern/59220: accept(2): null pointer deref To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 sr

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 10:57:30 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Make existing tests more reliable by exiting in child. Returning into atf in the child is not helpful. Preparation for adding a tes

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 10:57:30 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Make existing tests more reliable by exiting in child. Returning into atf in the child is not helpful. Preparation for adding a tes

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 10:57:10 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Sort includes. No functional change intended. Preparation for: PR kern/59220: accept(2): null pointer deref To generate a diff o

CVS commit: src/tests/net/net

2025-03-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 27 10:57:10 UTC 2025 Modified Files: src/tests/net/net: t_unix.c Log Message: t_unix: Sort includes. No functional change intended. Preparation for: PR kern/59220: accept(2): null pointer deref To generate a diff o

CVS commit: src/tests/lib/libc/sys

2025-03-25 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-25 Thread Taylor R Campbell
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

CVS commit: src/tests/usr.bin/xlint/lint1

2025-03-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Mar 21 20:33:47 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c Log Message: tests/lint: demonstrate questionable warning about alignment To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/te

CVS commit: src/tests/usr.bin/xlint/lint1

2025-03-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Mar 21 20:33:47 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_135.c Log Message: tests/lint: demonstrate questionable warning about alignment To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/te

CVS commit: src/tests/fs/tmpfs

2025-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 21 16:39:30 UTC 2025 Modified Files: src/tests/fs/tmpfs: t_vnd.sh Log Message: Add a label because on sun a sunlabel with all zeros has no partitions. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/t

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Masatake Daimon
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

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Masatake Daimon
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

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Robert Elz
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

CVS commit: src/tests/lib/libc/sys

2025-03-19 Thread Robert Elz
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

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:58:09 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests, vlan: add a test case for link state sync A vlan interface synchronizes its link state with its parent's one. To generate a diff

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:58:09 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests, vlan: add a test case for link state sync A vlan interface synchronizes its link state with its parent's one. To generate a diff

CVS commit: src/tests/net/if_vlan

2025-03-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 18 07:57:34 UTC 2025 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: tests: dedup t_vlan.sh like others (NFC) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/net/if_vlan/t_vlan.sh

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-16 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-16 Thread Taylor R Campbell
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

CVS commit: src/tests/bin/expr

2025-03-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 07:02:07 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: demonstrate eager evaluation of '|' and '&' To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/bin/expr/t_ex

CVS commit: src/tests/bin/expr

2025-03-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 15:33:00 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: merge and extend tests for operators To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/bin/expr/t_expr.sh

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-15 Thread Taylor R Campbell
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

CVS commit: src/tests/bin/expr

2025-03-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 15:33:00 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: merge and extend tests for operators To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/bin/expr/t_expr.sh

CVS commit: src/tests/lib/libc/gen/posix_spawn

2025-03-15 Thread Taylor R Campbell
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

CVS commit: src/tests/bin/expr

2025-03-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 06:53:06 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: reduce the amount of shell escaping To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/bin/expr/t_expr.sh Pl

CVS commit: src/tests/bin/expr

2025-03-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 07:02:07 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: demonstrate eager evaluation of '|' and '&' To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/bin/expr/t_ex

CVS commit: src/tests/bin/expr

2025-03-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 15 06:53:06 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: reduce the amount of shell escaping To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/bin/expr/t_expr.sh Pl

CVS commit: src/tests/bin/expr

2025-03-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Mar 14 22:12:00 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: test the string length operator To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/bin/expr/t_expr.sh Please

CVS commit: src/tests/bin/expr

2025-03-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Mar 14 22:12:00 UTC 2025 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: tests/expr: test the string length operator To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/bin/expr/t_expr.sh Please

CVS commit: src/tests/lib/libc/atomic

2025-03-13 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/atomic

2025-03-13 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-13 Thread Taylor R Campbell
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,

CVS commit: src/tests/lib/libc/gen

2025-03-13 Thread Taylor R Campbell
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,

CVS commit: src/tests/lib/libc/gen

2025-03-05 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/gen

2025-03-05 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-03-04 Thread Taylor R Campbell
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

CVS commit: src/tests/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

CVS commit: src/tests/usr.bin/cut

2025-03-03 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 4 03:55:39 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: reflect that PR bin/59029 has been addressed To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/c

CVS commit: src/tests/kernel

2025-03-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 28 16:08:42 UTC 2025 Modified Files: src/tests/kernel: t_execregs.c Log Message: t_execregs: Make read failure nonfatal. This way, the test will report when the helper program h_execregs has crashed, which happens ofte

CVS commit: src/tests/lib/libc/stdlib

2025-03-02 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/stdlib

2025-03-02 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/stdlib

2025-03-02 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/stdlib

2025-03-02 Thread Taylor R Campbell
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

CVS commit: src/tests/kernel

2025-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 28 16:08:19 UTC 2025 Modified Files: src/tests/kernel: Makefile t_execregs.c src/tests/kernel/arch/hppa: execregs.c execregs.h h_execregs.S Log Message: t_execregs: Test some more registers on hppa. Looks like

CVS commit: src/tests/kernel

2025-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 28 16:08:42 UTC 2025 Modified Files: src/tests/kernel: t_execregs.c Log Message: t_execregs: Make read failure nonfatal. This way, the test will report when the helper program h_execregs has crashed, which happens ofte

CVS commit: src/tests/kernel

2025-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 28 16:08:19 UTC 2025 Modified Files: src/tests/kernel: Makefile t_execregs.c src/tests/kernel/arch/hppa: execregs.c execregs.h h_execregs.S Log Message: t_execregs: Test some more registers on hppa. Looks like

CVS commit: src/tests/usr.bin/xlint/lint1

2025-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 27 07:02:39 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c Log Message: tests/lint: spell out the type combinations for the '?:' operator To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/usr.bin/xlint/lint1

2025-02-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 27 07:02:39 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c Log Message: tests/lint: spell out the type combinations for the '?:' operator To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/usr.bin/xlint/lint1

2025-02-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 24 19:49:00 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_153.c msg_177.c msg_309.c Log Message: tests/lint: add tests for constants, pointers and lost bits To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/tests/usr.bin/xlint/lint1

2025-02-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 24 19:49:00 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_153.c msg_177.c msg_309.c Log Message: tests/lint: add tests for constants, pointers and lost bits To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/tests/usr.bin/cut

2025-02-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Feb 22 23:38:09 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: correct a test case for -n (PR bin/59029) The test case added before was based on how a version of GNU coreutils cut(1) -- as

CVS commit: src/tests/usr.bin/cut

2025-02-22 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Feb 22 23:38:09 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: correct a test case for -n (PR bin/59029) The test case added before was based on how a version of GNU coreutils cut(1) -- as

CVS commit: src/tests/usr.bin/xlint/lint2

2025-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 20 19:04:00 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint2: msg_000.ln msg_001.ln msg_002.ln msg_003.ln msg_004.ln msg_005.ln msg_006.ln msg_007.ln msg_008.ln msg_009.ln msg_010.ln msg_011.ln

CVS commit: src/tests/usr.bin/xlint/lint2

2025-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 20 19:04:00 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint2: msg_000.ln msg_001.ln msg_002.ln msg_003.ln msg_004.ln msg_005.ln msg_006.ln msg_007.ln msg_008.ln msg_009.ln msg_010.ln msg_011.ln

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libcurses

2025-02-04 Thread Andrius Varanavicius
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

CVS commit: src/tests/lib/libcurses

2025-02-04 Thread Andrius Varanavicius
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

CVS commit: src/tests/lib/libexecinfo

2025-01-30 Thread Christos Zoulas
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

CVS commit: src/tests/lib/libexecinfo

2025-01-30 Thread Christos Zoulas
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

CVS commit: src/tests/usr.bin/xlint/lint1

2025-01-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 28 20:21:59 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_341.c platform_ilp32_int.c platform_ilp32_long.c platform_lp64.c Log Message: tests/lint: fix platform-specific tests for usage On arm (

CVS commit: src/tests/usr.bin/xlint/lint1

2025-01-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 28 20:21:59 UTC 2025 Modified Files: src/tests/usr.bin/xlint/lint1: msg_341.c platform_ilp32_int.c platform_ilp32_long.c platform_lp64.c Log Message: tests/lint: fix platform-specific tests for usage On arm (

CVS commit: src/tests/lib/libexecinfo

2025-01-27 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libexecinfo

2025-01-27 Thread Taylor R Campbell
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

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:23:38 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: add a test case for -n (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cut/t_cu

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:26:41 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: fix argument ordering of new test case, whoops (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:26:41 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: fix argument ordering of new test case, whoops (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:23:38 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: add a test case for -n (PR bin/59029) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cut/t_cu

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:15:35 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: capitalize ASCII acronym To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cut/t_cut.sh Please

CVS commit: src/tests/usr.bin/cut

2025-01-24 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jan 24 22:15:35 UTC 2025 Modified Files: src/tests/usr.bin/cut: t_cut.sh Log Message: t_cut.sh: capitalize ASCII acronym To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cut/t_cut.sh Please

CVS commit: src/tests/lib/libexecinfo

2025-01-23 Thread Christos Zoulas
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

CVS commit: src/tests/lib/libexecinfo

2025-01-23 Thread Christos Zoulas
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

  1   2   3   4   5   6   7   8   9   10   >