krb5 commit: Disable trace test comparison for now

Greg Hudson ghudson at MIT.EDU
Tue Jun 5 00:49:00 EDT 2012


https://github.com/krb5/krb5/commit/54239f5daa40d96309b4339c02e4ae5afb42714d
commit 54239f5daa40d96309b4339c02e4ae5afb42714d
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Jun 4 23:56:22 2012 -0400

    Disable trace test comparison for now
    
    The t_trace output isn't consistent from run to run.  To fix "make
    check", disable the comparison against the reference file until we can
    make the output consistent.

 src/lib/krb5/os/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index 7d07480..6d818e0 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -264,7 +264,8 @@ check-unix-trace:: t_trace
 	rm -f t_trace.out
 	KRB5_TRACE=t_trace.out ; export KRB5_TRACE ; \
 	$(KRB5_RUN_ENV) $(VALGRIND) ./t_trace
-	sed -e 's/^[^:]*: //' t_trace.out | cmp - $(srcdir)/t_trace.ref
+# Output is not consistent across runs; disable comparison until we can fix.
+#	sed -e 's/^[^:]*: //' t_trace.out | cmp - $(srcdir)/t_trace.ref
 	rm -f t_trace.out
 
 clean:: 


More information about the cvs-krb5 mailing list