about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-05 10:23:58 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-05 10:23:58 -0700
commit1d1b34df90b1c20ed0c56162e31e912c5b931af2 (patch)
tree41b673fe797c831744c2eca070c6be43ca1fdbe4 /nptl/ChangeLog
parentbb859b06ddb311005266c3576bc46b1fe751d8d3 (diff)
downloadglibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.tar.gz
glibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.tar.xz
glibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.zip
Add test cases for BZ #14557
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 23b77531ce..78b1b9354f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,18 @@
+2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14557]
+	* Makefile (tests-static): Add tst-cancel24-static,
+	tst-cond8-static tst-mutex8-static, tst-mutexpi8-static,
+	tst-sem11-static and tst-sem12-static.
+	(tests): Likewise.
+	(LDLIBS-tst-cancel24-static): New macro.
+	* tst-cancel24-static.cc: New file.
+	* tst-cond8-static.c: Likewise.
+	* tst-mutex8-static.c: Likewise.
+	* tst-mutexpi8-static.c: Likewise.
+	* tst-sem11-static.c: Likewise.
+	* tst-sem12-static.c: Likewise.
+
 2012-10-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #14417]