Commit 8daa8537 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Annotate the files that are failing

parent e2e8a9f9
# expected: fail
from test.test_support import run_unittest from test.test_support import run_unittest
from _locale import (setlocale, LC_NUMERIC, localeconv, Error) from _locale import (setlocale, LC_NUMERIC, localeconv, Error)
try: try:
......
# expected: fail
# Copyright (C) 2003 Python Software Foundation # Copyright (C) 2003 Python Software Foundation
import unittest import unittest
......
# expected: fail
from test.test_support import (findfile, TESTFN, unlink, captured_stdout, from test.test_support import (findfile, TESTFN, unlink, captured_stdout,
run_unittest) run_unittest)
import unittest import unittest
......
# expected: fail
"""Whimpy test script for the al module """Whimpy test script for the al module
Roger E. Masse Roger E. Masse
""" """
......
# expected: fail
# Copyright (C) 2003 Python Software Foundation # Copyright (C) 2003 Python Software Foundation
import unittest import unittest
......
# expected: fail
# Author: Steven J. Bethard <steven.bethard@gmail.com>. # Author: Steven J. Bethard <steven.bethard@gmail.com>.
import codecs import codecs
......
# expected: fail
"""Test the arraymodule. """Test the arraymodule.
Roger E. Masse Roger E. Masse
""" """
......
# expected: fail
# PyOS_ascii_formatd is deprecated and not called from anywhere in # PyOS_ascii_formatd is deprecated and not called from anywhere in
# Python itself. So this module is the only place it gets tested. # Python itself. So this module is the only place it gets tested.
# Test that it works, and test that it's deprecated. # Test that it works, and test that it's deprecated.
......
# expected: fail
import sys, itertools, unittest import sys, itertools, unittest
from test import test_support from test import test_support
import ast import ast
......
# expected: fail
# test asynchat # test asynchat
import asyncore, asynchat, socket, time import asyncore, asynchat, socket, time
......
# expected: fail
import asyncore import asyncore
import unittest import unittest
import select import select
......
# expected: fail
import sys import sys
import unittest import unittest
import StringIO import StringIO
......
# expected: fail
import audioop import audioop
import sys import sys
import unittest import unittest
......
# expected: fail
import unittest import unittest
from test import test_support from test import test_support
import base64 import base64
......
# expected: fail
from test import test_support from test import test_support
from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
......
# expected: fail
"""Test script for the bsddb C module by Roger E. Masse """Test script for the bsddb C module by Roger E. Masse
Adapted to unittest format and expanded scope by Raymond Hettinger Adapted to unittest format and expanded scope by Raymond Hettinger
""" """
......
# expected: fail
"""Tests for the bsddb185 module. """Tests for the bsddb185 module.
The file 185test.db found in Lib/test/ is for testing purposes with this The file 185test.db found in Lib/test/ is for testing purposes with this
......
# expected: fail
# Test driver for bsddb package. # Test driver for bsddb package.
""" """
Run all test cases. Run all test cases.
......
# expected: fail
from test import test_support from test import test_support
from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
......
# expected: fail
# Run the _testcapi module tests (tests for the Python/C API): by defn, # Run the _testcapi module tests (tests for the Python/C API): by defn,
# these are all functions _testcapi exports whose name begins with 'test_'. # these are all functions _testcapi exports whose name begins with 'test_'.
......
# expected: fail
"""Whimpy test script for the cd module """Whimpy test script for the cd module
Roger E. Masse Roger E. Masse
""" """
......
# expected: fail
import ConfigParser import ConfigParser
import StringIO import StringIO
import os import os
......
# expected: fail
from test.test_support import run_unittest, check_warnings from test.test_support import run_unittest, check_warnings
import cgi import cgi
import os import os
......
# expected: fail
"""Whimpy test script for the cl module """Whimpy test script for the cl module
Roger E. Masse Roger E. Masse
""" """
......
# expected: fail
from test.test_support import run_unittest from test.test_support import run_unittest
from test.test_math import parse_testfile, test_file from test.test_math import parse_testfile, test_file
import unittest import unittest
......
# expected: fail
# Tests invocation of the interpreter with various command line arguments # Tests invocation of the interpreter with various command line arguments
# All tests are executed with environment variables ignored # All tests are executed with environment variables ignored
# See test_cmd_line_script.py for testing of script execution # See test_cmd_line_script.py for testing of script execution
......
# expected: fail
# Tests command line execution of scripts # Tests command line execution of scripts
import unittest import unittest
......
# expected: fail
"""This module includes tests of the code object representation. """This module includes tests of the code object representation.
>>> def f(x): >>> def f(x):
......
# expected: fail
# #
# test_codecencodings_cn.py # test_codecencodings_cn.py
# Codec encoding tests for PRC encodings. # Codec encoding tests for PRC encodings.
......
# expected: fail
# #
# test_codecencodings_hk.py # test_codecencodings_hk.py
# Codec encoding tests for HongKong encodings. # Codec encoding tests for HongKong encodings.
......
# expected: fail
# Codec encoding tests for ISO 2022 encodings. # Codec encoding tests for ISO 2022 encodings.
from test import test_support from test import test_support
......
# expected: fail
# #
# test_codecencodings_jp.py # test_codecencodings_jp.py
# Codec encoding tests for Japanese encodings. # Codec encoding tests for Japanese encodings.
......
# expected: fail
# #
# test_codecencodings_kr.py # test_codecencodings_kr.py
# Codec encoding tests for ROK encodings. # Codec encoding tests for ROK encodings.
......
# expected: fail
# #
# test_codecencodings_tw.py # test_codecencodings_tw.py
# Codec encoding tests for ROC encodings. # Codec encoding tests for ROC encodings.
......
# expected: fail
# #
# test_codecmaps_cn.py # test_codecmaps_cn.py
# Codec mapping tests for PRC encodings # Codec mapping tests for PRC encodings
......
# expected: fail
# #
# test_codecmaps_hk.py # test_codecmaps_hk.py
# Codec mapping tests for HongKong encodings # Codec mapping tests for HongKong encodings
......
# expected: fail
# #
# test_codecmaps_jp.py # test_codecmaps_jp.py
# Codec mapping tests for Japanese encodings # Codec mapping tests for Japanese encodings
......
# expected: fail
# #
# test_codecmaps_kr.py # test_codecmaps_kr.py
# Codec mapping tests for ROK encodings # Codec mapping tests for ROK encodings
......
# expected: fail
# #
# test_codecmaps_tw.py # test_codecmaps_tw.py
# Codec mapping tests for ROC encodings # Codec mapping tests for ROC encodings
......
# expected: fail
from test import test_support from test import test_support
import unittest import unittest
import codecs import codecs
......
# expected: fail
""" """
Test cases for codeop.py Test cases for codeop.py
Nick Mathewson Nick Mathewson
......
# expected: fail
import test.test_support, unittest import test.test_support, unittest
import os import os
......
# expected: fail
import unittest import unittest
import sys import sys
import _ast import _ast
......
# expected: fail
import compileall import compileall
import imp import imp
import os import os
......
# expected: fail
import test.test_support import test.test_support
compiler = test.test_support.import_module('compiler', deprecated=True) compiler = test.test_support.import_module('compiler', deprecated=True)
from compiler.ast import flatten from compiler.ast import flatten
......
# expected: fail
"""Unit tests for contextlib.py, and other context managers.""" """Unit tests for contextlib.py, and other context managers."""
import sys import sys
......
# expected: fail
# Simple test suite for Cookie.py # Simple test suite for Cookie.py
from test.test_support import run_unittest, run_doctest, check_warnings from test.test_support import run_unittest, run_doctest, check_warnings
......
# expected: fail
"""Unit tests for the copy module.""" """Unit tests for the copy module."""
import copy import copy
......
# expected: fail
import cPickle import cPickle
import cStringIO import cStringIO
import io import io
......
# expected: fail
"""Test suite for the cProfile module.""" """Test suite for the cProfile module."""
import sys import sys
......
# expected: fail
from test import test_support from test import test_support
import unittest import unittest
......
# expected: fail
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
# Copyright (C) 2001,2002 Python Software Foundation # Copyright (C) 2001,2002 Python Software Foundation
# csv package unit tests # csv package unit tests
......
# expected: fail
import unittest import unittest
from test.test_support import run_unittest, import_module from test.test_support import run_unittest, import_module
......
# expected: fail
# #
# Test script for the curses module # Test script for the curses module
# #
......
# expected: fail
from test import test_support from test import test_support
import unittest import unittest
dbm = test_support.import_module('dbm') dbm = test_support.import_module('dbm')
......
# expected: fail
import difflib import difflib
from test.test_support import run_unittest, findfile from test.test_support import run_unittest, findfile
import unittest import unittest
......
# expected: fail
# Minimal tests for dis module # Minimal tests for dis module
from test.test_support import run_unittest from test.test_support import run_unittest
......
# expected: fail
"""Tests for distutils. """Tests for distutils.
The tests for distutils are defined in the distutils.tests package; The tests for distutils are defined in the distutils.tests package;
......
# expected: fail
"""Test dlmodule.c """Test dlmodule.c
Roger E. Masse revised strategy by Barry Warsaw Roger E. Masse revised strategy by Barry Warsaw
""" """
......
# expected: fail
from DocXMLRPCServer import DocXMLRPCServer from DocXMLRPCServer import DocXMLRPCServer
import httplib import httplib
import sys import sys
......
# expected: fail
"""Test script for the dumbdbm module """Test script for the dumbdbm module
Original by Roger E. Masse Original by Roger E. Masse
""" """
......
# expected: fail
# Copyright (C) 2001,2002 Python Software Foundation # Copyright (C) 2001,2002 Python Software Foundation
# email package unit tests # email package unit tests
......
# expected: fail
# Copyright (C) 2002 Python Software Foundation # Copyright (C) 2002 Python Software Foundation
# email package unit tests for (optional) Asian codecs # email package unit tests for (optional) Asian codecs
......
# expected: fail
# Copyright (C) 2001-2006 Python Software Foundation # Copyright (C) 2001-2006 Python Software Foundation
# email package unit tests # email package unit tests
......
# expected: fail
"""test script for a few new invalid token catches""" """test script for a few new invalid token catches"""
import unittest import unittest
......
# expected: fail
# Adapted from test_file.py by Daniel Stutzbach # Adapted from test_file.py by Daniel Stutzbach
from __future__ import unicode_literals from __future__ import unicode_literals
......
# expected: fail
"""This test checks for correct fork() behavior. """This test checks for correct fork() behavior.
""" """
......
# expected: fail
"""Tests for Lib/fractions.py.""" """Tests for Lib/fractions.py."""
from decimal import Decimal from decimal import Decimal
......
# expected: fail
# Test the frozen module defined in frozen.c. # Test the frozen module defined in frozen.c.
from test.test_support import captured_stdout, run_unittest from test.test_support import captured_stdout, run_unittest
......
# expected: fail
"""Test script for ftplib module.""" """Test script for ftplib module."""
# Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS # Modified by Giampaolo Rodola' to test FTP class, IPv6 and TLS
......
# expected: fail
# Test various flavors of legal and illegal future statements # Test various flavors of legal and illegal future statements
import unittest import unittest
......
# expected: fail
# Check that multiple features can be enabled. # Check that multiple features can be enabled.
from __future__ import unicode_literals, print_function from __future__ import unicode_literals, print_function
......
# expected: fail
import unittest import unittest
from test.test_support import verbose, run_unittest from test.test_support import verbose, run_unittest
import sys import sys
......
# expected: fail
# Verify that gdb can pretty-print the various PyObject* types # Verify that gdb can pretty-print the various PyObject* types
# #
# The code for testing gdb was adapted from similar work in Unladen Swallow's # The code for testing gdb was adapted from similar work in Unladen Swallow's
......
# expected: fail
import unittest import unittest
import os import os
from test.test_support import TESTFN, run_unittest, unlink, import_module from test.test_support import TESTFN, run_unittest, unlink, import_module
......
# expected: fail
import unittest import unittest
from test import test_support from test import test_support
# Skip this test if the _testcapi module isn't available. # Skip this test if the _testcapi module isn't available.
......
# expected: fail
"""Very simple test script for the SGI gl library extension module """Very simple test script for the SGI gl library extension module
taken mostly from the documentation. taken mostly from the documentation.
Roger E. Masse Roger E. Masse
......
# expected: fail
# Test hashlib module # Test hashlib module
# #
# $Id$ # $Id$
......
# expected: fail
"""Unittests for heapq.""" """Unittests for heapq."""
import sys import sys
......
# expected: fail
import os import os
import pprint import pprint
import unittest import unittest
......
# expected: fail
import httplib import httplib
import array import array
import httplib import httplib
......
# expected: fail
"""Unittests for the various HTTPServer modules. """Unittests for the various HTTPServer modules.
Written by Cody A.W. Somerville <cody-somerville@ubuntu.com>, Written by Cody A.W. Somerville <cody-somerville@ubuntu.com>,
......
# expected: fail
import unittest import unittest
from test import test_support as support from test import test_support as support
from test.test_support import import_module from test.test_support import import_module
......
# expected: fail
"""Test script for the imageop module. This has the side """Test script for the imageop module. This has the side
effect of partially testing the imgfile module as well. effect of partially testing the imgfile module as well.
Roger E. Masse Roger E. Masse
......
# expected: fail
from test import test_support as support from test import test_support as support
# If we end up with a significant number of tests that don't require # If we end up with a significant number of tests that don't require
# threading, this test module should be split. Right now we skip # threading, this test module should be split. Right now we skip
......
# expected: fail
"""Simple test script for imgfile.c """Simple test script for imgfile.c
Roger E. Masse Roger E. Masse
""" """
......
# expected: fail
import imp import imp
import unittest import unittest
from test import test_support from test import test_support
......
# expected: fail
import errno import errno
import imp import imp
import marshal import marshal
......
# expected: fail
import sys import sys
import imp import imp
import os import os
......
# expected: fail
import re import re
import sys import sys
import types import types
......
# expected: fail
""" """
Tests for kqueue wrapper. Tests for kqueue wrapper.
""" """
......
# expected: fail
# Skipping test_parser and test_all_fixers # Skipping test_parser and test_all_fixers
# because of running # because of running
from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor, from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
......
# expected: fail
from test import test_support from test import test_support
test_support.requires('audio') test_support.requires('audio')
......
# expected: fail
from test.test_support import run_unittest, verbose from test.test_support import run_unittest, verbose
import unittest import unittest
import locale import locale
......
# expected: fail
from __future__ import division from __future__ import division
# When true division is the default, get rid of this and add it to # When true division is the default, get rid of this and add it to
# test_long.py instead. In the meantime, it's too obscure to try to # test_long.py instead. In the meantime, it's too obscure to try to
......
# expected: fail
import unittest import unittest
from test import test_support from test import test_support
......
# expected: fail
import unittest import unittest
from test import test_support from test import test_support
import os import os
......
# expected: fail
# Copyright (C) 2003 Python Software Foundation # Copyright (C) 2003 Python Software Foundation
import unittest import unittest
......
# expected: fail
import os import os
import sys import sys
import time import time
......
# expected: fail
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
from test import test_support from test import test_support
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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