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/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/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

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 04:51:16 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3), c32rtomb(3): Test stateful shift sequences. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield s

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 18 04:51:16 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3), c32rtomb(3): Test stateful shift sequences. PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield s

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:31:22 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3): Add tests for incomplete NUL termination. PR lib/58615: incomplete c8rtomb, c16rtomb handle

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

2024-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 17 21:31:22 UTC 2024 Modified Files: src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c Log Message: c8rtomb(3), c16rtomb(3): Add tests for incomplete NUL termination. PR lib/58615: incomplete c8rtomb, c16rtomb handle

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

2024-08-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 14 23:32:32 UTC 2024 Modified Files: src/tests/lib/libc/locale: Makefile Log Message: tests/lib/libc/locale/Makefile: Sort. No functional change intended. Preparation for PR lib/52374. To generate a diff of this com

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

2024-08-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 14 23:32:32 UTC 2024 Modified Files: src/tests/lib/libc/locale: Makefile Log Message: tests/lib/libc/locale/Makefile: Sort. No functional change intended. Preparation for PR lib/52374. To generate a diff of this com

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

2024-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 10 15:20:23 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_utimensat.c Log Message: t_utimensat: Don't check atime on file systems mounted noatime. PR kern/58571: utimensat tests are failing on armv7, aarch64, and

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

2024-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 10 15:20:23 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_utimensat.c Log Message: t_utimensat: Don't check atime on file systems mounted noatime. PR kern/58571: utimensat tests are failing on armv7, aarch64, and

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

2024-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 10 15:10:17 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_utimensat.c Log Message: t_utimensat: Tidy this up to make failures more obvious. PR kern/58571: utimensat tests are failing on armv7, aarch64, and riscv6

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

2024-08-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 10 15:10:17 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_utimensat.c Log Message: t_utimensat: Tidy this up to make failures more obvious. PR kern/58571: utimensat tests are failing on armv7, aarch64, and riscv6

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

2024-07-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jul 24 09:26:06 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Add some test cases to tests/lib/libc/stdlib/t_strtoi PR lib/58461 PR lib/58453 Apologies for the previous commit message - I managed

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

2024-07-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jul 24 09:26:06 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Add some test cases to tests/lib/libc/stdlib/t_strtoi PR lib/58461 PR lib/58453 Apologies for the previous commit message - I managed

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

2024-07-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jul 24 08:59:12 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: /* $NetBSD: t_strtoi.c,v 1.3 2024/01/20 16:52:41 christos Exp $*/ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. * All

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

2024-07-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jul 24 08:59:12 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: /* $NetBSD: t_strtoi.c,v 1.3 2024/01/20 16:52:41 christos Exp $*/ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. * All

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

2024-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 22 16:41:05 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Add strto{i,u}max tests and invalid base tests To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdl

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

2024-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 22 16:41:05 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Add strto{i,u}max tests and invalid base tests To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdl

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

2024-07-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 15 06:19:07 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_kill.c Log Message: tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH. PR kern/58425 To generate a diff of this commit: cvs rdiff -u -r

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

2024-07-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 15 06:19:07 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_kill.c Log Message: tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH. PR kern/58425 To generate a diff of this commit: cvs rdiff -u -r

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

2024-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 11 03:55:58 UTC 2024 Modified Files: src/tests/lib/libc/string: t_bm.c Log Message: Correct a thinko in previous... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_bm.c Please note t

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

2024-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 11 03:55:58 UTC 2024 Modified Files: src/tests/lib/libc/string: t_bm.c Log Message: Correct a thinko in previous... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_bm.c Please note t

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

2024-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 11 03:51:18 UTC 2024 Modified Files: src/tests/lib/libc/string: t_bm.c Log Message: More ATF_CHECK() (etc) change fallout. Really, developers making infrastructure changes like this should do a full build before committing t

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

2024-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 11 03:51:18 UTC 2024 Modified Files: src/tests/lib/libc/string: t_bm.c Log Message: More ATF_CHECK() (etc) change fallout. Really, developers making infrastructure changes like this should do a full build before committing t

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

2024-07-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 10 20:44:06 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: tests/fchmodat: add missing space in test failure message To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/

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

