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

2024-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 5 06:23:04 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_357.c msg_358.c msg_359.c msg_360.c msg_361.c msg_363.c Log Message: tests/lint: extend snprintb tests and improve their documentation T

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

2024-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 5 06:23:04 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_357.c msg_358.c msg_359.c msg_360.c msg_361.c msg_363.c Log Message: tests/lint: extend snprintb tests and improve their documentation T

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

2024-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 5 04:53:28 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_promote.c expr_promote_trad.c lang_level_c99.c platform_long.c src/tests/usr.bin/xlint/lint2: emit.ln read.ln Log Message: lint:

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

2024-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 5 04:53:28 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: expr_promote.c expr_promote_trad.c lang_level_c99.c platform_long.c src/tests/usr.bin/xlint/lint2: emit.ln read.ln Log Message: lint:

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

2024-10-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 30 01:08:33 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_056.c Log Message: tests/lint: fix test for 'constant too large' on ILP32 platforms To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

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

2024-10-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Oct 30 01:08:33 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_056.c Log Message: tests/lint: fix test for 'constant too large' on ILP32 platforms To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

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

2024-10-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 29 20:39:53 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_129.c Log Message: tests/lint: demonstrate wrong warning about 'null effect' Seen in sys/timevar.h:250 and other places. To generate a diff of this

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

2024-10-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 29 20:39:53 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_129.c Log Message: tests/lint: demonstrate wrong warning about 'null effect' Seen in sys/timevar.h:250 and other places. To generate a diff of this

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

2024-10-28 Thread Taylor R Campbell
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

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

2024-10-28 Thread Taylor R Campbell
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

CVS commit: src/tests/bin/sh

2024-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 19 11:59:51 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Delete the dummy "always fail" test. It has demonstrated that the code elsewhere will successfully handle sub-test errors, should any occur, so

CVS commit: src/tests/bin/sh

2024-10-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 19 11:59:51 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Delete the dummy "always fail" test. It has demonstrated that the code elsewhere will successfully handle sub-test errors, should any occur, so

CVS commit: src/tests/usr.sbin

2024-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 23:22:52 UTC 2024 Modified Files: src/tests/usr.sbin: Makefile Added Files: src/tests/usr.sbin/makefs: Makefile t_makefs.sh Log Message: Add a makefs test To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/tests/usr.sbin

2024-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 23:22:52 UTC 2024 Modified Files: src/tests/usr.sbin: Makefile Added Files: src/tests/usr.sbin/makefs: Makefile t_makefs.sh Log Message: Add a makefs test To generate a diff of this commit: cvs rdiff -u -r1.

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

2024-10-18 Thread Taylor R Campbell
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-

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

2024-10-18 Thread Taylor R Campbell
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-

CVS commit: src/tests/bin/sh

2024-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 18 09:05:23 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Always run all sub-tests in a test case. Previously, as soon as a sub-test in a test case failed, the sub-test failed along with it, and no furt

CVS commit: src/tests/bin/sh

2024-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 18 09:05:23 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Always run all sub-tests in a test case. Previously, as soon as a sub-test in a test case failed, the sub-test failed along with it, and no furt

CVS commit: src/tests/bin/sh

2024-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 18 06:32:08 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Test field splitting as used by the read built-in. This includes a couple of sub-tests which test for the bug from PR bin/58749 Other aspects o

CVS commit: src/tests/bin/sh

2024-10-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 18 06:32:08 UTC 2024 Modified Files: src/tests/bin/sh: t_fsplit.sh Log Message: Test field splitting as used by the read built-in. This includes a couple of sub-tests which test for the bug from PR bin/58749 Other aspects o

CVS commit: src/tests/lib/libarchive

2024-10-17 Thread Christos Zoulas
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

CVS commit: src/tests/lib/libarchive

2024-10-17 Thread Christos Zoulas
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

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

2024-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 15 18:09:31 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: Drop root requirement and dependency on the games set being installed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/t

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

2024-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 15 18:09:31 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: Drop root requirement and dependency on the games set being installed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/t

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

2024-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 15 17:15:48 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: The lzip test requires root (it tries to archive /usr/games/hide) and the lzip binary (obviously). To generate a diff of this commit: cv

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

2024-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 15 17:15:48 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: The lzip test requires root (it tries to archive /usr/games/hide) and the lzip binary (obviously). To generate a diff of this commit: cv

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

2024-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 14 17:51:39 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: Add a test for PR/58223 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/gzip/t_gzip.sh Please note that

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

2024-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 14 17:51:39 UTC 2024 Modified Files: src/tests/usr.bin/gzip: t_gzip.sh Log Message: Add a test for PR/58223 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/gzip/t_gzip.sh Please note that

