summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* passes on cpython 2.7.9 win32, fails on win64 (from cpython issue #20160)win32-callbackmattip2015-04-171-0/+71
* issue #189: typedefs of function type (not function pointer)Armin Rigo2015-04-152-1/+9
* Py3 syntaxArmin Rigo2015-03-131-1/+4
* skip zintegration on win32, adjust zdistutils for setuptoolsmattip2015-03-102-2/+7
* fix test harness for win32mattip2015-03-081-2/+20
* Move to version number "0.8.6+", to distinguish from the lastArmin Rigo2015-02-121-2/+3
* Python 3 fixesArmin Rigo2015-01-311-2/+2
* enable testing on windows, 64 bitmattip2015-01-201-1/+5
* hg merge win32-ownlib: enable test_ownlib to run on Windows, andArmin Rigo2015-01-193-6/+78
|\
| * Change again ffi.offsetof() and ffi.addressof(), generalizing them.Armin Rigo2015-01-111-4/+60
| * Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", butArmin Rigo2015-01-112-2/+18
* | Re-skip some errno tests on Win32, where errno is a jokeArmin Rigo2015-01-191-1/+6
* | fix test, still fails on arm64 (libffi issue?)mattip2015-01-131-1/+1
* | fix tests for linuxmattip2015-01-121-2/+2
* | add test for a function with many pointer,value structsmattip2015-01-111-2/+112
* | enable tests on win32 in ownlib, 3 failmattip2015-01-111-15/+43
|/
* Argh! Obscure bug tracked down to this test, which defines aArmin Rigo2015-01-091-7/+14
* fix testArmin Rigo2015-01-091-1/+2
* improve the error message to match pypy'sArmin Rigo2015-01-091-1/+6
* Skip test_opaque_integer_as_function_result on mips64el, causes SEGVJames Cowgill2015-01-081-0/+2
* Issue #173Armin Rigo2015-01-081-0/+7
* Clarify the error we get if we try to use TCHAR & friends before callingArmin Rigo2015-01-071-1/+5
* issue #172Armin Rigo2015-01-071-0/+28
* Delay reporting NotImplmentedErrors when building function types withArmin Rigo2015-01-022-2/+19
* Recognize more literal constants, notably octals and charsArmin Rigo2014-12-311-0/+10
* issue #169: offsetof('struct', 'a.b.c')Armin Rigo2014-12-301-0/+19
* Fight a lot the CPython buffer/memoryview interface until we get aArmin Rigo2014-12-282-0/+11
* ignore_errors here tooArmin Rigo2014-12-241-1/+1
* Ignore errors hereArmin Rigo2014-12-241-1/+1
* Add the keyword "relative_to=..." to verify(), as perArmin Rigo2014-12-241-1/+15
* Merged in dalcinl/python-cffi (pull request #52)Armin Rigo2014-12-221-4/+4
|\
| * Add GCC/Clang -Wall -Wextra flags in testsLisandro Dalcin2014-11-281-2/+2
| * Silence GCC/Clang -Wunused-parameter warningsLisandro Dalcin2014-11-241-2/+2
* | Merge headsRomain Guillebert2014-12-171-0/+18
|\ \ | |/ |/|
| * Import verify dlopen flags for cpythonRomain Guillebert2014-10-211-5/+9
| * Add dlopen flags to verify on pypyRomain Guillebert2014-10-211-0/+14
* | Redo the original intention of a couple of extra tests.Armin Rigo2014-11-211-5/+14
* | Enable GCC/Clang -Wconversion and add tests for expected failuresLisandro Dalcin2014-11-211-3/+37
* | Fix test for approximate floating point return typeLisandro Dalcin2014-11-211-7/+3
* | Add and fix tests for enumerationsLisandro Dalcin2014-11-211-3/+16
* | Add test for approximate return typesLisandro Dalcin2014-04-301-6/+8
* | CPython: Silent GCC -Wconversion warningsLisandro Dalcin2014-04-261-26/+47
* | Revert a side-effect of f31f43f81992: allow again multiple declarationsArmin Rigo2014-11-181-1/+7
|/
* remove tmp files after testMatti Picus2014-09-211-41/+46
* remove tmp files after testMatti Picus2014-09-211-0/+4
* add parsing of constant with unary +schwarz2014-07-271-0/+11
* ARM64 support. Tests pass under qemu.Stefano Rivera2014-07-241-4/+6
* Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", butArmin Rigo2014-07-051-10/+11
* Update to 0.8.4Armin Rigo2014-07-051-0/+1
* Add a passing Windows testArmin Rigo2014-06-291-0/+15