Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests PR misc/49356 remove unnecessary references to atf-c/c...



details:   https://anonhg.NetBSD.org/src/rev/531e8317ac16
branches:  trunk
changeset: 333429:531e8317ac16
user:      justin <justin%NetBSD.org@localhost>
date:      Tue Nov 04 00:20:19 2014 +0000

description:
PR misc/49356 remove unnecessary references to atf-c/config.h

The function included via this header is not used and is removed in
later versions of atf, so let us avoid it.

diffstat:

 tests/include/t_paths.c             |  5 ++---
 tests/lib/libc/gen/t_floatunditf.c  |  3 +--
 tests/lib/libc/gen/t_fpsetmask.c    |  3 +--
 tests/lib/libc/gen/t_isnan.c        |  3 +--
 tests/lib/libc/gen/t_siginfo.c      |  3 +--
 tests/lib/libc/stdlib/t_strtod.c    |  5 ++---
 tests/lib/libc/sys/t_sigaction.c    |  5 ++---
 tests/lib/libexecinfo/t_backtrace.c |  5 ++---
 tests/lib/libm/t_ldexp.c            |  5 ++---
 tests/lib/libm/t_log.c              |  5 ++---
 tests/lib/libm/t_precision.c        |  5 ++---
 tests/lib/libpthread/t_mutex.c      |  5 ++---
 tests/lib/libpthread/t_sem.c        |  5 ++---
 13 files changed, 22 insertions(+), 35 deletions(-)

diffs (284 lines):

diff -r c05d545b2a75 -r 531e8317ac16 tests/include/t_paths.c
--- a/tests/include/t_paths.c   Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/include/t_paths.c   Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_paths.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $ */
+/*     $NetBSD: t_paths.c,v 1.14 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_paths.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $");
+__RCSID("$NetBSD: t_paths.c,v 1.14 2014/11/04 00:20:19 justin Exp $");
 
 #include <sys/param.h>
 #include <sys/stat.h>
@@ -42,7 +42,6 @@
 #include <unistd.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #define PATH_DEV       __BIT(0)        /* A device node        */
 #define PATH_DIR       __BIT(1)        /* A directory          */
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/gen/t_floatunditf.c
--- a/tests/lib/libc/gen/t_floatunditf.c        Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/gen/t_floatunditf.c        Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_floatunditf.c,v 1.5 2014/02/02 08:16:22 martin Exp $ */
+/* $NetBSD: t_floatunditf.c,v 1.6 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -27,7 +27,6 @@
  */
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 #include <inttypes.h>
 #include <math.h>
 
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.13 2014/02/09 21:26:07 jmmv Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.14 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -29,7 +29,6 @@
 #include <sys/param.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <stdio.h>
 #include <signal.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/gen/t_isnan.c
--- a/tests/lib/libc/gen/t_isnan.c      Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/gen/t_isnan.c      Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_isnan.c,v 1.4 2014/02/09 21:26:07 jmmv Exp $ */
+/* $NetBSD: t_isnan.c,v 1.5 2014/11/04 00:20:19 justin Exp $ */
 
 /*
  * This file is in the Public Domain.
@@ -10,7 +10,6 @@
 #include <sys/param.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <math.h>
 #include <string.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.23 2014/02/09 21:26:07 jmmv Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.24 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -27,7 +27,6 @@
  */
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <sys/inttypes.h>
 #include <sys/resource.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/stdlib/t_strtod.c
--- a/tests/lib/libc/stdlib/t_strtod.c  Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/stdlib/t_strtod.c  Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $ */
+/*     $NetBSD: t_strtod.c,v 1.32 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 /* Public domain, Otto Moerbeek <otto%drijf.net@localhost>, 2006. */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $");
+__RCSID("$NetBSD: t_strtod.c,v 1.32 2014/11/04 00:20:19 justin Exp $");
 
 #include <errno.h>
 #include <math.h>
@@ -41,7 +41,6 @@
 #include <string.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #if defined(__i386__) || defined(__amd64__) || defined(__sparc__)
 #include <fenv.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libc/sys/t_sigaction.c
