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
/
extra_tests
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
update to cffi/ba124ec241c1
Armin Rigo
2020-01-05
3
-3
/
+50
|
*
update to cffi/eebc6733b38d
Armin Rigo
2019-11-10
4
-27
/
+27
|
*
update all the way to cffi/3873bbdd3b9e
Armin Rigo
2019-10-21
12
-121
/
+139
|
*
update to cffi/46c06e1fd666
Armin Rigo
2019-09-29
1
-1
/
+1
|
*
adjust test for systems with limited threads
Matti Picus
2019-09-27
1
-3
/
+13
|
*
Add sometimes-failing test about a race condition in SemLock.release()
Ronan Lamy
2019-09-25
1
-0
/
+26
|
*
test that pycparser is latest version
Matti Picus
2019-09-20
2
-12
/
+22
|
*
update to cffi/74f57a76ed53
Armin Rigo
2019-08-17
1
-0
/
+12
|
*
Un-fix the broken attempt at emulating bug-to-bug compatibility, and instead
Armin Rigo
2019-08-16
1
-3
/
+7
|
|
|
|
just give the "correct" result in all cases.
*
qualify memoryview.cast to python 3.3 and up
Matti Picus
2019-08-15
1
-2
/
+4
|
*
add failing ctypes test that causes socket.sendall() failure
Matti Picus
2019-08-14
1
-0
/
+8
|
*
fix tests for win32
Matti Picus
2019-08-12
2
-2
/
+2
|
*
json: bug-to-bug compatibility in a corner case
Armin Rigo
2019-08-10
1
-0
/
+5
|
*
Issue #3052
Armin Rigo
2019-08-10
1
-0
/
+19
|
|
|
|
json 'skipkeys=True' bad output
*
update to cffi/f34ec7d90cd6
Armin Rigo
2019-07-23
1
-0
/
+12
|
*
Import test from cffi/e00484ba0031. Fix it.
Armin Rigo
2019-06-12
1
-0
/
+53
|
*
update to cffi/90d267a96234
Armin Rigo
2019-06-03
6
-8
/
+71
|
*
update to cffi/5aeca29219db
Armin Rigo
2019-04-02
10
-120
/
+316
|
*
merge default into branch
Matti Picus
2019-03-09
1
-1
/
+1
|
\
|
*
pin pytest to 4.0 since they deprecated raises(Exception, "test as str") in 4.1
Matti Picus
2019-03-08
1
-1
/
+1
|
|
*
|
test, fix for _swappedbytes_ replacing the class field attributes, not the ↵
Matti Picus
2019-03-03
1
-4
/
+7
|
|
|
|
|
|
|
|
instance ones
*
|
cleanup, add test
Matti Picus
2019-02-24
1
-0
/
+17
|
/
*
update to cffi/914388b2b8b8
Armin Rigo
2019-02-16
2
-0
/
+3
|
*
update to cffi/59b8d697b9b9
Armin Rigo
2019-01-31
1
-0
/
+95
|
*
import cffi/eaf42ddaca57
Armin Rigo
2019-01-30
1
-4
/
+5
|
*
update to cffi/1bba8ce1cb04: from_buffer("type",buf)
Armin Rigo
2019-01-08
3
-26
/
+26
|
*
import cffi/a62ab002583f: ffi.release()
Armin Rigo
2019-01-05
2
-0
/
+36
|
*
Skip pyrepl tests on CPython if it's not available
Ronan Lamy
2018-12-16
1
-0
/
+8
|
*
Update to cffi/f4de3d6b3c34: implement ffi.from_buffer(x, require_writable=True)
Armin Rigo
2018-12-16
3
-0
/
+30
|
*
Fix grp to match CPython
Ronan Lamy
2018-12-14
1
-3
/
+3
|
*
Skip test if greenlet is missing
Ronan Lamy
2018-12-14
1
-2
/
+2
|
*
Update to cffi/448af882f47e
Ronan Lamy
2018-12-14
3
-7
/
+35
|
*
remove obsolete file
Ronan Lamy
2018-12-13
1
-15
/
+0
|
*
Remove obsolete README
Ronan Lamy
2018-12-13
1
-8
/
+0
|
*
Make ctypes tests more py3-friendly
Ronan Lamy
2018-12-12
11
-107
/
+102
|
*
Allow (most) ctypes tests to run on CPython and add @pytest.mark.pypy_only
Ronan Lamy
2018-12-12
7
-11
/
+13
|
*
Compatibility with pytest 4.*
Ronan Lamy
2018-12-12
1
-4
/
+4
|
*
Move ctypes_tests to extra_tests/
Ronan Lamy
2018-12-12
30
-0
/
+2599
|
*
Move test_syslog
Ronan Lamy
2018-12-07
1
-0
/
+7
|
*
Move test_itertools to extra_tests/
Ronan Lamy
2018-12-06
1
-0
/
+15
|
*
Move test_grp to extra_tests/
Ronan Lamy
2018-12-06
1
-0
/
+38
|
*
Update and move test_dbm
Ronan Lamy
2018-12-05
1
-0
/
+90
|
*
Move test_cStringIO to extra_tests/
Ronan Lamy
2018-12-05
1
-0
/
+23
|
*
Move test_gdbm_extra
Ronan Lamy
2018-12-05
1
-0
/
+16
|
*
Move test_functools
Ronan Lamy
2018-12-05
1
-0
/
+46
|
*
Move test_cPickle
Ronan Lamy
2018-12-05
1
-0
/
+34
|
*
Move test_datetime to extra_tests/
Ronan Lamy
2018-12-05
1
-0
/
+357
|
*
Make test work on CPython
Ronan Lamy
2018-11-30
1
-4
/
+4
|
*
Move test_code_extra.py
Ronan Lamy
2018-11-30
1
-0
/
+19
|
*
Make tests more py3-friendly
Ronan Lamy
2018-11-29
1
-6
/
+7
|
[prev]
[next]