Kaydet (Commit) 7ebd1f84 authored tarafından Neal Norwitz's avatar Neal Norwitz

Add some notes about a couple of poorly behaved tests

üst 0f77da36
...@@ -24,6 +24,12 @@ You may need to run the tests in batches under Valgrind to keep ...@@ -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 the memory usage down to allow the tests to complete. It seems to take
about 5 times longer to run --without-pymalloc. 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: Details:
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment