Commit 61b2566d authored by Kevin Modzelewski's avatar Kevin Modzelewski

Update test notes

parent 24fc085f
# expected: reffail
# - fails in interpreter due to keeping refcounts a bit too long (does manual sys.getrefcount checking)
"""Test the arraymodule.
Roger E. Masse
"""
......
# expected: reffail
import unittest, doctest, operator
import inspect
from test import test_support
......
# expected: reffail
# - takes too long; leaks refs
# Copyright (c) 2004 Python Software Foundation.
# All rights reserved.
......
# expected: reffail
# - negative ref
# Copyright 2001-2013 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
......
# expected: fail
# As a test suite for the os module, this is woefully inadequate, but this
# does add tests for a few functions which have been determined to be more
# portable than they had been thought to be.
......
# expected: reffail
from test.test_support import verbose, run_unittest, import_module
from test.test_support import precisionbigmemtest, _2G, cpython_only
from test.test_support import captured_stdout
......
# expected: reffail
# - generator abandonment
# - unknown segfault
import unittest
from test import test_support
import gc
......
# expected: reffail
# - unknown unwinding issue
import socket
import telnetlib
import time
......
# expected: reffail
# - unknown unwinding issue
from test import test_support, seq_tests
import gc
......
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