summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Fix enums to use the same rule as gcc: they are actually not alwaysArmin Rigo2013-02-121-2/+5
* ImplementationArmin Rigo2013-02-083-46/+53
* 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
* Python 3 compatArmin Rigo2013-02-071-1/+1
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-071-1/+15
* 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
* merge headsArmin Rigo2013-01-021-1/+2
|\
| * integration test: always pass --distribute to virtualenv, addresses #49Ronny Pfannschmidt2013-01-021-1/+2
* | issue #50: a test file for unicode literals, testing roughly all methodsArmin Rigo2013-01-021-0/+72
|/
* issue #46: don't pass -Werror on recent MacsArmin Rigo2013-01-011-3/+10
* Try harder to clean up the __pycache__.Armin Rigo2013-01-011-4/+7
* Try harder to run the tests even if PYTHONPATH was not set and cffi notArmin Rigo2013-01-013-7/+9
* Skip test_zintegration if we can't find 'virtualenv'.Armin Rigo2013-01-011-1/+5
* Fix issue #44: ffi.new/cast("undefined") raises confusing exception.Armin Rigo2012-12-292-1/+10
* 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
* Another passing test.Armin Rigo2012-11-301-0/+9
* ffi.include().Armin Rigo2012-11-301-0/+43
* A test that passesArmin Rigo2012-11-301-0/+9
* We need to take all **kwds and stick them into the hash too.Armin Rigo2012-11-301-0/+8
* Forgot to check in this test file.Armin Rigo2012-11-301-0/+17
* 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
* Issue #42: Test and fixArmin Rigo2012-11-281-0/+7
* Upgrade the version number.Armin Rigo2012-11-281-1/+5
* Fix these tests for Python 3.Armin Rigo2012-11-251-6/+6
* Add the .DLL after KERNEL32.Armin Rigo2012-11-251-1/+1
* Skip testArmin Rigo2012-11-201-0/+2
* 90% of a fix for issue #40.Armin Rigo2012-11-191-2/+4
* Fix issue #32: turn types like "size_t" into primitive types from theArmin Rigo2012-11-121-42/+127
* Kill again ffi.inspecttype(), and replace it with read-only attributesArmin Rigo2012-11-111-9/+4
* Issue #22: Add ffi.inspecttype(). See the doc.Armin Rigo2012-11-101-0/+12
* Fix the tests for Python 3.Armin Rigo2012-10-302-25/+24
* Fix the tests and kill support in the ctypes backend.Armin Rigo2012-10-291-23/+5
* issue35: meh, Python 2.7 decided to drop complete support for 'buffer'Armin Rigo2012-10-281-5/+23
* 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
* Symlink the packages our tests require into the test virtualenvStefano Rivera2012-10-211-0/+12
* subprocess.check_call is prettierStefano Rivera2012-10-211-9/+5
* FILE limited supportArmin Rigo2012-10-191-0/+18
* Fixes for Python 3.Armin Rigo2012-10-104-12/+21
* Revert 2b9a8ee9b5b8. Skip the tests completely on Windows.Armin Rigo2012-10-091-2/+6
* More Windows compatArmin Rigo2012-10-091-2/+2
* Improve test, for windowsArmin Rigo2012-10-091-1/+1