History log of /netbsd-src/tests/lib/libc/Makefile (Results 1 – 25 of 52)
Revision Date Author Comments
# 726aa68a 29-Apr-2022 pgoyette <pgoyette@NetBSD.org>

Add a new test for PR kern/56713 and set to expected_failure for now.


# d4961618 08-Apr-2022 riastradh <riastradh@NetBSD.org>

membar_ops(3): Add some automatic tests.

These tests run two threads for five seconds each to try to trigger
races in the event of broken memory barriers. They run only on
machines with at least tw

membar_ops(3): Add some automatic tests.

These tests run two threads for five seconds each to try to trigger
races in the event of broken memory barriers. They run only on
machines with at least two CPUs; on uniprocessor systems there's no
point -- the membars can correctly just be (instruction barrier)
no-ops.

show more ...


# 5fb02e28 08-Mar-2020 mgorny <mgorny@NetBSD.org>

Add tests for missing libc catalog entries


# ecae8bc5 17-Feb-2019 isaki <isaki@NetBSD.org>

Add ATF tests for atomic_ops(3).


# 928317f5 03-Aug-2018 kamil <kamil@NetBSD.org>

Register micro-UBSan ATF tests in the distribution

Populate distrib files, mtree lists and add the entry in Makefile to
include the new code.


# a2ebafbf 17-Feb-2014 martin <martin@NetBSD.org>

Add a link-time test for __sync_* primitives (see PR 48368) - this
will allow us to notice missing functions during the build, instead
of when compiling arbitrary pkgsrc stuff later.


# 1f1bab53 27-Jan-2013 christos <christos@NetBSD.org>

rename the only use of HAS_SSP in the tree to HAVE_SSP.


# f564ab2a 26-Jan-2013 christos <christos@NetBSD.org>

Don't include bsd.sys.mk; like sys.mk it is supposed to be used only
internally.


# a76c1cc1 18-Nov-2012 manu <manu@NetBSD.org>

Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat

Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).

Also implement O_SEARCH for openat(2)

Still missing:
- some flags for openat(2)
- fexecve(2) implementation

show more ...


# fe9380cf 27-Sep-2012 joerg <joerg@NetBSD.org>

Add regression test for cdbr(3) and cdbw(3).


# 6337efd6 19-Sep-2011 jruoho <jruoho@NetBSD.org>

Remove ieeefp subdirectory.


# 2a18cea9 11-Jun-2011 christos <christos@NetBSD.org>

Turn warns on for all tests and fix all the bugs.


# 70048625 01-May-2011 jruoho <jruoho@NetBSD.org>

Add the new 'termios' subdirectory.


# 324074b9 09-Apr-2011 pgoyette <pgoyette@NetBSD.org>

atf-ify the various locale tests


# aad59997 09-Mar-2011 joerg <joerg@NetBSD.org>

Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
_rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to
setup the thread private area of all new threads. ld.e

Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
_rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to
setup the thread private area of all new threads. ld.elf_so is
responsible for setting up the private area for the initial thread.
Similar functions are called from _libc_init for static binaries, using
dl_iterate_phdr to access the ELF Program Header.

Add test cases to exercise the different TLS storage models. Test cases
are compiled and installed on all platforms, but are skipped on
platforms not marked for TLS support.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.

It is inspired by the TLS support in FreeBSD by Doug Rabson and the
clean ups of the DragonFly port of the original FreeBSD modifications.

show more ...


# 7a60df32 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Moving t_hsearch - belongs in stdlib/


# 4eb3e852 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Another test moving: lib/libc/t_inet --> lib/libc/inet/t_inet_network


# c15f77f1 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Last one for today: move t_ptm test from lib/libc/ to lib/libc/ttyio/


# 1c807dbe 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Continuing the (re)organization of the lib/libc atf regression tests


# 374d5969 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

The nsdispatch test belongs in libc/net and not in libc


# 004608e4 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Move t_mktime and t_strptime to their own ..../time/ subdirectory.

(Concurrence from christos@)


# 6fdb369d 12-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Put the atexit test where it belongs - in libc/stdlib/


# 2517c83d 12-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Move the servent and protoent tests to src/tests/lib/libc/net/ (where
they should have gone initially).


# 01a7ddb2 12-Jan-2011 pgoyette <pgoyette@NetBSD.org>

By request, put the getaddrinfo test in tests/lib/libc/net/


# c177834a 11-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Atf-ify the getaddrinfo test, with updated "golden" output files.


123