aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test, fix for nt._getfullpathname, make it win32-only (like cpython) issue 3343Matti Picus2020-11-131-0/+3
* hg merge defaultRonan Lamy2020-07-021-4/+3
|\
| * Be more robust when defining w_* methods in applevel tests:Antonio Cuni2020-03-251-4/+3
* | Add @pytest.mark.pypy_only to simplify skipping PyPy-specific app-level tests...Ronan Lamy2020-01-211-1/+19
* | hg merge defaultRonan Lamy2019-11-051-17/+4
|\|
| * Kill unused AppTestFunctionRonan Lamy2019-11-051-16/+4
* | hg merge py3.6Ronan Lamy2019-07-241-1/+21
|\ \
| * | add rudimentary context manager for "with pytest.raises()" in apptestsMatti Picus2019-04-151-1/+21
* | | Port branch to py3.6Ronan Lamy2019-02-271-1/+1
|\| |
| * | Ignore _cffi_backend when checking for usemodules in -A testsRonan Lamy2019-02-231-1/+1
* | | hg merge apptest-fileRonan Lamy2018-04-151-1/+1
|\ \ \ | |/ / |/| / | |/
| * Do assert reinterpretation only inside old-style apptests; fix tests.Ronan Lamy2018-04-151-1/+1
| * Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
| * conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* | Allow -A imp tests to run on pypyRonan Lamy2017-12-071-1/+2
* | revert ec989ce318a9 and raise if space.appexec passed to space.is_true on run...Matti Picus2017-10-291-1/+1
* | tweak run_with_python()Matti Picus2017-10-281-10/+10
* | when running tests on windows, the block may be formatted with unix linesepMatti Picus2017-10-271-1/+1
* | -A tests should not import random pypy.module.XXX (partial backout of 421d7a7...Ronan Lamy2017-06-081-2/+9
* | Fix cpyext -A testing: negative exit codes can happen and should count as fai...Ronan Lamy2016-12-131-2/+3
* | Make generic the code to find the app-level name of a builtin moduleArmin Rigo2016-11-291-9/+6
* | Before running a test, make sure sys_exc_info is clearedArmin Rigo2016-11-171-0/+1
* | (arigo) when running 'py.test -A', detect complete crashes of CPython tooCarl Friedrich Bolz2016-11-171-1/+4
* | hg merge py3kRonan Lamy2016-10-091-1/+4
|\ \
| * | Try to run some cpyext tests with -ARonan Lamy2016-10-021-1/+4
* | | hg merge py3kRonan Lamy2016-09-251-0/+3
|\| |
| * | cpyext is required to actually test _imp.load_dynamic().Ronan Lamy2016-09-241-0/+3
* | | Renaming a built-in module does not change the name of the corresponding usem...Ronan Lamy2016-09-211-0/+1
* | | Fix import error (PyPyClassCollector does not seem to exist anymore, pypydir ...Raffael Tfirst2016-08-021-1/+1
* | | Merge with py3kRaffael Tfirst2016-08-011-8/+2
|\| |
| * | hg merge testing-defaultRonan Lamy2016-06-101-7/+1
| |\|
| | * Apply applevel marker in the same way as interplevelRonan Lamy2016-06-081-5/+0
| | * Kill PyPyClassCollectorRonan Lamy2016-06-081-2/+1
| * | fix after the mergeRonan Lamy2016-06-081-2/+3
* | | hg merge py3kRonan Lamy2016-06-081-4/+13
|\| |
| * | hg merge defaultRonan Lamy2016-05-121-1/+9
| |\|
| | * Revert the "track_allocations=False" change. Instead, add logic so thatArmin Rigo2016-05-061-1/+9
| | * Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-1/+1
| * | Don't use deprecated except clause syntax (pypy/)Ronan Lamy2016-05-021-1/+1
|/ /
* | hg merge da90c30dc0ddManuel Jacob2015-05-211-1/+1
|\|
| * Redo a6099e49c9ec: Add option --raise-operr to pytest that shows the interp-l...Manuel Jacob2015-02-251-2/+2
| * watArmin Rigo2015-02-251-2/+2
* | kill rctime referencePhilip Jenvey2014-11-171-1/+0
* | merge defaultPhilip Jenvey2014-08-111-8/+2
|\|
| * Fix creation and use of 'interplevel' and 'applevel' markers.Ronan Lamy2014-04-141-8/+2
* | merge defaultPhilip Jenvey2013-09-091-0/+2
|\|
| * Show the interp-level OperationError when an app-level test fails if the verb...Manuel Jacob2013-08-301-0/+2
* | properly escape any pathPhilip Jenvey2013-07-221-1/+1
* | add the pypyroot to the appdirect sys.path so it can import from lib_pypyPhilip Jenvey2013-07-191-2/+6
* | exceptions is really builtins in appdirectPhilip Jenvey2013-05-031-1/+1