Commit 6deb9004 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #987 from kmod/cpython_tests

These cpython tests are passing now
parents 013d46eb 1d1508ff
# expected: fail
from DocXMLRPCServer import DocXMLRPCServer from DocXMLRPCServer import DocXMLRPCServer
import httplib import httplib
import sys import sys
......
# expected: fail
# Test hashlib module # Test hashlib module
# #
# $Id$ # $Id$
......
# expected: fail
# Test case for the os.poll() function # Test case for the os.poll() function
import os import os
......
# expected: fail # skip-if: True
# - This test passes but takes an extremely long time in debug mode
''' '''
Test cases for pyclbr.py Test cases for pyclbr.py
Nick Mathewson Nick Mathewson
......
# expected: fail
""" """
Very minimal unittests for parts of the readline module. Very minimal unittests for parts of the readline module.
......
# expected: fail
import asyncore import asyncore
import email.utils import email.utils
import socket import socket
......
# expected: fail
""" """
Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile) Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
in each of NUM_THREADS threads, recording the number of successes and in each of NUM_THREADS threads, recording the number of successes and
......
...@@ -23,7 +23,7 @@ test_aifc Unsupported subclassing from file? ...@@ -23,7 +23,7 @@ test_aifc Unsupported subclassing from file?
test_al No module named al test_al No module named al
test_applesingle Not really a failure, but it tries to skip itself and we don't support that test_applesingle Not really a failure, but it tries to skip itself and we don't support that
test_argparse [unknown] test_argparse [unknown]
test_ascii_formattd [unknown] test_ascii_formatd segfault in ctypes (but only on CI)
test_ast [unknown] test_ast [unknown]
test_asynchat [unknown] test_asynchat [unknown]
test_asyncore [unknown] test_asyncore [unknown]
...@@ -88,7 +88,6 @@ test_distutils [unknown] ...@@ -88,7 +88,6 @@ test_distutils [unknown]
test_dis [unknown] test_dis [unknown]
test_dl [unknown] test_dl [unknown]
test_doctest hard to know. also missing some input files test_doctest hard to know. also missing some input files
test_docxmlrpc [unknown]
test_dumbdbm [unknown] test_dumbdbm [unknown]
test_email_codecs [unknown] test_email_codecs [unknown]
test_email_renamed [unknown] test_email_renamed [unknown]
...@@ -118,7 +117,6 @@ test_getargs2 [unknown] ...@@ -118,7 +117,6 @@ test_getargs2 [unknown]
test_global SyntaxWarnings for global statements after uses test_global SyntaxWarnings for global statements after uses
test_gl [unknown] test_gl [unknown]
test_grammar bug in our tokenizer test_grammar bug in our tokenizer
test_hashlib [unknown]
test_heapq [unknown] test_heapq [unknown]
test_hotshot [unknown] test_hotshot [unknown]
test_httplib [unknown] test_httplib [unknown]
...@@ -172,13 +170,12 @@ test_pep352 various unique bugs ...@@ -172,13 +170,12 @@ test_pep352 various unique bugs
test_pickletools [unknown] test_pickletools [unknown]
test_pickle unknown test_pickle unknown
test_pkg unknown bug test_pkg unknown bug
test_poll [unknown]
test_poplib [unknown] test_poplib [unknown]
test_pprint [unknown] test_pprint [unknown]
test_print [unknown] test_print [unknown]
test_profile [unknown] test_profile [unknown]
test_py3kwarn [unknown] test_py3kwarn [unknown]
test_pyclbr [unknown] test_pyclbr This test passes but takes a very long time in debug mode (60s vs 5s for release mode).
test_py_compile [unknown] test_py_compile [unknown]
test_pydoc [unknown] test_pydoc [unknown]
test_random long("invalid number") test_random long("invalid number")
...@@ -195,7 +192,6 @@ test_shelve [unknown] ...@@ -195,7 +192,6 @@ test_shelve [unknown]
test_shlex [unknown] test_shlex [unknown]
test_signal [unknown] test_signal [unknown]
test_site [unknown] test_site [unknown]
test_smtplib [unknown]
test_smtpnet [unknown] test_smtpnet [unknown]
test_socketserver [unknown] test_socketserver [unknown]
test_socket [unknown] test_socket [unknown]
...@@ -225,7 +221,6 @@ test_tcl [unknown] ...@@ -225,7 +221,6 @@ test_tcl [unknown]
test_telnetlib [unknown] test_telnetlib [unknown]
test_tempfile [unknown] test_tempfile [unknown]
test_threaded_import [unknown] test_threaded_import [unknown]
test_threadedtempfile [unknown]
test_threading_local [unknown] test_threading_local [unknown]
test_threading [unknown] test_threading [unknown]
test_threadsignals [unknown] test_threadsignals [unknown]
......
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