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