From 6be2669006162471e5f4e65300214b6149cd3317 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Tue, 19 Nov 2019 19:57:05 +0000 Subject: 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. --- regress/lib/libc/sys/macros.h | 2 +- regress/lib/libc/sys/t_ptrace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib/libc') 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 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 $ */ /*- -- cgit v1.2.3