History log of /openbsd-current/regress/lib/libc/sys/t_ptrace.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 13-Dec-2021 deraadt

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 09-Nov-2020 bluhm

Sync libc syscall tests with changes in upstream NetBSD. Use #ifdef
to document differences to NetBSD behaviour, this helps to track
upstream. Mark currently failing test as expected failures. So
test programs get compiled and executed, but it shows that further
investigation is necceassry.


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 02-Feb-2020 bluhm

Add missing new line to printf. Make clean should not require SUDO.


# 1.2 30-Jan-2020 mpi

Enable t_ptrace with an errno change compared to NetBSD.

Note that the last test triggers a kernel bug related to waitpid(9) and
ptraced processes. This is now visible thanks to recent make(1) changes.

guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to
fix this bug.


# 1.1 19-Nov-2019 bluhm

branches: 1.1.1;
Initial revision


# 1.4 09-Nov-2020 bluhm

Sync libc syscall tests with changes in upstream NetBSD. Use #ifdef
to document differences to NetBSD behaviour, this helps to track
upstream. Mark currently failing test as expected failures. So
test programs get compiled and executed, but it shows that further
investigation is necceassry.


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.3 02-Feb-2020 bluhm

Add missing new line to printf. Make clean should not require SUDO.


# 1.2 30-Jan-2020 mpi

Enable t_ptrace with an errno change compared to NetBSD.

Note that the last test triggers a kernel bug related to waitpid(9) and
ptraced processes. This is now visible thanks to recent make(1) changes.

guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to
fix this bug.


# 1.1 19-Nov-2019 bluhm

branches: 1.1.1;
Initial revision


# 1.3 02-Feb-2020 bluhm

Add missing new line to printf. Make clean should not require SUDO.


# 1.2 30-Jan-2020 mpi

Enable t_ptrace with an errno change compared to NetBSD.

Note that the last test triggers a kernel bug related to waitpid(9) and
ptraced processes. This is now visible thanks to recent make(1) changes.

guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to
fix this bug.


# 1.1 19-Nov-2019 bluhm

branches: 1.1.1;
Initial revision


# 1.2 30-Jan-2020 mpi

Enable t_ptrace with an errno change compared to NetBSD.

Note that the last test triggers a kernel bug related to waitpid(9) and
ptraced processes. This is now visible thanks to recent make(1) changes.

guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to
fix this bug.


# 1.1 19-Nov-2019 bluhm

branches: 1.1.1;
Initial revision


Revision tags: bluhm_20191119
# 1.1.1.1 19-Nov-2019 bluhm

Import NetBSD system call regression tests. They were written with
ATF (Automated Testing Framework), so we use a small wrapper to map
it to our bsd.regress.mk framework. Only half of the 80 NetBSD
tests have been taken, the others need more work to adapt. Of them
34 syscall tests pass.
Moritz Buhl ported the tests to OpenBSD.