CVS commit: src/tests/lib/libc

2021-08-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 2 17:41:07 UTC 2021 Modified Files: src/tests/lib/libc/locale: t_sprintf.c t_strfmon.c t_toupper.c src/tests/lib/libc/string: t_strcoll.c Log Message: s/diferent/different/ To generate a diff of this commit: cvs

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

2021-07-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 24 08:39:54 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: For sh3, increment PC when PT_CONTINUE from trigger_trap(), as already done for aarch64, arm, and powerpc. Otherwise, child is tra

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

2021-07-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 17 14:03:36 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_wait.c Log Message: PR 56313: fix eroneous = that was meant to be == To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_wa

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

2021-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 10 13:22:01 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: Use intmax_t to printf an off_t To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/stdio/t_fmemopen.c

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

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:33 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: add more info to ease future debugging. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/t_fm

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

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: space before star To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/h_intr.c Please note that dif

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

2021-07-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jul 9 20:00:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: Make opts.cmd const char * rather than char * -- nothing ever modifies the string it points to, it is never passed to a function not taking

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

2021-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 9 15:26:59 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_intr.sh Log Message: fixes from RVP To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/h_intr.c cvs rdiff -u -

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:21:40 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: fix printf format strings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/h_intr.c Please note

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 12:30:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: need to set BINDIR To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdio/Makefile Please note that

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:07:46 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: h_intr.c h_makenumbers.c h_testnumbers.c t_intr.sh Log Message: Add interrupted I/O tests

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:09:20 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove the kill in the trace code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/regex/t_exhaus

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:08:56 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove not required include files To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/regex/t_exhaust

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

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 20:48:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: 1. Preallocate the patterns so that out of memory conditions don't happen during their allocation, which the test cannot handle p

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

2021-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 7 11:45:35 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: Add more information for the malloc failure. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/rege

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

2021-05-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon May 24 10:44:06 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: On mips, avoid deliberately executing an illegal instruction for now because it causes GXemul to exit rather than generating a trap.

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

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 11:18:11 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: h_spawn.c t_spawnattr.c Log Message: Add test for POSIX_SPAWN_RESETIDS flag To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/l

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

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 17:30:01 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_sendrecv.c Log Message: yield so we can lose packets To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_sendrecv.c Pleas

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

2021-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 16:58:07 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_sendrecv.c Log Message: use a pipe instead of sched_yield() To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_sendrecv.c

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

2021-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 16:36:32 UTC 2021 Modified Files: src/tests/lib/libc/setjmp: t_setjmp.c Log Message: PR/56066: Jessica Clarke: Add tests for calling {_,}longjmp with a zero value. To generate a diff of this commit: cvs rdiff -u -r1

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

2021-03-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Mar 19 00:44:09 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_ptrace_signal_wait.h Log Message: Sprinkle a few more \n's and the end of some debug printfs. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src

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

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 25 22:37:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: Makefile debug.c Log Message: Adjust for conditional NLS To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/regex/Makefile cv

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

2021-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 24 18:18:53 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: remove casts To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/debug.c Please note that diffs are

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

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 24 02:33:56 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: minimal fix to match the library code (really make the constants unsigned instead) To generate a diff of this commit: cvs rdiff -u -r1

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

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 17:13:44 UTC 2021 Modified Files: src/tests/lib/libc/regex: main.c Log Message: Add REG_GNU To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/regex/main.c Please note that diffs are not

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

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 16:00:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_regex_att.c Log Message: Add support for ENOSYS (was never set) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/regex/t_re

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

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 15:00:01 UTC 2021 Modified Files: src/tests/lib/libc/regex: main.c Log Message: Add REG_POSIX, and make compile on linux where we don't have a lot of the internal flags. To generate a diff of this commit: cvs rdiff

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

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 14:59:09 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: Delete category stuff that has changed with the new regex; make compile on linux and with TRE To generate a diff of this commit: cvs r

CVS commit: src/tests/lib/libc/regex/data

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 14:57:16 UTC 2021 Modified Files: src/tests/lib/libc/regex/data: meta.in repet_bounded.in repet_multi.in Log Message: Comment out tests that the new stricter regex does not like To generate a diff of this commit: cv

