summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* add missing includememsetMatti Picus2020-11-011-0/+1
* Issue #478Armin Rigo2020-10-291-0/+5
* Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-283-14/+0
* more CPython 3.9b5 fixesArmin Rigo2020-07-272-2/+7
* CPython 3.9b5 fixArmin Rigo2020-07-272-0/+9
* forgot this fileArmin Rigo2020-07-241-0/+26
* pff I love Python 3Armin Rigo2020-07-241-1/+2
* Allow ffi.embedding_init_code("unicode-with-non-ascii-chars")Armin Rigo2020-07-241-0/+6
* more of the same, for win64Armin Rigo2020-07-211-4/+9
* fix this logicArmin Rigo2020-07-211-4/+1
* Skip this test by default. It keeps finding corner cases that are bugs ofArmin Rigo2020-07-211-6/+9
* pff, it seems that "running for more than 0.2 seconds" is also a failure cond...Armin Rigo2020-07-211-2/+2
* A new set of segfaults on Windows using callbacksArmin Rigo2020-07-211-2/+37
* Keep sys.path, otherwise it's testing another version of _cffi_backend.soArmin Rigo2020-07-191-0/+1
* Test the callbacks, tooArmin Rigo2020-07-191-2/+41
* force calls via libffi. shows the problem recently solved on windowsArmin Rigo2020-07-191-4/+7
* Check with the real C compilerArmin Rigo2020-07-192-89/+124
* Add a hypothesis test. Mostly checks libffi, or our own libffi_msvc on windowsArmin Rigo2020-07-191-0/+89
* ctypes on windows doesn't correctly return 3-bytes structsArmin Rigo2020-07-191-0/+2
* Extra tests for using a 3-bytes struct as a return typeArmin Rigo2020-07-182-0/+47
* on darwin, arm64 bitfields act like x86_64Lawrence D'Anna2020-07-091-2/+12
* #454Armin Rigo2020-05-291-0/+41
* Issue #454Armin Rigo2020-05-261-1/+47
* #453Armin Rigo2020-05-201-0/+34
* copy this from pypyArmin Rigo2020-04-161-0/+3
* Merge branch 'branch/msvcrt' into 'branch/default'Armin Rigo2020-04-161-3/+3
|\
| * add missing importmsvcrtMatti Picus2020-04-011-1/+1
| * support python2 builds with msvc>13Matti Picus2020-04-011-2/+2
* | Vendor in pypy's version of py.path.local.make_numbered_dir(), which is moreArmin Rigo2020-03-061-2/+129
|/
* May fix test on OS/XArmin Rigo2020-02-071-0/+1
* Issue #440Armin Rigo2020-01-193-0/+33
* Python 3.9 compatArmin Rigo2020-01-074-13/+22
* merge branch 'shortername', thanks mattiArmin Rigo2020-01-061-1/+1
|\
| * tweak how to pass define_macros, shorten module name to not go over 260 charsMatti Picus2020-01-051-1/+1
* | fix some gcc warningsArmin Rigo2020-01-051-8/+11
* | fix test for b9a98b040bd7Armin Rigo2020-01-051-3/+3
* | Issue #437Armin Rigo2020-01-052-0/+47
|/
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-074-27/+27
* Issue #429Armin Rigo2019-10-211-0/+6
* Windows fix: sometimes, time.sleep() doesn't sleep apparentlyArmin Rigo2019-10-152-12/+20
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-1410-109/+113
* oopsArmin Rigo2019-09-201-2/+2
* Silence the warningArmin Rigo2019-09-201-1/+1
* Add another testArmin Rigo2019-07-231-0/+12
* Issue #413Armin Rigo2019-07-231-0/+12
* Issue #412Armin Rigo2019-06-121-0/+53
* Support for from_buffer("type *")Armin Rigo2019-05-261-0/+21
* Fix C integer division. Add modulo.Armin Rigo2019-04-261-0/+26
* merge pull request #96. Thanks Cody!Armin Rigo2019-04-2614-126/+326
|\
| * Modernize this, because very recent pytests crash when seeing theArmin Rigo2019-04-192-4/+6