This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 43257c335a Use TEST_COMPARE_STRING in recently added test new c3ec097256 Replace conformtest.pl with conformtest.py.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 21 + conform/GlibcConform.pm | 74 ---- conform/Makefile | 10 +- conform/conformtest.pl | 898 ------------------------------------------ conform/conformtest.py | 664 +++++++++++++++++++++++++++++++ conform/data/arpa/inet.h-data | 24 +- conform/data/fcntl.h-data | 2 +- conform/data/spawn.h-data | 4 +- conform/data/termios.h-data | 2 +- conform/data/wchar.h-data | 4 +- conform/glibcconform.py | 22 ++ 11 files changed, 730 insertions(+), 995 deletions(-) delete mode 100644 conform/GlibcConform.pm delete mode 100644 conform/conformtest.pl create mode 100644 conform/conformtest.py