2024-07-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 10 20:44:06 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: tests/fchmodat: add missing space in test failure message To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/

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

2024-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 10 20:19:51 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: correct test conditions. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/c063/t_fchmodat.c Please

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

2024-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 10 20:19:51 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: correct test conditions. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/c063/t_fchmodat.c Please

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

2024-07-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 10 19:23:56 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c t_utimensat.c Log Message: tests/libc: replace some more '=' with the intended '==' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 s

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

2024-07-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 10 19:23:56 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c t_utimensat.c Log Message: tests/libc: replace some more '=' with the intended '==' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 s

Re: CVS commit: src/tests/lib/libc/c063

2024-07-10 Thread Christos Zoulas
In article , Roland Illig wrote: >Am 10.07.2024 um 03:12 schrieb Christos Zoulas: > >src/tests/lib/libc/c063/t_fchmodat.c >> -ATF_REQUIRE(st.st_mode = 0600); >> +ATF_REQUIRE(st.st_mode == 0600); > >Should we do something to detect bugs like these mechanically? > >ATF_REQUIRE(cond) current

Re: CVS commit: src/tests/lib/libc/c063

2024-07-09 Thread Roland Illig
Am 10.07.2024 um 03:12 schrieb Christos Zoulas: src/tests/lib/libc/c063/t_fchmodat.c > - ATF_REQUIRE(st.st_mode = 0600); > + ATF_REQUIRE(st.st_mode == 0600); Should we do something to detect bugs like these mechanically? ATF_REQUIRE(cond) currently expands to "if (!(cond))", and I guess

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

2024-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 10 01:12:18 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: Fix = -> ==. Pointed out by Shivraj To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/c063/t_fchmodat

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

2024-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 10 01:12:18 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_fchmodat.c Log Message: Fix = -> ==. Pointed out by Shivraj To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/c063/t_fchmodat

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

2024-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 7 14:29:49 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_faccessat.c Log Message: avoid gcc warning. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/c063/t_faccessat.c Please note

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

2024-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 7 14:29:49 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_faccessat.c Log Message: avoid gcc warning. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/c063/t_faccessat.c Please note

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

2024-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 7 14:27:47 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_faccessat.c Log Message: Add more tests for absolute paths with different fds. (from Svivraj) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2024-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 7 14:27:47 UTC 2024 Modified Files: src/tests/lib/libc/c063: t_faccessat.c Log Message: Add more tests for absolute paths with different fds. (from Svivraj) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:10:27 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: core_dump_procinfo: Fix false positive for vax Increment PC after trapped by `bpt`, as done for many other platforms. To genera

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

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:10:27 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: core_dump_procinfo: Fix false positive for vax Increment PC after trapped by `bpt`, as done for many other platforms. To genera

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

2024-06-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 06:58:23 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: sigbus_adraln: Skip for vax According to "VAX Architecture Handbook", misaligned access does not trap, although it has performa

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

2024-06-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 06:58:23 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: sigbus_adraln: Skip for vax According to "VAX Architecture Handbook", misaligned access does not trap, although it has performa

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

2024-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 15 12:20:22 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/strtold: test a few simple examples To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libc/stdlib/t_

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

2024-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 15 12:20:22 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/strtold: test a few simple examples To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libc/stdlib/t_

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

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

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

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

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

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:21:46 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: More volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/tests/lib/libc/

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

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:21:46 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: More volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/tests/lib/libc/

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

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_dup.

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

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_dup.

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:10:54 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: Use volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/tests/lib/libc/g

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:10:54 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: Use volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/tests/lib/libc/g

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:10:15 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: No SIGFPE on RISC-V. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/tests/lib/libc/gen/t_siginfo.c P

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:10:15 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: No SIGFPE on RISC-V. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/tests/lib/libc/gen/t_siginfo.c P

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:06:20 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: No FPU exception traps on RISC-V. This macro is not named correctly -- RISC-V does implement floating-point excep

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:06:20 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: No FPU exception traps on RISC-V. This macro is not named correctly -- RISC-V does implement floating-point excep

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:04:18 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: Force result by write to volatile, not call to usleep. This is causing each FPE-related test to time out because

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

