Commit 8504ca49 authored by Kevin Modzelewski's avatar Kevin Modzelewski

These two tests are working with refcounting

They were both failing on master:
- test_dumbdbm was failing in a test case that writes out some data to a database,
  closes it, then reopens the db and expects to be able to read the data.
- test_memoryview expected some weakrefs to get cleared at the right time.

test_socket.py appears to "pass" -- it exits with code 0, but it spams a bunch of
error messages from other threads.
parent 08b0c3f7
# expected: fail
"""Test script for the dumbdbm module
Original by Roger E. Masse
"""
......
# expected: fail
"""Unit tests for the memoryview
XXX We need more tests! Some tests are in test_bytes
......
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