summaryrefslogtreecommitdiff
path: root/testing/test_verify.py
Commit message (Expand)AuthorAgeFilesLines
* ImplementationArmin Rigo2013-02-081-14/+23
* 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
* Remove a special case from _cffi_backend, and replace it with a generalArmin Rigo2012-09-181-0/+29
* Fix multiple small issues about when floats are acceptedArmin Rigo2012-09-131-1/+75
* "long double" might be the same as "double", e.g. with VC2008.Armin Rigo2012-09-131-9/+12
* verify() with _BoolArmin Rigo2012-09-131-0/+12
* Test and fix (thanks Sarvi on python-cffi): there was some dependencyArmin Rigo2012-09-111-0/+15
* Support for "typedef ... *foo_p".Armin Rigo2012-09-111-0/+20
* Change the default directory in which verify() builds the C module. NowArmin Rigo2012-09-041-0/+10
* A failing test (thanks Tobu on irc)Armin Rigo2012-09-041-0/+12
* Some sort of simplification of the logic of discovering fieldArmin Rigo2012-08-261-10/+26
* Bah, all unions crash verify(). Fixed.Armin Rigo2012-08-261-0/+5
* Alternative placement of "..." in enums.Armin Rigo2012-08-251-0/+20
* Finish hopefully the support for anonymous structs.Armin Rigo2012-08-231-1/+25
* Kill this code, which is a duplicate of the previous testArmin Rigo2012-08-231-18/+0
* merge headsArmin Rigo2012-08-231-0/+14
|\
| * Fix.Armin Rigo2012-08-231-0/+5
| * Missing structs with bitfields support in verify()Armin Rigo2012-08-231-0/+9
* | in-progressArmin Rigo2012-08-231-0/+48
|/
* Add some more context in the error messages "cannot generate 'struct $1'Armin Rigo2012-08-231-0/+13
* Fix the tests about "typedef enum".Armin Rigo2012-08-231-3/+3
* One extra testArmin Rigo2012-08-231-0/+12
* Some tests for issue19.Armin Rigo2012-08-231-0/+31
* Found a way to be compatible with Python 3.2 in the test syntax.Armin Rigo2012-08-141-4/+5
* Improve the test portability.Armin Rigo2012-08-131-9/+17