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
61b2566d
Commit
61b2566d
authored
May 06, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test notes
parent
24fc085f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
12 deletions
+2
-12
from_cpython/Lib/test/test_array.py
from_cpython/Lib/test/test_array.py
+0
-2
from_cpython/Lib/test/test_collections.py
from_cpython/Lib/test/test_collections.py
+0
-1
from_cpython/Lib/test/test_decimal.py
from_cpython/Lib/test/test_decimal.py
+1
-0
from_cpython/Lib/test/test_logging.py
from_cpython/Lib/test/test_logging.py
+0
-2
from_cpython/Lib/test/test_os.py
from_cpython/Lib/test/test_os.py
+0
-1
from_cpython/Lib/test/test_re.py
from_cpython/Lib/test/test_re.py
+0
-1
from_cpython/Lib/test/test_set.py
from_cpython/Lib/test/test_set.py
+1
-1
from_cpython/Lib/test/test_telnetlib.py
from_cpython/Lib/test/test_telnetlib.py
+0
-2
from_cpython/Lib/test/test_tuple.py
from_cpython/Lib/test/test_tuple.py
+0
-2
No files found.
from_cpython/Lib/test/test_array.py
View file @
61b2566d
# expected: reffail
# - fails in interpreter due to keeping refcounts a bit too long (does manual sys.getrefcount checking)
"""Test the arraymodule.
"""Test the arraymodule.
Roger E. Masse
Roger E. Masse
"""
"""
...
...
from_cpython/Lib/test/test_collections.py
View file @
61b2566d
# expected: reffail
import
unittest
,
doctest
,
operator
import
unittest
,
doctest
,
operator
import
inspect
import
inspect
from
test
import
test_support
from
test
import
test_support
...
...
from_cpython/Lib/test/test_decimal.py
View file @
61b2566d
# expected: reffail
# expected: reffail
# - takes too long; leaks refs
# Copyright (c) 2004 Python Software Foundation.
# Copyright (c) 2004 Python Software Foundation.
# All rights reserved.
# All rights reserved.
...
...
from_cpython/Lib/test/test_logging.py
View file @
61b2566d
# expected: reffail
# - negative ref
# Copyright 2001-2013 by Vinay Sajip. All Rights Reserved.
# Copyright 2001-2013 by Vinay Sajip. All Rights Reserved.
#
#
# Permission to use, copy, modify, and distribute this software and its
# Permission to use, copy, modify, and distribute this software and its
...
...
from_cpython/Lib/test/test_os.py
View file @
61b2566d
# expected: fail
# As a test suite for the os module, this is woefully inadequate, but this
# As a test suite for the os module, this is woefully inadequate, but this
# does add tests for a few functions which have been determined to be more
# does add tests for a few functions which have been determined to be more
# portable than they had been thought to be.
# portable than they had been thought to be.
...
...
from_cpython/Lib/test/test_re.py
View file @
61b2566d
# expected: reffail
from
test.test_support
import
verbose
,
run_unittest
,
import_module
from
test.test_support
import
verbose
,
run_unittest
,
import_module
from
test.test_support
import
precisionbigmemtest
,
_2G
,
cpython_only
from
test.test_support
import
precisionbigmemtest
,
_2G
,
cpython_only
from
test.test_support
import
captured_stdout
from
test.test_support
import
captured_stdout
...
...
from_cpython/Lib/test/test_set.py
View file @
61b2566d
# expected: reffail
# expected: reffail
# -
generator abandonmen
t
# -
unknown segfaul
t
import
unittest
import
unittest
from
test
import
test_support
from
test
import
test_support
import
gc
import
gc
...
...
from_cpython/Lib/test/test_telnetlib.py
View file @
61b2566d
# expected: reffail
# - unknown unwinding issue
import
socket
import
socket
import
telnetlib
import
telnetlib
import
time
import
time
...
...
from_cpython/Lib/test/test_tuple.py
View file @
61b2566d
# expected: reffail
# - unknown unwinding issue
from
test
import
test_support
,
seq_tests
from
test
import
test_support
,
seq_tests
import
gc
import
gc
...
...
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