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
27e04718
Commit
27e04718
authored
May 01, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4 more cpython tests are passing now
parent
5415879c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
from_cpython/Lib/test/test_contains.py
from_cpython/Lib/test/test_contains.py
+0
-1
from_cpython/Lib/test/test_fileinput.py
from_cpython/Lib/test/test_fileinput.py
+0
-1
from_cpython/Lib/test/test_isinstance.py
from_cpython/Lib/test/test_isinstance.py
+0
-1
from_cpython/Lib/test/test_urllib.py
from_cpython/Lib/test/test_urllib.py
+0
-1
test/cpython/NOTES.org
test/cpython/NOTES.org
+0
-4
No files found.
from_cpython/Lib/test/test_contains.py
View file @
27e04718
# expected: fail
from
test.test_support
import
have_unicode
,
run_unittest
import
unittest
...
...
from_cpython/Lib/test/test_fileinput.py
View file @
27e04718
# expected: fail
'''
Tests for fileinput module.
Nick Mathewson
...
...
from_cpython/Lib/test/test_isinstance.py
View file @
27e04718
# expected: fail
# Tests some corner cases with isinstance() and issubclass(). While these
# tests use new style classes and properties, they actually do whitebox
# testing of error conditions uncovered when using extension types.
...
...
from_cpython/Lib/test/test_urllib.py
View file @
27e04718
# expected: fail
"""Regresssion tests for urllib"""
import
urllib
...
...
test/cpython/NOTES.org
View file @
27e04718
...
...
@@ -60,7 +60,6 @@ test_collections compile()
test_compare segfault
test_complex serialize_ast assert
test_complex_args we apparently don't always unpack args correctly
test_contains TypeError not raised
test_contextlib file.closed, lock.locked attributes
test_datetime kwargs bug in BoxedMethodDescriptor
test_decimal float.__getformat__
...
...
@@ -81,7 +80,6 @@ test_file segfaults
test_file2k "Someone called abort!"
test_file_eintr TypeError
test_filecmp float.__hash__
test_fileinput UnboundLocalError (try/finally bug?)
test_float capifunc.__name__ in fractions
test_format can't float(long)
test_funcattrs segfault
...
...
@@ -95,7 +93,6 @@ test_hash float.__hash__
test_index parseSlice assert
test_int float.__getformat__
test_io parseSlice assert
test_isinstance sys.getrecursionlimit
test_json doctest (compile())
test_list assert in sliceIndex to do with a[1L:2L]
test_long float.__getformat__
...
...
@@ -132,7 +129,6 @@ test_unicode sys.maxunicode
test_unicode_file exit code 139, no error message
test_unittest serialize_ast assert
test_unpack doctest (compile())
test_urllib str.join(unicode)
test_urllib2 doctest (compile())
test_userdict segfault
test_userlist sliceIndex assert
...
...
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