CVS commit: src/tests/bin/sh

2024-10-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 14 12:26:29 UTC 2024 Modified Files: src/tests/bin/sh: t_input.sh Log Message: This test just tested that nul chars in shell input were silently ignored. Since we no longer do that, the test is kind of pointless. But rather

CVS commit: src/tests/bin/sh

2024-10-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 14 12:26:29 UTC 2024 Modified Files: src/tests/bin/sh: t_input.sh Log Message: This test just tested that nul chars in shell input were silently ignored. Since we no longer do that, the test is kind of pointless. But rather

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

2024-10-13 Thread Roland Illig
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.

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

2024-10-13 Thread Roland Illig
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.

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

2024-10-13 Thread Taylor R Campbell
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

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

2024-10-13 Thread Taylor R Campbell
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

CVS commit: src/tests/games

2024-10-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 12 20:44:11 UTC 2024 Modified Files: src/tests/games: t_morse.sh Log Message: tests/morse: test decoding of dot-dash morse output To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/games/t_morse.sh Pl

CVS commit: src/tests/games

2024-10-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 12 20:44:11 UTC 2024 Modified Files: src/tests/games: t_morse.sh Log Message: tests/morse: test decoding of dot-dash morse output To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/games/t_morse.sh Pl

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

2024-10-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 12 06:48:30 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: extend test for integer constraints To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tests/usr.bin/x

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

2024-10-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Oct 12 06:48:30 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: extend test for integer constraints To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tests/usr.bin/x

CVS commit: src/tests/kernel

2024-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 10 07:45:02 UTC 2024 Modified Files: src/tests/kernel: t_semtimedop.c Log Message: Fix semctl(..., SETVAL, value) calls: you can not pass an integer 0 to a variadic function expecting a union with all ABIs, as they may not

CVS commit: src/tests/kernel

2024-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 10 07:45:02 UTC 2024 Modified Files: src/tests/kernel: t_semtimedop.c Log Message: Fix semctl(..., SETVAL, value) calls: you can not pass an integer 0 to a variadic function expecting a union with all ABIs, as they may not

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

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:39:54 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: test integer constraint on multiplication To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/tests/usr

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

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:39:54 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: test integer constraint on multiplication To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/tests/usr

CVS commit: src/tests/net/if_wg

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:28:43 UTC 2024 Modified Files: src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Test truncated UDP input from the network. This triggers double-free in the IPv6 udp6_input path -- but, confusingly, not the IPv

CVS commit: src/tests/net/if_wg

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:28:43 UTC 2024 Modified Files: src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Test truncated UDP input from the network. This triggers double-free in the IPv6 udp6_input path -- but, confusingly, not the IPv

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

2024-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 4 11:24:13 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: lex_comment.c Log Message: tests/lint: demonstrate ignored LINTED comment after if-else-if To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 s

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

2024-10-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 4 11:24:13 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: lex_comment.c Log Message: tests/lint: demonstrate ignored LINTED comment after if-else-if To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 s

CVS commit: src/tests/kernel

2024-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:56:03 UTC 2024 Modified Files: src/tests/kernel: Makefile Log Message: tests: Fix build error. Set TESTS_SH correctly. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/tests/kernel/Makefile Pleas

CVS commit: src/tests/kernel

2024-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:56:03 UTC 2024 Modified Files: src/tests/kernel: Makefile Log Message: tests: Fix build error. Set TESTS_SH correctly. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/tests/kernel/Makefile Pleas

CVS commit: src/tests/kernel

2024-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:11:15 UTC 2024 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_semtimedop.c Log Message: new semtimedop(2) test GSoC 2024 (Shivraj Jamgade) To generate a diff of this commit: c

CVS commit: src/tests/kernel

2024-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:11:15 UTC 2024 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_semtimedop.c Log Message: new semtimedop(2) test GSoC 2024 (Shivraj Jamgade) To generate a diff of this commit: c

CVS commit: src/tests/kernel

2024-10-02 Thread Christoph Badura
Module Name:src Committed By: bad Date: Wed Oct 2 17:16:32 UTC 2024 Modified Files: src/tests/kernel: t_unmount.c Log Message: t_unmount.c: fix copyright year To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_unmount.c Please note that diff

CVS commit: src/tests/kernel

2024-10-02 Thread Christoph Badura
Module Name:src Committed By: bad Date: Wed Oct 2 17:16:32 UTC 2024 Modified Files: src/tests/kernel: t_unmount.c Log Message: t_unmount.c: fix copyright year To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_unmount.c Please note that diff

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

