summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* (lazka) improve the test, and fix a typo (bad arigo)Armin Rigo2013-02-221-3/+9
* (lazka, arigo) Change dlopen() to accept either a full path or a libraryArmin Rigo2013-02-221-0/+11
* Moving the determination of the base integer type of an enumArmin Rigo2013-02-161-0/+29
* Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/Armin Rigo2013-02-131-0/+3
* Another test that version number matches.Armin Rigo2013-02-131-0/+7
* hg merge auto-typesArmin Rigo2013-02-123-46/+56
|\
| * 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
* | An extra test for 'bool'.auto-typesArmin Rigo2013-02-121-0/+1
* | Add all standard Windows types (as per a list from some official-lookingArmin Rigo2013-02-101-0/+32
* | - add missing fileArmin Rigo2013-02-101-0/+7
* | ImplementationArmin Rigo2013-02-101-0/+7
|/
* 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