CVS commit: src/tests/lib/libc/arch/sparc64

2021-02-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 8 23:50:25 UTC 2021 Modified Files: src/tests/lib/libc/arch/sparc64: return_one.S Log Message: Don't define a label twice. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/arch/sparc64/retur

CVS commit: src/tests/lib/libc/arch/mips

2021-01-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 21 00:56:41 UTC 2021 Modified Files: src/tests/lib/libc/arch/mips: return_one.S Log Message: Use .set noreorder and use reg names. atf- lib/libc/sys/t_mprotect mprotect_mremap_exec is a bit happier now. To generate a di

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

2021-01-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jan 18 05:44:21 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_syscall.c Log Message: Check for MAP_FAILED instead of NULL when looking for an error from mmap(2). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1

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

2021-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 13 06:44:55 UTC 2021 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: skip sigbus_adraln on MIPS To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tests/lib/libc/gen/t_siginfo.c Please not

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

2021-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 11 20:31:34 UTC 2021 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Only try to create up-to NAME_MAX filenames. XXX: this should be moved to stdio/t_mktemp.c where the rest of the tests are and the c

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

2021-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 07:17:49 UTC 2021 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid_cur" failed" It's GXemul that has the bug! Unfortunately,

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

2021-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 10 20:46:14 UTC 2021 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid_cur" failed" disable the sigbus_adraln test on qemu for n

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

2020-11-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 27 16:50:02 UTC 2020 Modified Files: src/tests/lib/libc/string: t_memmem.c Log Message: map enough space for both the page we write and the guard so that we make sure we own the guard page before we set its protection to

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

2020-11-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Nov 27 15:37:06 UTC 2020 Modified Files: src/tests/lib/libc/string: t_memmem.c Log Message: delete trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/string/t_memmem.c Please no

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

2020-11-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Nov 1 18:19:54 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Make the mkstemps_basic and mkostemps_basic test cases not randomly fail when the replacement string happens to contain the letter "y".

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

2020-10-27 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Tue Oct 27 08:32:36 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Add tests for AVX-512 registers (zmm0..zmm31, k0..7) Thanks to David Seifert for providing a VM on an AVX-512 capable hardware

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

2020-10-16 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Fri Oct 16 08:51:12 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Remove leftover commented out #if 0 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/lib/libc/sys/t_ptr

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:59:50 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm: http://cvsweb.netbsd.org/bsdweb.cgi/src/tests/lib/libc/sys/t_ptra

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

2020-10-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 06:58:57 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value (~4MB) is too small to be accepted. To generate a diff of this

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

2020-10-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 06:55:25 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: For aarch64eb, no SIGBUS signal for unaligned accesses. Convert to preprocessor directives. To generate a diff of this commit: cvs rdiff

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

2020-10-09 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Fri Oct 9 17:43:30 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Add tests for x87 FPU registers Reviewed by kamil To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/tests/lib

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

2020-10-09 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Fri Oct 9 17:43:07 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Rename MM_REG macro to ST_MAN, and cover fpr/xstate with it Rename the MM_REG macro to ST_MAN, to make it clearer that it gets

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:28:44 UTC 2020 Modified Files: src/tests/lib/libc/db: t_db_hash_seq.c Log Message: don't pass NULL to printf(), but use "" to signify this test is operating on an in-memory only database. To generate a diff of this co

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

2020-08-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 25 01:37:39 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: Fix getrandom() tests. Use sigaction() without SA_RESTART -- signal() implies SA_RESTART so we never got the EINTR. While here, r

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

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 24 06:55:16 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Expect a failure to trap unaligned acesses only when running under qemu's TCG CPU emulation, not when running under hardware virtualizatio

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

2020-08-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 23 17:50:19 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: Split getrandom tests into several cases to find out which ones hang. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:04:58 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Expect failure only when running under qemu's TCG CPU emulation, not when running under hardware virtualization such as qemu -accel nvmm

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

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:00:18 UTC 2020 Modified Files: src/tests/lib/libc/gen: isqemu.h Log Message: Provide separate functions to check for running under qemu in general and for running under qemu's built-in TCG CPU emulation (as opposed to

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

