Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pygolang
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
pygolang
Commits
792cbd6c
Commit
792cbd6c
authored
Jul 07, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tox: -py36,py37d +py38d, py38
parent
d105d05a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tox.ini
tox.ini
+6
-6
No files found.
tox.ini
View file @
792cbd6c
[tox]
envlist
=
{py27d,py27,py3
6,py37d,py37
,pypy,pypy3}-{thread,gevent}
{py27d,py27,py3
7,py38d,py38
,pypy,pypy3}-{thread,gevent}
# ThreadSanitizer
...
...
@@ -10,26 +10,26 @@ envlist =
# (*) PyPy locks its GIL (see RPyGilAcquire) by manually doing atomic cmpxchg
# and other games, which TSAN cannot see if PyPy itself was not compiled with
# -fsanitize=thread.
{py27d,py27,py3
6,py37d,py37
}-{thread
}-tsan
{py27d,py27,py3
7,py38d,py38
}-{thread
}-tsan
# XXX py*-gevent-tsan would be nice to have, but at present TSAN is not
# effective with gevent, because it does not understand greenlet "thread"
# switching and so perceives the program as having only one thread where races
# are impossible. Disabled to save time.
# {py27d,py27,py3
6,py37d,py37
}-{ gevent}-tsan
# {py27d,py27,py3
7,py38d,py38
}-{ gevent}-tsan
# AddressSanitizer
# XXX asan does not work with gevent: https://github.com/python-greenlet/greenlet/issues/113
{py27d,py27,py3
6,py37d,py37
,pypy,pypy3}-{thread
}-asan
{py27d,py27,py3
7,py38d,py38
,pypy,pypy3}-{thread
}-asan
[testenv]
basepython
=
py27d:
python2.7-dbg
py27:
python2.7
py36:
python3.6
py37d:
python3.7-dbg
py37:
python3.7
py38d:
python3.8-dbg
py38:
python3.8
pypy:
pypy
pypy3:
pypy3
...
...
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