summaryrefslogtreecommitdiff
path: root/testing/test_verify.py
Commit message (Expand)AuthorAgeFilesLines
* (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg...Jeremy Thurgood2013-10-051-7/+10
* Two tests from the mailing list, and fixes: bogus "const" detection,Armin Rigo2013-09-141-0/+13
* issue 102: allow ffi.typeof() to work on functions taking a structArmin Rigo2013-09-111-0/+10
* Finish the fix for issue #91.Armin Rigo2013-06-191-1/+1
* Issue #81 resolved: dir(ffi.verify(...))Armin Rigo2013-05-301-0/+15
* Fix for enums used as bitfields. (thanks jerith)Armin Rigo2013-05-051-0/+12
* py3 compatPhilip Jenvey2013-04-051-1/+1
* Python 3 compatArmin Rigo2013-04-011-1/+3
* Merge d0f6755466f7 into default:Armin Rigo2013-03-311-2/+25
|\
| * Skip testing for large unsigned values on Windows, where the C compilerArmin Rigo2013-03-301-0/+2
| * Only ignore mismatches between *different* types; using twice the same type m...Armin Rigo2013-03-301-1/+1
| * Ignore mismatches between two different primitive types of the same size,Armin Rigo2013-03-301-1/+6
| * Be more lenient and skip this test in non-x86 casesArmin Rigo2013-03-301-1/+2
| * A passing test.Armin Rigo2013-03-281-0/+6
| * A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function).Armin Rigo2013-03-281-0/+8
* | Cancel again these changes: we can't pass 0 or None to mean NULL. JustArmin Rigo2013-03-071-5/+5
|/
* Fix the test for 64-bit: alignment issuesArmin Rigo2013-03-031-4/+5
* Generate correct type name for pointers to arrays.Tom Nixon2013-03-021-0/+8
* Change the hack: instead of passing None for NULL pointers, we pass 0.Armin Rigo2013-02-281-3/+9
* Python 3 fixes.Armin Rigo2013-02-281-1/+1
* Moving the determination of the base integer type of an enumArmin Rigo2013-02-161-0/+29
* hg merge auto-typesArmin Rigo2013-02-121-14/+23
|\
| * ImplementationArmin Rigo2013-02-081-14/+23
* | An extra test for 'bool'.auto-typesArmin Rigo2013-02-121-0/+1
|/
* Passing None as an ``item *`` argument to a function.Armin Rigo2013-02-081-0/+16
* * Win32 fixArmin Rigo2013-02-071-1/+8
* Python 3 compatArmin Rigo2013-02-071-3/+3
* Extra testsArmin Rigo2013-01-071-0/+4
* Test and fix for issue #51: unlike what is documented, we can't pass aArmin Rigo2013-01-071-0/+20
* issue #46: don't pass -Werror on recent MacsArmin Rigo2013-01-011-3/+10
* Try harder to run the tests even if PYTHONPATH was not set and cffi notArmin Rigo2013-01-011-2/+3
* Document how to indirectly define callbacks using unsupportedArmin Rigo2012-12-141-0/+36
* Accept Python strings or random pointers for a "void *" function argument.Armin Rigo2012-11-301-0/+14
* A passing test with enums and include().Armin Rigo2012-11-301-0/+12
* A passing test for verify() with include().Armin Rigo2012-11-301-0/+14
* Generalize the error reporting: attach the name of the currentArmin Rigo2012-11-291-6/+6
* Improve error reporting for functions that return an opaque type.Armin Rigo2012-11-291-0/+19
* Skip testArmin Rigo2012-11-201-0/+2
* Fix issue #32: turn types like "size_t" into primitive types from theArmin Rigo2012-11-121-42/+127
* Fix the tests for Python 3.Armin Rigo2012-10-301-12/+16
* Allow '[...]' when declaring a global array, and interpret it like '[]'.Armin Rigo2012-10-281-0/+12
* Fixes for test_verify.Armin Rigo2012-10-261-1/+1
* Tests and fixes that include directly using a file as "FILE *".Armin Rigo2012-10-261-0/+53
* Fixes for Python 3.Armin Rigo2012-10-101-5/+5
* Revert 2b9a8ee9b5b8. Skip the tests completely on Windows.Armin Rigo2012-10-091-2/+6
* More Windows compatArmin Rigo2012-10-091-2/+2
* Keep the loaded libraries alive as long as the 'ffi' object is kept alive.Armin Rigo2012-10-091-1/+27
* Fix this test to run from any current working dir.Armin Rigo2012-10-071-2/+3
* Test for 33292fa6fbea.Armin Rigo2012-09-271-0/+4
* Added a test for caae153920ef.Armin Rigo2012-09-271-0/+8