Commit b92bd743 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Some test notes

parent 30ee1b09
# expected: reffail
"""
These tests only check url parsing for now.
We don't want to require the 'network' resource.
......
# expected: reffail
# - fails in interpreter due to keeping refcounts a bit too long
# - fails in interpreter due to keeping refcounts a bit too long (does manual sys.getrefcount checking)
"""Test the arraymodule.
Roger E. Masse
"""
......
# expected: reffail
# - negative ref
from DocXMLRPCServer import DocXMLRPCServer
import httplib
import sys
......
# expected: reffail
# - negative ref
import sys
import os
import unittest
......
# expected: reffail
# Written to test interrupted system calls interfering with our many buffered
# IO implementations. http://bugs.python.org/issue12268
#
......
# expected: reffail
'''
Tests for fileinput module.
Nick Mathewson
......
# expected: reffail
# Adapted from test_file.py by Daniel Stutzbach
from __future__ import unicode_literals
......
# expected: reffail
"""Test script for the gzip module.
"""
......
# expected: reffail
# - leaked refs
import unittest
from test import test_support
import operator
......
# 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: reffail
# - Some sort of segfault
"""Unit tests for memory-based file-like objects.
StringIO -- for unicode strings
BytesIO -- for bytes
......
# expected: reffail
import mimetypes
import StringIO
import unittest
......
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# test for xml.dom.minidom
import pickle
......
# expected: reffail
# - leaked refs
import parser
import unittest
import sys
......
# expected: reffail
# - negative ref
# Copyright (C) 2003 Python Software Foundation
import unittest
......
# expected: reffail
# - leaked refs
"Test posix functions"
from test import test_support
......
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# regression test for SAX 2.0 -*- coding: utf-8 -*-
# $Id$
......
# expected: reffail
# - leaked refs, some test failures?
# Copyright (C) 2003 Python Software Foundation
import unittest
......
# expected: reffail
import unittest
from test import test_support
from contextlib import closing
......
# expected: reffail
# Test the support for SSL and sockets
import sys
......
# expected: reffail
# - unknown segfault
import unittest, string
from test import test_support, string_tests
from UserList import UserList
......
# expected: reffail
# - unknown segfault
import unittest
from test import test_support
......
# expected: reffail
# - unknown unwinding issue
import socket
import telnetlib
import time
......
# expected: fail
# This is a variant of the very old (early 90's) file
# Demo/threads/bug.py. It simply provokes a number of threads into
# trying to import the same module "at the same time".
......
# expected: reffail
# - unknown unwinding issue
from test import test_support, seq_tests
import gc
......
# expected: fail
# Tests universal newline support for both reading and parsing files.
# NOTE: this file tests the new `io` library backported from Python 3.x.
......
# expected: reffail
# - unknown segfault
doctests = """
Unpack tuple
......
# expected: reffail
import urlparse
import urllib2
import BaseHTTPServer
......
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# XXX TypeErrors on calling handlers, or on bad return values from a
# handler, are obscure and unhelpful.
......
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