diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:05 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:05 +0000 |
commit | 6be2669006162471e5f4e65300214b6149cd3317 (patch) | |
tree | 102bd3ae4794936abb49e23bad3e08d4cd3e5d20 /regress/lib/libc | |
parent | 560e12c283e6a4b6463ce1069a4e59f63a9437a0 (diff) |
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.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/sys/macros.h | 2 | ||||
-rw-r--r-- | regress/lib/libc/sys/t_ptrace.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/sys/macros.h b/regress/lib/libc/sys/macros.h index 932f230c03a..ef1d22cb9ad 100644 --- a/regress/lib/libc/sys/macros.h +++ b/regress/lib/libc/sys/macros.h @@ -1,4 +1,4 @@ -/* $OpenBSD: macros.h,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ */ +/* $OpenBSD: macros.h,v 1.1 2019/11/19 19:57:03 bluhm Exp $ */ /* Public domain - Moritz Buhl */ #include <sys/param.h> diff --git a/regress/lib/libc/sys/t_ptrace.c b/regress/lib/libc/sys/t_ptrace.c index 756c9c514e8..5f80903d1b6 100644 --- a/regress/lib/libc/sys/t_ptrace.c +++ b/regress/lib/libc/sys/t_ptrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_ptrace.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */ +/* $OpenBSD: t_ptrace.c,v 1.1 2019/11/19 19:57:04 bluhm Exp $ */ /* $NetBSD: t_ptrace.c,v 1.4 2018/05/14 12:44:40 kamil Exp $ */ /*- |