2024-09-27 Thread Taylor R Campbell
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

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

2024-09-27 Thread Taylor R Campbell
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

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

2024-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 27 16:57:00 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c msg_231.c Log Message: tests/lint: test unused parameters and local variables To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

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

2024-09-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 27 16:57:00 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c msg_231.c Log Message: tests/lint: test unused parameters and local variables To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

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

2024-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 26 21:31:09 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c msg_231.c Log Message: tests/lint: test more cases of unused parameters and local variables To generate a diff of this commit: cvs rdiff -u -r

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

2024-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 26 21:31:09 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_192.c msg_231.c Log Message: tests/lint: test more cases of unused parameters and local variables To generate a diff of this commit: cvs rdiff -u -r

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

2024-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 26 20:08:02 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_236.c Log Message: tests/lint: demonstrate wrong warning for constructor function Seen in jemalloc. To generate a diff of this commit: cvs rdiff -u

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

2024-09-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 26 20:08:02 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_236.c Log Message: tests/lint: demonstrate wrong warning for constructor function Seen in jemalloc. To generate a diff of this commit: cvs rdiff -u

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

2024-09-25 Thread Christos Zoulas
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

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

2024-09-25 Thread Christos Zoulas
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

CVS commit: src/tests/lib/libm

2024-09-20 Thread Rin Okuyama
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

CVS commit: src/tests/lib/libm

2024-09-20 Thread Rin Okuyama
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

CVS commit: src/tests/lib/libm

2024-09-10 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libm

2024-09-10 Thread Taylor R Campbell
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

CVS commit: src/tests/lib/libm

2024-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 9 17:03:09 UTC 2024 Modified Files: src/tests/lib/libm: t_errhandling.c Log Message: Add __TEST_FENV define to fix vax build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_errhandling

CVS commit: src/tests/lib/libm

2024-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 9 17:03:09 UTC 2024 Modified Files: src/tests/lib/libm: t_errhandling.c Log Message: Add __TEST_FENV define to fix vax build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_errhandling

CVS commit: src/tests/lib/libm

2024-09-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 9 15:08:23 UTC 2024 Added Files: src/tests/lib/libm: t_errhandling.c Log Message: math.h: Add missing file for math_errhandling test. PR standards/56234: missing C99 frobs in To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libm

2024-09-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 9 15:08:23 UTC 2024 Added Files: src/tests/lib/libm: t_errhandling.c Log Message: math.h: Add missing file for math_errhandling test. PR standards/56234: missing C99 frobs in To generate a diff of this commit: cvs

CVS commit: src/tests/net/arp

2024-09-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 9 07:26:42 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests: add tests for ARP cache entry creations To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/tests/net/arp/t_arp.sh Plea

CVS commit: src/tests/net/arp

2024-09-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 9 07:26:42 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests: add tests for ARP cache entry creations To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/tests/net/arp/t_arp.sh Plea

CVS commit: src/tests/net/arp

2024-09-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 9 07:26:10 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests: dedup t_arp.sh like others (NFC) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tests/net/arp/t_arp.sh Please note

CVS commit: src/tests/net/arp

2024-09-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 9 07:26:10 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests: dedup t_arp.sh like others (NFC) To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tests/net/arp/t_arp.sh Please note

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 03:33:29 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:adraln: Brush up skip message for x86 Note that: 1. No data address is reported back for alignment check exception, as per I

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 03:33:29 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:adraln: Brush up skip message for x86 Note that: 1. No data address is reported back for alignment check exception, as per I

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:20:49 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:sigbus_adraln: Skip rather than expect_fail on x86 This is an architecture-defined behavior, not a failure. To generate a diff

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:20:49 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:sigbus_adraln: Skip rather than expect_fail on x86 This is an architecture-defined behavior, not a failure. To generate a diff

CVS commit: src/tests/net/if_bridge

2024-09-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 3 08:01:38 UTC 2024 Modified Files: src/tests/net/if_bridge: Makefile t_bridge.sh Added Files: src/tests/net/if_bridge: broadcast.pcap.uue unicast.pcap.uue Log Message: tests, bridge: add tests for interface prot

CVS commit: src/tests/net/if_bridge

2024-09-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 3 08:01:38 UTC 2024 Modified Files: src/tests/net/if_bridge: Makefile t_bridge.sh Added Files: src/tests/net/if_bridge: broadcast.pcap.uue unicast.pcap.uue Log Message: tests, bridge: add tests for interface prot

CVS commit: src/tests/net/if_bridge

