From 0e1a9a695c59a10068fc9de556aabad5777c0f63 Mon Sep 17 00:00:00 2001 From: kettenis <> Date: Thu, 1 Aug 2013 21:26:30 +0000 Subject: Some tests are currently failing. Only run those if the REGRESS_FULL variable is set. --- src/regress/lib/libc/Makefile | 8 ++++++-- src/regress/lib/libc/locale/Makefile | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 0883af1ab3..016255e9dc 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile @@ -1,13 +1,17 @@ -# $OpenBSD: Makefile,v 1.36 2013/05/02 09:20:17 mpi Exp $ +# $OpenBSD: Makefile,v 1.37 2013/08/01 21:26:30 kettenis Exp $ SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env -SUBDIR+= fmemopen fnmatch fpclassify getaddrinfo getcap getopt_long glob +SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob SUBDIR+= hsearch longjmp locale malloc mkstemp netdb open_memstream SUBDIR+= orientation popen printf SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum SUBDIR+= telldir time vis +.if defined(REGRESS_FULL) +SUBDIR+= getaddrinfo +.endif + .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index c182172ba2..d6df7bf70d 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2005/08/11 21:57:02 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ +.if defined(REGRESS_FULL) SUBDIR+= check_isw +.endif install: -- cgit v1.2.3-55-g6feb