]> granicus.if.org Git - python/commitdiff
Add some notes about a couple of poorly behaved tests
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Apr 2006 01:49:14 +0000 (01:49 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Apr 2006 01:49:14 +0000 (01:49 +0000)
Misc/README.valgrind

index 157bdc3ca3a1680e78f3e8496e03249e9c27d057..b5a9a32e1dfcecdda15373ebb3ee770078bfce2a 100644 (file)
@@ -24,6 +24,12 @@ You may need to run the tests in batches under Valgrind to keep
 the memory usage down to allow the tests to complete.  It seems to take
 about 5 times longer to run --without-pymalloc.
 
+Apr 15, 2006:
+  test_ctypes causes Valgrind 3.1.1 to fail (crash).
+  test_socket_ssl should be skipped when running valgrind.
+       The reason is that it purposely uses uninitialized memory.
+       This causes many spurious warnings, so it's easier to just skip it.
+
 
 Details:
 --------