aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2016-12-23 13:46:56 -0500
committerCarlos O'Donell <carlos@redhat.com>2016-12-23 13:46:56 -0500
commit81e0662e5f2c342ffa413826b7b100d56677b613 (patch)
tree35dd21027a51c1714a57fb479809c0f36a071b68 /ChangeLog
parentb0a679f4fd5363809a972b697e8a0b1fc66fcbb1 (diff)
downloadglibc-81e0662e5f2c342ffa413826b7b100d56677b613.zip
glibc-81e0662e5f2c342ffa413826b7b100d56677b613.tar.gz
glibc-81e0662e5f2c342ffa413826b7b100d56677b613.tar.bz2
Fix failing pretty printer tests when CPPFLAGS has optimizations.
The value of CPPFLAGS provided by the environment may have optimizations that interfere with the pretty printer test requirements. To override such optimizations the pretty printer tests must also specify CPPFLAGS. The existing pretty printer tests are fixed and the README.pretty-printers is updated with the new requirement.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48ea5d8..0dd96f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2016-12-24 Carlos O'Donell <carlos@redhat.com>
+ * README.pretty-printers: Must specify CPPFLAGS-* also.
+ * nptl/Makefile (CPPFLAGS-test-mutexattr-printers.c): Define.
+ (CPPFLAGS-test-mutex-printers.c): Define.
+ (CPPFLAGS-test-condattr-printers.c): Define.
+ (CPPFLAGS-test-cond-printers.c): Define.
+ (CPPFLAGS-test-rwlockattr-printers.c): Define.
+ (CPPFLAGS-test-rwlock-printers.c): Define.
+
* nss/Makefile [ifeq (yes,$(have-thread-library))]
(tests): Add tst-cancel-getpwuid_r.
* nss/tst-cancel-getpwuid_r.c: New file.