]> eyrie.org Git - kerberos/krb5-sync.git/commit
Update to rra-c-util 5.8 and C TAP Harness 3.3
authorRuss Allbery <eagle@eyrie.org>
Wed, 19 Aug 2015 02:55:54 +0000 (19:55 -0700)
committerRuss Allbery <eagle@eyrie.org>
Wed, 19 Aug 2015 03:00:41 +0000 (20:00 -0700)
commit531cdbab45a87eee3ee98b6ad187c2962f50fca5
tree010ff71c67fee1a16a32761b8139bf86dd9e35fb
parent0bb82d59d7733657c724fb4698153cf8ec304c25
Update to rra-c-util 5.8 and C TAP Harness 3.3

Update to rra-c-util 5.8:

* Support the Solaris 10 embedded Kerberos implementation.
* Use calloc or reallocarray instead of malloc.
* Fix compilation with a C++ compiler.

Update to C TAP Harness 3.3:

* Display verbose test results with -v or C_TAP_VERBOSE.
* Reopen standard input to /dev/null when running a test list.
* Don't leak extraneous file descriptors to tests.
48 files changed:
.gitignore
Makefile.am
NEWS
configure.ac
m4/krb5.m4
portable/asprintf.c
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/mkstemp.c [new file with mode: 0644]
portable/reallocarray.c [new file with mode: 0644]
portable/snprintf.c
portable/system.h
tests/TESTS
tests/data/valgrind.supp
tests/docs/pod-spelling-t
tests/docs/pod-t
tests/perl/critic-t
tests/perl/minimum-version-t
tests/perl/strict-t
tests/portable/asprintf-t.c
tests/portable/mkstemp-t.c [new file with mode: 0644]
tests/portable/mkstemp.c [new file with mode: 0644]
tests/portable/reallocarray-t.c [new file with mode: 0644]
tests/portable/reallocarray.c [new file with mode: 0644]
tests/portable/snprintf-t.c
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/macros.h
tests/tap/messages.c
tests/tap/perl/Test/RRA.pm
tests/tap/perl/Test/RRA/Automake.pm
tests/tap/perl/Test/RRA/Config.pm
tests/tap/process.c
tests/tap/process.h
tests/tap/string.h
tests/util/messages-krb5-t.c
tests/util/messages-t.c
tests/util/xmalloc-t
tests/util/xmalloc.c
util/macros.h
util/messages.c
util/messages.h
util/xmalloc.c
util/xmalloc.h