--- a/tests/lib/libc/sys/t_sigaction.c  Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libc/sys/t_sigaction.c  Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sigaction.c,v 1.2 2012/11/07 16:51:16 pgoyette Exp $ */
+/* $NetBSD: t_sigaction.c,v 1.3 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2010\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_sigaction.c,v 1.2 2012/11/07 16:51:16 pgoyette Exp $");
+__RCSID("$NetBSD: t_sigaction.c,v 1.3 2014/11/04 00:20:19 justin Exp $");
 
 #include <sys/wait.h>
 
@@ -40,7 +40,6 @@
 #include <unistd.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include "../../../h_macros.h"
 
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libexecinfo/t_backtrace.c
--- a/tests/lib/libexecinfo/t_backtrace.c       Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libexecinfo/t_backtrace.c       Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $   */
+/*     $NetBSD: t_backtrace.c,v 1.16 2014/11/04 00:20:19 justin Exp $  */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,10 +29,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_backtrace.c,v 1.15 2014/05/01 03:46:11 joerg Exp $");
+__RCSID("$NetBSD: t_backtrace.c,v 1.16 2014/11/04 00:20:19 justin Exp $");
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libm/t_ldexp.c
--- a/tests/lib/libm/t_ldexp.c  Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libm/t_ldexp.c  Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ldexp.c,v 1.13 2014/03/12 21:40:07 martin Exp $ */
+/* $NetBSD: t_ldexp.c,v 1.14 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,12 +29,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ldexp.c,v 1.13 2014/03/12 21:40:07 martin Exp $");
+__RCSID("$NetBSD: t_ldexp.c,v 1.14 2014/11/04 00:20:19 justin Exp $");
 
 #include <sys/param.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <math.h>
 #include <limits.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libm/t_log.c
--- a/tests/lib/libm/t_log.c    Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libm/t_log.c    Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_log.c,v 1.11 2014/03/03 10:39:08 martin Exp $ */
+/* $NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,10 +29,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_log.c,v 1.11 2014/03/03 10:39:08 martin Exp $");
+__RCSID("$NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $");
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <math.h>
 #include <stdio.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libm/t_precision.c
--- a/tests/lib/libm/t_precision.c      Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libm/t_precision.c      Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_precision.c,v 1.1 2013/11/11 11:10:45 joerg Exp $ */
+/* $NetBSD: t_precision.c,v 1.2 2014/11/04 00:20:19 justin Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -29,10 +29,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_precision.c,v 1.1 2013/11/11 11:10:45 joerg Exp $");
+__RCSID("$NetBSD: t_precision.c,v 1.2 2014/11/04 00:20:19 justin Exp $");
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include <float.h>
 #include <stdlib.h>
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libpthread/t_mutex.c
--- a/tests/lib/libpthread/t_mutex.c    Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libpthread/t_mutex.c    Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mutex.c,v 1.6 2014/02/09 21:26:07 jmmv Exp $ */
+/* $NetBSD: t_mutex.c,v 1.7 2014/11/04 00:20:19 justin Exp $ */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2008\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_mutex.c,v 1.6 2014/02/09 21:26:07 jmmv Exp $");
+__RCSID("$NetBSD: t_mutex.c,v 1.7 2014/11/04 00:20:19 justin Exp $");
 
 #include <pthread.h>
 #include <stdio.h>
@@ -37,7 +37,6 @@
 #include <unistd.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include "h_common.h"
 
diff -r c05d545b2a75 -r 531e8317ac16 tests/lib/libpthread/t_sem.c
--- a/tests/lib/libpthread/t_sem.c      Mon Nov 03 20:16:50 2014 +0000
+++ b/tests/lib/libpthread/t_sem.c      Tue Nov 04 00:20:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sem.c,v 1.7 2012/03/09 19:46:37 joerg Exp $ */
+/* $NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $ */
 
 /*
  * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -86,7 +86,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2008, 2010\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_sem.c,v 1.7 2012/03/09 19:46:37 joerg Exp $");
+__RCSID("$NetBSD: t_sem.c,v 1.8 2014/11/04 00:20:19 justin Exp $");
 
 #include <errno.h>
 #include <fcntl.h>
@@ -99,7 +99,6 @@
 #include <unistd.h>
 
 #include <atf-c.h>
-#include <atf-c/config.h>
 
 #include "h_common.h"
 



Home | Main Index | Thread Index | Old Index