summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Add more test to "#define FOO 0X10"define-integer-constantmozbugbox2014-04-041-0/+2
* "010" is not valid oct in python3. Fix it.mozbugbox2014-04-031-0/+2
* Add test to '#define DOT 0x1FF' like definesmozbugbox2014-04-021-0/+18
* ffi.include update _int_constant and prevent duplicated const declreusable-enum-valuesmozbugbox2014-04-021-14/+16
* add test for enum which refer to previously defined enum valuemozbugbox2014-04-011-0/+9
* Skip the sinf test on windowsArmin Rigo2014-03-071-0/+2
* Python 3 fixArmin Rigo2014-03-071-4/+4
* Update to 0.8.2 more officiallyArmin Rigo2014-03-071-2/+1
* fix for win32Matti Picus2014-03-025-31/+60
* Upgrade the version number. (One test in test_version is known to fail)Armin Rigo2014-02-281-1/+2
* Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIXArmin Rigo2014-02-282-17/+9
* Skip test that crashes the interpreter on sparcStefano Rivera2014-01-221-0/+3
* wchar_t is 4 byte, signed on arm64Stefano Rivera2014-01-221-0/+3
* An extra testArmin Rigo2014-01-141-0/+21
* Fix testArmin Rigo2014-01-141-1/+2
* Issue 131: support ffi.cdef("...", packed=True)Armin Rigo2014-01-141-0/+18
* merge headsArmin Rigo2014-01-072-15/+26
|\
| * Link math tests using `sin()` to `libm`Vincent Bernat2013-12-212-15/+26
* | Kill is_{signed,unsigned}_type()Armin Rigo2013-12-151-17/+17
|/
* Update to version 0.8.1Armin Rigo2013-11-241-0/+1
* "alloca.h" does not exist on FreeBSD. Thanks Tobias.Armin Rigo2013-11-171-1/+5
* Test various combinations of calls. Mostly a libffi stress-test.Armin Rigo2013-11-121-0/+84
* Skip half the test with MSVCArmin Rigo2013-11-121-0/+2
* Ah bahArmin Rigo2013-11-121-1/+1
* Add ffi.getwinerror().Armin Rigo2013-11-121-0/+17
* Issue #118: improve the detection and error message, jumpingArmin Rigo2013-11-101-0/+13
* Test and fix: a remaining deadlockArmin Rigo2013-11-091-2/+5
* Add locking. Not really tested, apart from the absence of double locking.thread-safeArmin Rigo2013-11-091-2/+3
* Fix test.Armin Rigo2013-11-081-1/+1
* Fix vengine_gen for global arrays with [...].Armin Rigo2013-11-081-1/+6
* Fix some testsArmin Rigo2013-11-081-8/+8
* Add a test, now passing. Fixes in the front-end.Armin Rigo2013-11-081-0/+10
* Some target testsArmin Rigo2013-11-061-11/+50
* Issue #113: Test and fix: Values of anonymous enums are not exposedArmin Rigo2013-10-261-0/+15
* Strip the C line of whitespace in error reporting.Armin Rigo2013-10-241-1/+1
* Support partial unions in a way very similar to partial structs.Armin Rigo2013-10-171-0/+30
* Fix the test for 77da9e592d23.Armin Rigo2013-10-101-2/+2
* (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-142-0/+37
* issue 102: allow ffi.typeof() to work on functions taking a structArmin Rigo2013-09-111-0/+10
* Tweak: like this, pypy-shadowstack crashes systematicallyArmin Rigo2013-09-031-0/+1
* Update the version number to 0.7.2Armin Rigo2013-08-021-0/+1
* Update the versionArmin Rigo2013-08-011-2/+4
* Don't care too much about the ctypes backendArmin Rigo2013-08-011-0/+2
* SIZE_OF_LONG may differ from SIZE_OF_PTRArmin Rigo2013-08-011-2/+2
* Crash with a clear error message in case of built-in but unsupportedArmin Rigo2013-07-301-0/+3
* Add the (now-passing) test from issue #92Armin Rigo2013-07-181-0/+21
* Finish the fix for issue #91.Armin Rigo2013-06-193-5/+11
* Fix for the alignment calculation of anonymous and zero sized bitfields on ARM.David Schneider2013-06-161-1/+28
* Fix MSVC bitfields in all tested cases.Armin Rigo2013-06-011-0/+1