diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-05-19 14:35:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-05-19 14:35:41 +0000 |
commit | 4c9695fa8eff5072d319adf8eab35329172394d1 (patch) | |
tree | a5e04c42f0245c19a3a1fd66b5a98fc40e43527a /ChangeLog | |
parent | b3d7eaf10a604786aa19c64b4a56303c821c46a1 (diff) | |
download | glibc-4c9695fa8eff5072d319adf8eab35329172394d1.tar glibc-4c9695fa8eff5072d319adf8eab35329172394d1.tar.gz glibc-4c9695fa8eff5072d319adf8eab35329172394d1.tar.bz2 glibc-4c9695fa8eff5072d319adf8eab35329172394d1.zip |
conformtest: Correct search.h expectations for XPG3.
This patch corrects some conformtest expectations for search.h for
XPG3.
Tested for x86_64 and x86.
* conform/data/search.h-data (insque): Do not expect for [XPG3].
(remque): Likewise.
* conform/Makefile (test-xfail-XPG3/search.h/conform): Remove
variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2016-05-19 Joseph Myers <joseph@codesourcery.com> + + * conform/data/search.h-data (insque): Do not expect for [XPG3]. + (remque): Likewise. + * conform/Makefile (test-xfail-XPG3/search.h/conform): Remove + variable. + 2016-05-18 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc: Update comment not to refer to signs of NaNs |