Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

These cpython tests are passing now #987

Merged
merged 3 commits into from
Oct 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_docxmlrpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
from DocXMLRPCServer import DocXMLRPCServer
import httplib
import sys
Expand Down
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_hashlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
# Test hashlib module
#
# $Id$
Expand Down
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_poll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
# Test case for the os.poll() function

import os
Expand Down
4 changes: 3 additions & 1 deletion from_cpython/Lib/test/test_pyclbr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# expected: fail
# skip-if: True
# - This test passes but takes an extremely long time in debug mode

'''
Test cases for pyclbr.py
Nick Mathewson
Expand Down
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_readline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
"""
Very minimal unittests for parts of the readline module.
Expand Down
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_smtplib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
import asyncore
import email.utils
import socket
Expand Down
1 change: 0 additions & 1 deletion from_cpython/Lib/test/test_threadedtempfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# expected: fail
"""
Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
in each of NUM_THREADS threads, recording the number of successes and
Expand Down
9 changes: 2 additions & 7 deletions test/CPYTHON_TEST_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test_aifc Unsupported subclassing from file?
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_argparse [unknown]
test_ascii_formattd [unknown]
test_ascii_formatd segfault in ctypes (but only on CI)
test_ast [unknown]
test_asynchat [unknown]
test_asyncore [unknown]
Expand Down Expand Up @@ -88,7 +88,6 @@ test_distutils [unknown]
test_dis [unknown]
test_dl [unknown]
test_doctest hard to know. also missing some input files
test_docxmlrpc [unknown]
test_dumbdbm [unknown]
test_email_codecs [unknown]
test_email_renamed [unknown]
Expand Down Expand Up @@ -118,7 +117,6 @@ test_getargs2 [unknown]
test_global SyntaxWarnings for global statements after uses
test_gl [unknown]
test_grammar bug in our tokenizer
test_hashlib [unknown]
test_heapq [unknown]
test_hotshot [unknown]
test_httplib [unknown]
Expand Down Expand Up @@ -172,13 +170,12 @@ test_pep352 various unique bugs
test_pickletools [unknown]
test_pickle unknown
test_pkg unknown bug
test_poll [unknown]
test_poplib [unknown]
test_pprint [unknown]
test_print [unknown]
test_profile [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_pydoc [unknown]
test_random long("invalid number")
Expand All @@ -195,7 +192,6 @@ test_shelve [unknown]
test_shlex [unknown]
test_signal [unknown]
test_site [unknown]
test_smtplib [unknown]
test_smtpnet [unknown]
test_socketserver [unknown]
test_socket [unknown]
Expand Down Expand Up @@ -225,7 +221,6 @@ test_tcl [unknown]
test_telnetlib [unknown]
test_tempfile [unknown]
test_threaded_import [unknown]
test_threadedtempfile [unknown]
test_threading_local [unknown]
test_threading [unknown]
test_threadsignals [unknown]
Expand Down