Author: dcreager
Date: Fri Feb 25 21:15:49 2011
New Revision: 1074702
URL: http://svn.apache.org/viewvc?rev=1074702&view=rev
Log:
AVRO-766. C: Skip valgrind check for now
AVRO-766 describes a memory leak bug with recursive schemas. Until we
commit a fix to this bug, we're going to turn off the valgrind tests in
our test suite. We'll turn this back on once we have a fix for the
memory leak.
Modified:
avro/trunk/lang/c/tests/Makefile.am
Modified: avro/trunk/lang/c/tests/Makefile.am
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/c/tests/Makefile.am?rev=1074702&r1=1074701&r2=1074702&view=diff
==============================================================================
--- avro/trunk/lang/c/tests/Makefile.am (original)
+++ avro/trunk/lang/c/tests/Makefile.am Fri Feb 25 21:15:49 2011
@@ -29,4 +29,6 @@ generate_interop_data_LDADD=$(test_LDADD
test_interop_data_SOURCES=test_interop_data.c
test_interop_data_LDADD=$(test_LDADD)
-TESTS=$(check_PROGRAMS) test_valgrind
+# Skip the valgrind test for now; we'll turn this back on once we commit
+# a fix for AVRO-766.
+#TESTS=$(check_PROGRAMS) test_valgrind