GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
tool
/
pytest
/
apptest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test, fix for nt._getfullpathname, make it win32-only (like cpython) issue 3343
Matti Picus
2020-11-13
1
-0
/
+3
*
hg merge default
Ronan Lamy
2020-07-02
1
-4
/
+3
|
\
|
*
Be more robust when defining w_* methods in applevel tests:
Antonio Cuni
2020-03-25
1
-4
/
+3
*
|
Add @pytest.mark.pypy_only to simplify skipping PyPy-specific app-level tests...
Ronan Lamy
2020-01-21
1
-1
/
+19
*
|
hg merge default
Ronan Lamy
2019-11-05
1
-17
/
+4
|
\
|
|
*
Kill unused AppTestFunction
Ronan Lamy
2019-11-05
1
-16
/
+4
*
|
hg merge py3.6
Ronan Lamy
2019-07-24
1
-1
/
+21
|
\
\
|
*
|
add rudimentary context manager for "with pytest.raises()" in apptests
Matti Picus
2019-04-15
1
-1
/
+21
*
|
|
Port branch to py3.6
Ronan Lamy
2019-02-27
1
-1
/
+1
|
\
|
|
|
*
|
Ignore _cffi_backend when checking for usemodules in -A tests
Ronan Lamy
2019-02-23
1
-1
/
+1
*
|
|
hg merge apptest-file
Ronan Lamy
2018-04-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Do assert reinterpretation only inside old-style apptests; fix tests.
Ronan Lamy
2018-04-15
1
-1
/
+1
|
*
Partial back-out of changeset 4b63e7093115
Armin Rigo
2017-04-05
1
-0
/
+0
|
*
conditionally call vmp_native_enable/disable (only if platform supports it), ...
Richard Plangger
2017-04-03
1
-0
/
+0
*
|
Allow -A imp tests to run on pypy
Ronan Lamy
2017-12-07
1
-1
/
+2
*
|
revert ec989ce318a9 and raise if space.appexec passed to space.is_true on run...
Matti Picus
2017-10-29
1
-1
/
+1
*
|
tweak run_with_python()
Matti Picus
2017-10-28
1
-10
/
+10
*
|
when running tests on windows, the block may be formatted with unix linesep
Matti Picus
2017-10-27
1
-1
/
+1
*
|
-A tests should not import random pypy.module.XXX (partial backout of 421d7a7...
Ronan Lamy
2017-06-08
1
-2
/
+9
*
|
Fix cpyext -A testing: negative exit codes can happen and should count as fai...
Ronan Lamy
2016-12-13
1
-2
/
+3
*
|
Make generic the code to find the app-level name of a builtin module
Armin Rigo
2016-11-29
1
-9
/
+6
*
|
Before running a test, make sure sys_exc_info is cleared
Armin Rigo
2016-11-17
1
-0
/
+1
*
|
(arigo) when running 'py.test -A', detect complete crashes of CPython too
Carl Friedrich Bolz
2016-11-17
1
-1
/
+4
*
|
hg merge py3k
Ronan Lamy
2016-10-09
1
-1
/
+4
|
\
\
|
*
|
Try to run some cpyext tests with -A
Ronan Lamy
2016-10-02
1
-1
/
+4
*
|
|
hg merge py3k
Ronan Lamy
2016-09-25
1
-0
/
+3
|
\
|
|
|
*
|
cpyext is required to actually test _imp.load_dynamic().
Ronan Lamy
2016-09-24
1
-0
/
+3
*
|
|
Renaming a built-in module does not change the name of the corresponding usem...
Ronan Lamy
2016-09-21
1
-0
/
+1
*
|
|
Fix import error (PyPyClassCollector does not seem to exist anymore, pypydir ...
Raffael Tfirst
2016-08-02
1
-1
/
+1
*
|
|
Merge with py3k
Raffael Tfirst
2016-08-01
1
-8
/
+2
|
\
|
|
|
*
|
hg merge testing-default
Ronan Lamy
2016-06-10
1
-7
/
+1
|
|
\
|
|
|
*
Apply applevel marker in the same way as interplevel
Ronan Lamy
2016-06-08
1
-5
/
+0
|
|
*
Kill PyPyClassCollector
Ronan Lamy
2016-06-08
1
-2
/
+1
|
*
|
fix after the merge
Ronan Lamy
2016-06-08
1
-2
/
+3
*
|
|
hg merge py3k
Ronan Lamy
2016-06-08
1
-4
/
+13
|
\
|
|
|
*
|
hg merge default
Ronan Lamy
2016-05-12
1
-1
/
+9
|
|
\
|
|
|
*
Revert the "track_allocations=False" change. Instead, add logic so that
Armin Rigo
2016-05-06
1
-1
/
+9
|
|
*
Don't use deprecated except clause syntax (pypy/)
Ronan Lamy
2016-05-02
1
-1
/
+1
|
*
|
Don't use deprecated except clause syntax (pypy/)
Ronan Lamy
2016-05-02
1
-1
/
+1
|
/
/
*
|
hg merge da90c30dc0dd
Manuel Jacob
2015-05-21
1
-1
/
+1
|
\
|
|
*
Redo a6099e49c9ec: Add option --raise-operr to pytest that shows the interp-l...
Manuel Jacob
2015-02-25
1
-2
/
+2
|
*
wat
Armin Rigo
2015-02-25
1
-2
/
+2
*
|
kill rctime reference
Philip Jenvey
2014-11-17
1
-1
/
+0
*
|
merge default
Philip Jenvey
2014-08-11
1
-8
/
+2
|
\
|
|
*
Fix creation and use of 'interplevel' and 'applevel' markers.
Ronan Lamy
2014-04-14
1
-8
/
+2
*
|
merge default
Philip Jenvey
2013-09-09
1
-0
/
+2
|
\
|
|
*
Show the interp-level OperationError when an app-level test fails if the verb...
Manuel Jacob
2013-08-30
1
-0
/
+2
*
|
properly escape any path
Philip Jenvey
2013-07-22
1
-1
/
+1
*
|
add the pypyroot to the appdirect sys.path so it can import from lib_pypy
Philip Jenvey
2013-07-19
1
-2
/
+6
*
|
exceptions is really builtins in appdirect
Philip Jenvey
2013-05-03
1
-1
/
+1
[next]