aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2017-07-17 15:50:43 -0400
committerDJ Delorie <dj@delorie.com>2017-07-17 15:52:44 -0400
commitae5c498d93d049d9574d3f8f18e62cac64cbdf5c (patch)
tree986e51e120bd42c02fe2ee5a4b04ca13951600e3 /ChangeLog
parent48145e1c7dabaeab7ad8346d14f910cdeb6bc910 (diff)
downloadglibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.tar
glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.tar.gz
glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.tar.bz2
glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.zip
Extend NSS test suite
* nss/nss_test.h: New. * nss/nss_test1.h: Rewrite to use test-provided data. Add group tests. Parameterize to allow multiple instances. * nss/nss_test2.h: New. Second instance. * nss/nss_test.ver: New. * nss/nss_test1.c: Update to use new framework. * nss/nss_test2.c: New. * nss/nss_test3.c: New. * nss/nss_test4.c: New. * nss/nss_test5.c: New. * nss/Makefile: Build new tests. * shlib-versions: Add libnss_test2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1accc21fb5..1195de4701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2017-07-17 DJ Delorie <dj@redhat.com>
+
+ * nss/nss_test.h: New.
+ * nss/nss_test1.h: Rewrite to use test-provided data. Add group
+ tests. Parameterize to allow multiple instances.
+ * nss/nss_test2.h: New. Second instance.
+ * nss/nss_test.ver: New.
+ * nss/nss_test1.c: Update to use new framework.
+ * nss/nss_test2.c: New.
+ * nss/nss_test3.c: New.
+ * nss/nss_test4.c: New.
+ * nss/nss_test5.c: New.
+ * nss/Makefile: Build new tests.
+ * shlib-versions: Add libnss_test2.
+
2017-07-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
[BZ #21512]