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
5c1d544a
Commit
5c1d544a
authored
May 09, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more reffail in test/tests/ and test/cpython/
But still some in test/integration
parent
30c435cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
from_cpython/Lib/test/test_decimal.py
from_cpython/Lib/test/test_decimal.py
+1
-1
test/tests/deopt_namescope_tests.py
test/tests/deopt_namescope_tests.py
+1
-1
test/tests/deopt_tests.py
test/tests/deopt_tests.py
+0
-1
tools/tester.py
tools/tester.py
+0
-2
No files found.
from_cpython/Lib/test/test_decimal.py
View file @
5c1d544a
# expected:
ref
fail
# expected: fail
# - takes too long
# Copyright (c) 2004 Python Software Foundation.
# All rights reserved.
...
...
test/tests/deopt_namescope_tests.py
View file @
5c1d544a
# expected: refstatfail
# skip-if: '-O' in EXTRA_JIT_ARGS
# expected: statfail
# statcheck: 4 <= noninit_count('num_deopt') < 50
# statcheck: 1 <= stats["num_osr_exits"] <= 2
...
...
test/tests/deopt_tests.py
View file @
5c1d544a
# expected: refstatfail
# skip-if: '-O' in EXTRA_JIT_ARGS
# statcheck: 4 <= noninit_count('num_deopt') < 50
# statcheck: 1 <= stats["num_osr_exits"] <= 2
...
...
tools/tester.py
View file @
5c1d544a
...
...
@@ -217,8 +217,6 @@ def get_test_options(fn, check_stats, run_memcheck):
if
opts
.
expected
==
"reffail"
:
opts
.
expected
=
"fail"
if
opts
.
expected
==
"refstatfail"
:
opts
.
expected
=
"statfail"
if
not
opts
.
skip
:
# consider other reasons for skipping file
...
...
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