2024-09-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 3 07:54:36 UTC 2024 Modified Files: src/tests/net/if_bridge: t_bridge.sh Log Message: tests: dedup test scripts like others To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/net/if_bridge/t_bridge

CVS commit: src/tests/net/if_bridge

2024-09-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Sep 3 07:54:36 UTC 2024 Modified Files: src/tests/net/if_bridge: t_bridge.sh Log Message: tests: dedup test scripts like others To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/net/if_bridge/t_bridge

CVS commit: src/tests/usr.bin

2024-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 2 05:16:37 UTC 2024 Modified Files: src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/shmif_pcapin: Makefile d_pcap.in.bz2.uue d_pcap.out.bz2.uue t_basic.sh Log Message: tests: add a basic te

CVS commit: src/tests/usr.bin

2024-09-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Sep 2 05:16:37 UTC 2024 Modified Files: src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/shmif_pcapin: Makefile d_pcap.in.bz2.uue d_pcap.out.bz2.uue t_basic.sh Log Message: tests: add a basic te

CVS commit: src/tests/net/if_wg

2024-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 26 17:52:46 UTC 2024 Modified Files: src/tests/net/if_wg: t_misc.sh Log Message: tests/net/if_wg/t_misc: Add some diagnostics. PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails To generate a diff of this commi

CVS commit: src/tests/net/if_wg

2024-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 26 17:52:46 UTC 2024 Modified Files: src/tests/net/if_wg: t_misc.sh Log Message: tests/net/if_wg/t_misc: Add some diagnostics. PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails To generate a diff of this commi

CVS commit: src/tests

2024-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 23 07:13:50 UTC 2024 Modified Files: src/tests/kernel/kqueue: t_empty.c src/tests/net/net: t_tcp.c Log Message: tests: Fix false positives due to race b/w connect(2) and accept(2) For kernel/kqueue/t_empty and net/ne

CVS commit: src/tests

2024-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 23 07:13:50 UTC 2024 Modified Files: src/tests/kernel/kqueue: t_empty.c src/tests/net/net: t_tcp.c Log Message: tests: Fix false positives due to race b/w connect(2) and accept(2) For kernel/kqueue/t_empty and net/ne

CVS commit: src/tests/net/arp

2024-08-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 20 08:23:15 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests, arp: add tests for GARP on link up To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/tests/net/arp/t_arp.sh Please no

CVS commit: src/tests/net/arp

2024-08-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 20 08:23:15 UTC 2024 Modified Files: src/tests/net/arp: t_arp.sh Log Message: tests, arp: add tests for GARP on link up To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/tests/net/arp/t_arp.sh Please no

CVS commit: src/tests/net/arp

2024-08-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 20 08:21:48 UTC 2024 Modified Files: src/tests/net/arp: t_dad.sh Log Message: tests, arp: add tests of address duplications without DAD To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/net/arp/t_d

CVS commit: src/tests/net/arp

2024-08-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 20 08:21:48 UTC 2024 Modified Files: src/tests/net/arp: t_dad.sh Log Message: tests, arp: add tests of address duplications without DAD To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/net/arp/t_d

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

2024-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 19 16:24:05 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_mbrtoc16.c t_mbrtoc8.c Log Message: mbrtoc8(3), mbrtoc16(3): Test consuming shift sequences with state. This has the side effect of testing mbrtoc32(3)

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

2024-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 19 16:24:05 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_mbrtoc16.c t_mbrtoc8.c Log Message: mbrtoc8(3), mbrtoc16(3): Test consuming shift sequences with state. This has the side effect of testing mbrtoc32(3)

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

2024-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 19 16:21:47 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: t_c8rtomb, t_c16rtomb: Simplify comment. ESC $ B is technically rather the JIS X 0208-1983 shift sequence, but since

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

2024-08-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 19 16:21:47 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: t_c8rtomb, t_c16rtomb: Simplify comment. ESC $ B is technically rather the JIS X 0208-1983 shift sequence, but since

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

2024-08-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 18 15:11:43 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: demonstrate wrong warning about accuracy loss Demonstrates PR toolchain/58617. To generate a diff of this commit: cv

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

2024-08-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 18 15:11:43 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: demonstrate wrong warning about accuracy loss Demonstrates PR toolchain/58617. To generate a diff of this commit: cv

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 05:00:20 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c8rtomb.c Log Message: c8rtomb(3): Fix digit error in shift sequence test. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield suboptimal shift sequences To

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 05:00:20 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c8rtomb.c Log Message: c8rtomb(3): Fix digit error in shift sequence test. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield suboptimal shift sequences To

  1   2   3   4   5   6   7   8   9   10   >