summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-29 17:51:59 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-02 08:36:48 +0000
commitdb8c9f81876e2b920a7143a33bade7cd2ffb5036 (patch)
tree37126ccb3c074adbde010d018464cd609029e427
parentcd591537f3f60eb73f758b3683684cb510cb2ebe (diff)
downloadlibguestfs-db8c9f81876e2b920a7143a33bade7cd2ffb5036.tar.gz
libguestfs-db8c9f81876e2b920a7143a33bade7cd2ffb5036.tar.xz
libguestfs-db8c9f81876e2b920a7143a33bade7cd2ffb5036.zip
extra tests: Add comments about what is not tested here.
(cherry picked from commit efef3e3c1205e5476044f41fb88385e3ba07468d)
-rw-r--r--extratests/Makefile.am33
1 files changed, 25 insertions, 8 deletions
diff --git a/extratests/Makefile.am b/extratests/Makefile.am
index 9c344136..e330e5cb 100644
--- a/extratests/Makefile.am
+++ b/extratests/Makefile.am
@@ -24,6 +24,31 @@
# - 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
@@ -112,14 +137,6 @@ test-resize:
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