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
bcd97937
Commit
bcd97937
authored
Sep 06, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
These cpython tests are working now
parent
6681b73e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
10 deletions
+0
-10
from_cpython/Lib/test/test_bz2.py
from_cpython/Lib/test/test_bz2.py
+0
-1
from_cpython/Lib/test/test_copy.py
from_cpython/Lib/test/test_copy.py
+0
-1
from_cpython/Lib/test/test_richcmp.py
from_cpython/Lib/test/test_richcmp.py
+0
-1
from_cpython/Lib/test/test_sysconfig.py
from_cpython/Lib/test/test_sysconfig.py
+0
-1
from_cpython/Lib/test/test_unittest.py
from_cpython/Lib/test/test_unittest.py
+0
-1
test/CPYTHON_TEST_NOTES.md
test/CPYTHON_TEST_NOTES.md
+0
-5
No files found.
from_cpython/Lib/test/test_bz2.py
View file @
bcd97937
# expected: fail
from
test
import
test_support
from
test.test_support
import
TESTFN
,
_4G
,
bigmemtest
,
import_module
,
findfile
...
...
from_cpython/Lib/test/test_copy.py
View file @
bcd97937
# expected: fail
"""Unit tests for the copy module."""
import
copy
...
...
from_cpython/Lib/test/test_richcmp.py
View file @
bcd97937
# expected: fail
# Tests for rich comparisons
import
unittest
...
...
from_cpython/Lib/test/test_sysconfig.py
View file @
bcd97937
# expected: fail
"""Tests for sysconfig."""
import
unittest
...
...
from_cpython/Lib/test/test_unittest.py
View file @
bcd97937
# expected: fail
import
unittest.test
from
test
import
test_support
...
...
test/CPYTHON_TEST_NOTES.md
View file @
bcd97937
...
...
@@ -27,7 +27,6 @@ test_bsddb185 [unknown]
test_bsddb3 [unknown]
test_bsddb [unknown]
test_builtin execfile scoping issue
test_bz2 leaks
test_capi [unknown]
test_cd [unknown]
test_cfgparser works when run from inside the from_cpython dir
...
...
@@ -54,7 +53,6 @@ test_coercion 1**1L, divmod(1, 1L); some unknown bug
test_compileall [unknown]
test_compiler [unknown]
test_compile [unknown]
test_copy Please debug this test in VM.
test_cprofile [unknown]
test_crypt [unknown]
test_ctypes [unknown]
...
...
@@ -136,7 +134,6 @@ test_pydoc [unknown]
test_random long("invalid number")
test_repr complex.__hash__; some unknown issues
test_resource fails on travis-ci: setrlimit RLIMIT_CPU not allowed to raise maximum limit
test_richcmp PyObject_Not
test_runpy [unknown]
test_scope eval of code object from existing function (not currently supported)
test_scriptpackages [unknown]
...
...
@@ -152,7 +149,6 @@ test_sundry [unknown]
test_support [unknown]
test_symtable [unknown]
test_syntax [unknown]
test_sysconfig [unknown]
test_sys_setprofile [unknown]
test_sys_settrace [unknown]
test_sys [unknown]
...
...
@@ -173,7 +169,6 @@ test_ttk_textonly [unknown]
test_types PyErr_WarnEx
test_undocumented_details function.func_closure
test_unicode argument passing issue?
test_unittest leaks
test_userdict segfault: repr of recursive dict?
test_userlist slice(1L, 1L)
test_userstring float(1L); hangs in test_replace
...
...
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