Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
ea06fec9
Commit
ea06fec9
authored
Oct 27, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
These cpython tests are passing now
parent
fd85b564
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
15 deletions
+0
-15
from_cpython/Lib/test/test_ascii_formatd.py
from_cpython/Lib/test/test_ascii_formatd.py
+0
-1
from_cpython/Lib/test/test_docxmlrpc.py
from_cpython/Lib/test/test_docxmlrpc.py
+0
-1
from_cpython/Lib/test/test_hashlib.py
from_cpython/Lib/test/test_hashlib.py
+0
-1
from_cpython/Lib/test/test_poll.py
from_cpython/Lib/test/test_poll.py
+0
-1
from_cpython/Lib/test/test_pyclbr.py
from_cpython/Lib/test/test_pyclbr.py
+0
-1
from_cpython/Lib/test/test_readline.py
from_cpython/Lib/test/test_readline.py
+0
-1
from_cpython/Lib/test/test_smtplib.py
from_cpython/Lib/test/test_smtplib.py
+0
-1
from_cpython/Lib/test/test_threadedtempfile.py
from_cpython/Lib/test/test_threadedtempfile.py
+0
-1
test/CPYTHON_TEST_NOTES.md
test/CPYTHON_TEST_NOTES.md
+0
-7
No files found.
from_cpython/Lib/test/test_ascii_formatd.py
View file @
ea06fec9
# expected: fail
# PyOS_ascii_formatd is deprecated and not called from anywhere in
# Python itself. So this module is the only place it gets tested.
# Test that it works, and test that it's deprecated.
...
...
from_cpython/Lib/test/test_docxmlrpc.py
View file @
ea06fec9
# expected: fail
from
DocXMLRPCServer
import
DocXMLRPCServer
import
httplib
import
sys
...
...
from_cpython/Lib/test/test_hashlib.py
View file @
ea06fec9
# expected: fail
# Test hashlib module
#
# $Id$
...
...
from_cpython/Lib/test/test_poll.py
View file @
ea06fec9
# expected: fail
# Test case for the os.poll() function
import
os
...
...
from_cpython/Lib/test/test_pyclbr.py
View file @
ea06fec9
# expected: fail
'''
Test cases for pyclbr.py
Nick Mathewson
...
...
from_cpython/Lib/test/test_readline.py
View file @
ea06fec9
# expected: fail
"""
Very minimal unittests for parts of the readline module.
...
...
from_cpython/Lib/test/test_smtplib.py
View file @
ea06fec9
# expected: fail
import
asyncore
import
email.utils
import
socket
...
...
from_cpython/Lib/test/test_threadedtempfile.py
View file @
ea06fec9
# 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
...
...
test/CPYTHON_TEST_NOTES.md
View file @
ea06fec9
...
...
@@ -23,7 +23,6 @@ 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_ast [unknown]
test_asynchat [unknown]
test_asyncore [unknown]
...
...
@@ -88,7 +87,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]
...
...
@@ -118,7 +116,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]
...
...
@@ -172,13 +169,11 @@ 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_py_compile [unknown]
test_pydoc [unknown]
test_random long("invalid number")
...
...
@@ -195,7 +190,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]
...
...
@@ -225,7 +219,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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment