extra tests: Add comments about what is not tested here.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Nov 2011 17:51:59 +0000 (17:51 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Nov 2011 17:52:46 +0000 (17:52 +0000)
extratests/Makefile.am

index b055d65..bf6b3f9 100644 (file)
 #   - valgrind
 #
 # These tests may fail for reasons which aren't necessarily real problems.
 #   - valgrind
 #
 # These tests may fail for reasons which aren't necessarily real problems.
+#
+# XXX Not tested:
+#
+# ../clone/virt-sysprep
+#   - hard to test because it's a shell script
+#
+# ../edit/virt-edit
+#
+# Perl bindings
+# ../edit/virt-edit -e
+# ../tools/virt-win-reg (Perl)
+# ../tools/virt-make-fs (Perl)
+#   - hard because Perl doesn't cooperate by freeing memory
+#
+# Python bindings
+#   - as for Perl
+#
+# Ruby bindings
+#   - these look feasible to test using valgrind
+#
+# Java bindings
+#
+# ../fuse/guestmount
+#   - hard to test because guestmount forks into the background, and
+#     if valgrind reports errors it doesn't stop the test shell script
 
 EXTRA_DIST = suppressions
 
 
 EXTRA_DIST = suppressions
 
@@ -113,14 +138,6 @@ test-resize:
 test-sparsify:
        $(MAKE) -C ../sparsify VG="$(VG)" check
 
 test-sparsify:
        $(MAKE) -C ../sparsify VG="$(VG)" check
 
-# XXX Not tested:
-# ../clone/virt-sysprep
-# ../edit/virt-edit
-# ../edit/virt-edit -e
-# ../fuse/guestmount
-# ../tools/virt-win-reg (Perl)
-# ../tools/virt-make-fs (Perl)
-
 # Run capitests under valgrind.
 test-capitests:
        $(MAKE) -C ../capitests VG="$(RUN_VG)" check
 # Run capitests under valgrind.
 test-capitests:
        $(MAKE) -C ../capitests VG="$(RUN_VG)" check