summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Windows fixArmin Rigo2019-04-191-2/+2
| * merge headsArmin Rigo2019-04-028-117/+238
| |\
| | * styleArmin Rigo2019-04-021-1/+1
| | * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-128-117/+238
| * | remove useless try/catch, and remove unreachable elif statement.guillaumesottas2019-03-261-4/+1
| * | add support for long/long long C integer constant suffixes, and supportguillaumesottas2019-03-261-3/+36
| * | fix #407 add support for u/U suffix in integer constants (eg. 0xABu, or 0xCDU).guillaumesottas2019-03-251-0/+7
| * | Issue #406: document the failureArmin Rigo2019-03-201-0/+5
| * | py3.8 fixesArmin Rigo2019-03-163-3/+6
| |/
| * Issue #405Armin Rigo2019-03-111-0/+30
| * skip this test with the ctypes backend, for arm64 / pa-risc 64 / risc-v 64 / ...Armin Rigo2019-02-141-0/+2
| * Found out a way that appears to fix the problems on WindowsArmin Rigo2019-02-132-5/+1
| * Add comments about this test failing occasionally on WindowsArmin Rigo2019-02-131-0/+5
* | Add support for more binary ops in enum definitions.Cody Piersall2019-02-021-2/+17
|/
* Tweaks to the pkgconfig supportArmin Rigo2019-01-311-17/+68
* Merged in vyskocilm/cffi (pull request #80)Armin Rigo2019-01-311-0/+43
|\
| * Exception based flowMichal Vyskocil2019-01-091-2/+2
| * Real test of a pkgconfig integrationMichal Vyskocil2019-01-081-6/+6
| * merge with latest tipMichal Vyskocil2019-01-081-0/+43
| |\
| | * Increase testing coverage and refactor method namesMichal Vyskocil2019-01-081-16/+29
| | * code not compatible with python3Michal Vyskocil2017-05-251-2/+2
| | * add test for pkg-config integrationMichal Vyskocil2017-05-251-0/+30
* | | py3 fixArmin Rigo2019-01-291-1/+1
* | | Backed out changeset 7a76a3815340Armin Rigo2019-01-291-4/+5
|/ /
* | Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-073-26/+26
* | ffi.release()Armin Rigo2019-01-052-0/+36
* | Issue #394Armin Rigo2018-12-163-0/+30
* | Merged in rlamy/cffi (pull request #94)Armin Rigo2018-11-293-5/+30
|\ \
| * | Move test-only function from cffi/ to testing/Ronan Lamy2018-11-273-5/+30
* | | Silence bogus warningArmin Rigo2018-11-271-2/+5
|/ /
* | Add compatibility with pytest 4.0 without breaking older pytestsArmin Rigo2018-11-211-1/+6
* | #383Armin Rigo2018-10-262-2/+2
* | CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-142-10/+31
* | Issue #384Armin Rigo2018-09-191-0/+1
* | Issue #382Armin Rigo2018-09-041-5/+4
* | Issue #382Armin Rigo2018-09-041-4/+5
* | Issue #379Armin Rigo2018-08-301-0/+15
* | Issue #375Armin Rigo2018-08-081-0/+27
* | point $HOME to empty tempdir rather than a nonexistent pathcreate-tmp-homedirFrank Schaefer2018-08-071-2/+11
* | Add test from the recent ctypes fix bpo-29565 (may fail on win64)Armin Rigo2018-08-051-0/+27
* | Issue 364Armin Rigo2018-06-162-9/+35
* | Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-272-6/+2