2020-07-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jul 3 03:13:10 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_syslog.c Log Message: Verify that PR lib/55041 is no longer an issue. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_sy

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

2020-06-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jul 1 05:37:25 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Add basic tests for the rest of the mktemp(3) family of functions, including a case for PR lib/55441. To generate a diff of this com

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

2020-06-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 29 20:53:40 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Avoid copyright issues and name the listed author as the copyright holder. In a private email, Miloslav had agreed that if they had wri

CVS commit: src/tests/lib/libc

2020-06-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 29 14:22:11 UTC 2020 Modified Files: src/tests/lib/libc/stdio: Makefile src/tests/lib/libc/stdlib: Makefile Log Message: Use -Wl,--no-fatal-warnings for the mktemp(3) test. To generate a diff of this commit: cvs

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

2020-06-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 27 10:19:43 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mbtowc.c Log Message: Add the default TNF copyright (2005), cf. PR misc/55419. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/l

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

2020-06-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 24 04:47:10 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Fix core_dump_procinfo tests for powerpc, for which child process was stalled indefinitely in trap instruction even after PT_CONTI

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

2020-06-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 22 12:21:03 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_signal_wait.h t_ptrace_wait.h Log Message: Work around QEMU bug #1668041 differently, by which floating-point division by zero is not correctly trapped for

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

2020-06-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 22 02:51:07 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_signal_wait.h t_ptrace_wait.h Log Message: Turn trigger_fpe() back to integer division by zero for a while until QEMU bug #1668041 is fixed: https://bugs.

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

2020-06-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 20 07:30:09 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Skip sigbus_adraln for powerpc. SIGBUS for unaligned accesses is not mandatory for powerpc; most processors (not all, e.g., 403) can deal

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

2020-06-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 17 22:07:21 UTC 2020 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/tests/li

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

2020-06-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 17 08:42:16 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_signal_wait.h t_ptrace_wait.h Log Message: Let trigger_fpe() cause floating-point divide by zero exception, instead of integer one, which is not trapped fo

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

2020-06-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 17 08:23:18 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Regardless of __HAVE_FENV, include , which itself defines __HAVE_FENV. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2020-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 13:57:45 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: language sensitivity To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_wait_noproc.c Please

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

2020-06-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 9 00:28:57 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Add fork/vfork/posix_spawn tests for processes within pgrp New tests: - fork_setpgid - vfork_setpgid - posix_spawn_setpgid

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

2020-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 6 18:11:21 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_lwp_create.c Log Message: Add a test case to ensure that _lwp_create() fails with the expected error code when a bad new-lwp-id pointer is passed. To genera

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

2020-05-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 1 01:03:21 UTC 2020 Modified Files: src/tests/lib/libc/net: Makefile h_nsd_recurse.c Log Message: Avoid redefining _REENTRANT under sanitizers Switch away from -Wno-macro-redefined which was Clang specific. To generate

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

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 23:10:26 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests: -

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

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 22:07:06 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Fix typo in test names Noted by To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/sys/t_ptrace_

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

2020-05-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 16 19:08:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of SIGCHLD signals in the debugger Set SIGPASS for SIGCHLD for the traced child in the following tests: -

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

2020-05-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu May 14 19:21:35 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Ignore interception of the SIGCHLD signals. SIGCHLD once blocked is discarded by the kernel as it has the SA_IGNORE property. D

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

2020-05-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 11 21:18:11 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_clone_wait.h Log Message: Fix potential race in ptrace(2) clone(2) tests Instead of comparing old and new signal mask, just after the cloning operation,

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

2020-05-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 11 20:58:48 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Fix race in fork_singalmasked ELF RTLD after rtld.c r. 1.204 introduced locking that wraps the fork syscall. This locking chang

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

2020-05-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 11 12:17:57 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_register_wait.h Log Message: Simplify previous Emit SIGKILL without a loop and without checking for exact process status once it is collected. To gene

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