2024-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 14 16:04:18 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: t_ptrace_wait: Force result by write to volatile, not call to usleep. This is causing each FPE-related test to time out because

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:39:53 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix sign error in ld128 case. Also link back to where the test case came from. To generate a diff

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:39:53 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix sign error in ld128 case. Also link back to where the test case came from. To generate a diff

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:33:23 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix typo in ld128 case. printf %La does not write the `L' suffix. To generate a diff of this commi

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

2024-05-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 11 14:33:23 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix typo in ld128 case. printf %La does not write the `L' suffix. To generate a diff of this commi

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 22:38:29 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix another rounding error. Noted by kre. This doesn't break a passing test or fix a failed test, a

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 22:38:29 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix another rounding error. Noted by kre. This doesn't break a passing test or fix a failed test, a

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 14:44:40 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Test fpclassify on non-IEEE754 too. Just exclude the subnormal parts on non-IEEE754 architecture

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 14:44:40 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Test fpclassify on non-IEEE754 too. Just exclude the subnormal parts on non-IEEE754 architecture

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 14:13:09 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Spruce this up a bit. Provide more useful diagnostics when tests fail. To generate a diff of t

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

2024-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 9 14:13:09 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Spruce this up a bit. Provide more useful diagnostics when tests fail. To generate a diff of t

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:23:15 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add another %La test. This one was adapted from the screw case shown in https://mail-index.netbsd.o

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:23:15 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add another %La test. This one was adapted from the screw case shown in https://mail-index.netbsd.o

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:19:37 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %a test the same way. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/l

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:19:37 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %a test the same way. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/l

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly m

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 20:04:33 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Fix %La test. 0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in binary128 (and possibly m

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To gene

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

2024-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 8 18:19:57 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: tests/lib/libc/stdio/t_printf: Add a couple simple %La tests. PR lib/56937: printf(3) long double %a formatting is broken To gene

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:00:00 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Enable long double tests. The necessary long double symbols should all be available now. If the

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

2024-05-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 7 21:00:00 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fpclassify.c Log Message: tests/lib/libc/gen/t_fpclassify: Enable long double tests. The necessary long double symbols should all be available now. If the

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:39:36 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 18:39:36 UTC 2024 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 17:53:43 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: tests/lib/libc/gen/t_floatunditf: Nix __HAVE_LONG_DOUBLE conditional. Conversion from uint64_t to long double should work on all

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 17:53:43 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: tests/lib/libc/gen/t_floatunditf: Nix __HAVE_LONG_DOUBLE conditional. Conversion from uint64_t to long double should work on all

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 12:11:03 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: tests/lib/libc/setjmp/t_sigstack: Add missing comment for 1.10. PR lib/57946 To generate a diff of this commit: cvs rdiff -u -

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

2024-05-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 6 12:11:03 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: tests/lib/libc/setjmp/t_sigstack: Add missing comment for 1.10. PR lib/57946 To generate a diff of this commit: cvs rdiff -u -

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

2024-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:58:00 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: arm has been fixed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/setjmp/t_sigstack.c Please note

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

2024-05-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 06:58:00 UTC 2024 Modified Files: src/tests/lib/libc/setjmp: t_sigstack.c Log Message: arm has been fixed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/setjmp/t_sigstack.c Please note

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

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

2024-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 1 11:40:25 UTC 2024 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Increase the estimate of disk space required for the test, as the old estimate recently proved too optimistic on the amd64 testbed on b4.

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

2024-04-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 13 14:02:51 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fmtcheck.c Log Message: tests/fmtcheck: show that fmtcheck does not support "%2$s" To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/

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

2024-04-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 13 14:02:51 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_fmtcheck.c Log Message: tests/fmtcheck: show that fmtcheck does not support "%2$s" To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/

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

2024-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 07:16:50 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getrusage.c Log Message: Require at least 64 MB RAM to run the getrusage_maxrss test case as it allocates 40 MB and we should leave some for the system, too. T

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

2024-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 07:16:50 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_getrusage.c Log Message: Require at least 64 MB RAM to run the getrusage_maxrss test case as it allocates 40 MB and we should leave some for the system, too. T

  1   2   3   4   5   >