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
005e8477
Commit
005e8477
authored
Aug 18, 2015
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable test_math and update CPYTHON_TEST_NOTES
parent
49f841ce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
from_cpython/Lib/test/test_math.py
from_cpython/Lib/test/test_math.py
+0
-1
test/CPYTHON_TEST_NOTES.md
test/CPYTHON_TEST_NOTES.md
+0
-4
No files found.
from_cpython/Lib/test/test_math.py
View file @
005e8477
# expected: fail
# Python test set -- math module
# Python test set -- math module
# XXXX Should not do tests around zero only
# XXXX Should not do tests around zero only
...
...
test/CPYTHON_TEST_NOTES.md
View file @
005e8477
...
@@ -41,23 +41,19 @@ test_extcall f(**kw) crashes if kw isn't a dict
...
@@ -41,23 +41,19 @@ test_extcall f(**kw) crashes if kw isn't a dict
test_file wontfix: we don't destruct file objects when the test wants
test_file wontfix: we don't destruct file objects when the test wants
test_file2k we abort when you try to open() a directory
test_file2k we abort when you try to open() a directory
test_file_eintr not sure
test_file_eintr not sure
test_float float(long), a couple unknown things
test_funcattrs we don't allow changing numing of function defaults
test_funcattrs we don't allow changing numing of function defaults
test_functools unknown errors
test_functools unknown errors
test_generators crash when sending non-None to a just-started generator
test_generators crash when sending non-None to a just-started generator
test_genexps parser not raising a SyntaxError when assigning to a genexp
test_genexps parser not raising a SyntaxError when assigning to a genexp
test_global SyntaxWarnings for global statements after uses
test_global SyntaxWarnings for global statements after uses
test_grammar bug in our tokenizer
test_grammar bug in our tokenizer
test_hash number of hash bugs (all representations of '1' don't have the same hash; empty string is supposed to have 0 hash, etc)
test_index slice.indices, old-styl-class __mul__
test_index slice.indices, old-styl-class __mul__
test_int we assert instead of throw exception
test_io memory/gc issue?
test_io memory/gc issue?
test_iterlen [unknown]
test_iterlen [unknown]
test_itertools [unknown]
test_itertools [unknown]
test_json 'from test.script_helper import assert_python_ok' fails; sounds like it is trying to look at pycs
test_json 'from test.script_helper import assert_python_ok' fails; sounds like it is trying to look at pycs
test_list longs as slice indices
test_list longs as slice indices
test_long sys.long_info
test_long sys.long_info
test_math float(long); sys.float_info, sys.displayhook
test_module unicode docstrings
test_module unicode docstrings
test_mutants unknown failure
test_mutants unknown failure
test_operator PyNumber_Absolute()
test_operator PyNumber_Absolute()
...
...
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