2020-05-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 11 11:03:15 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_register_wait.h Log Message: Do not fail when trying to kill a dying process A dying process can disappear for a while. Rather than aborting, retry send

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

2020-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 6 05:14:27 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: Fix a bug in the futex_wake_highest_pri test case. Still fails as expected. To generate a diff of this commit: cvs rdiff -u -r1.4

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

2020-05-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 18:12:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_sigchld.c Log Message: Skip traceme_raise* tests rather than failing upfront This avoid reporting the tests as unexpected failure. To generate a diff

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 02:06:08 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_misc_wait.h Log Message: Move misc tests out of t_ptrace_wait.c to t_ptrace_misc_wait.h The

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 01:24:29 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Move core tests out of t_ptrace_wait.c to t_ptrace_core_wait.h The

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:57:34 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_siginfo_wait.h Log Message: Move siginfo tests out of t_ptrace_wait.c to t_ptrace_siginfo_wa

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:50:39 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_wait.h Added Files: src/tests/lib/libc/sys: t_ptrace_threads_wait.h Log Message: Move threads tests out of t_ptrace_wait.c to t_p

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:33:37 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_topology_wait.h Log Message: Move topology tests out of t_ptrace_wait.c to t_ptrace_topology

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:23:13 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_exec_wait.h Log Message: Move exec() tests out of t_ptrace_wait.c to t_ptrace_exec_wait.h T

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:15:45 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_lwp_wait.h Log Message: Move LWP tests out of t_ptrace_wait.c to t_ptrace_lwp_wait.h The sa

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:03:49 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove the duplicate ATF_TP_ADD_TC() entries Event mask tests are already defined in ATF_TP_ADD_TCS_PTRACE_WAIT_EVENTMASK(). To ge

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue May 5 00:01:15 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_eventmask_wait.h Log Message: Move eventmask tests out of t_ptrace_wait.c to t_ptrace_eventm

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 23:49:31 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_wait3.c t_ptrace_wait4.c t_ptrace_wait6.c t_ptrace_waitid.c t_ptrace_waitpid.c Added Files: src/tests/lib/

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 23:53:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Remove the duplicate ATF_TP_ADD_TC() entries Byte transfer tests are already defined in ATF_TP_ADD_TCS_PTRACE_WAIT_BYTETRANSFER().

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 22:34:22 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_fork_wait.h Log Message: Move fork/vfork/posix_spawn tests out of t_ptrace_wait.c to t_ptrac

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 22:24:31 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_clone_wait.h Log Message: Bump (c) year To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_ptrace_clone_wait.h Pleas

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 22:15:23 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_clone_wait.h Log Message: Move clone() tests out of t_ptrace_wait.c to t_ptrace_clone_wait.h

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 22:05:29 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_bytetransfer_wait.h Log Message: Move byte transfer tests out of t_ptrace_wait.c to t_ptrace

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 21:55:12 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_kill_wait.h Log Message: Move kill()-like tests out of t_ptrace_wait.c to t_ptrace_kill_wait

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 21:33:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_step_wait.h Log Message: Move PT_STEP tests out of t_ptrace_wait.c to t_ptrace_step_wait.h

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 21:21:30 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_syscall_wait.h Log Message: Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wa

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

2020-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon May 4 20:55:48 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Added Files: src/tests/lib/libc/sys: t_ptrace_register_wait.h Log Message: Move register tests out of t_ptrace_wait.c to t_ptrace_register

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

2020-05-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 4 15:09:34 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_futex_ops.c Log Message: Add a test case for PR kern/55230. It is currently marked as expect-fail. To generate a diff of this commit: cvs rdiff -u -r1.3 -r

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

2020-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 1 21:35:30 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_sigaltstack.c Log Message: no need for alloca() (breaks SSP) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_sigaltsta

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

2020-04-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 1 01:44:30 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_futex_robust.c Log Message: Oops, accidentally #if 0'd some tests, probably while debugging something else. Correct this silly mistake. To generate a diff

  1   2   3   4   5   6   7   8   9   10   >