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
6deb9004
Commit
6deb9004
authored
Oct 30, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #987 from kmod/cpython_tests
These cpython tests are passing now
parents
013d46eb
1d1508ff
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
5 additions
and
14 deletions
+5
-14
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
+3
-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
+2
-7
No files found.
from_cpython/Lib/test/test_docxmlrpc.py
View file @
6deb9004
# expected: fail
from
DocXMLRPCServer
import
DocXMLRPCServer
import
httplib
import
sys
...
...
from_cpython/Lib/test/test_hashlib.py
View file @
6deb9004
# expected: fail
# Test hashlib module
#
# $Id$
...
...
from_cpython/Lib/test/test_poll.py
View file @
6deb9004
# expected: fail
# Test case for the os.poll() function
import
os
...
...
from_cpython/Lib/test/test_pyclbr.py
View file @
6deb9004
# expected: fail
# skip-if: True
# - This test passes but takes an extremely long time in debug mode
'''
Test cases for pyclbr.py
Nick Mathewson
...
...
from_cpython/Lib/test/test_readline.py
View file @
6deb9004
# expected: fail
"""
Very minimal unittests for parts of the readline module.
...
...
from_cpython/Lib/test/test_smtplib.py
View file @
6deb9004
# expected: fail
import
asyncore
import
email.utils
import
socket
...
...
from_cpython/Lib/test/test_threadedtempfile.py
View file @
6deb9004
# 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 @
6deb9004
...
...
@@ -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_format
td [unknown]
test_ascii_format
d segfault in ctypes (but only on CI)
test_ast [unknown]
test_asynchat [unknown]
test_asyncore [unknown]
...
...
@@ -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]
...
...
@@ -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]
...
...
@@ -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")
...
...
@@ -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]
...
...
@@ -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]
...
...
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